Advertisement
Guest User

Untitled

a guest
Apr 11th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. # Generated by Yosys 0.7+554 (git sha1 617c60ce, clang 4.0.1-6 -fPIC -Os)
  2.  
  3. .model top
  4. .inputs clk
  5. .outputs LED
  6. .names $abc$184$n6 LED $0\counter[2:0][2]
  7. 01 1
  8. 10 1
  9. .names counter[1] $0\counter[2:0][1]
  10. 0 1
  11. .names counter[0] $0\counter[2:0][0]
  12. 0 1
  13. .subckt SB_CARRY CI=counter[0] CO=$abc$184$n6 I0=$false I1=counter[1]
  14. .cname $auto$alumacc.cc:474:replace_alu$5.slice[1].carry
  15. .attr src "counter.v:9|/usr/local/bin/../share/yosys/ice40/arith_map.v:47"
  16. .subckt SB_DFF C=clk D=$0\counter[2:0][0] Q=counter[0]
  17. .cname $auto$simplemap.cc:420:simplemap_dff$61
  18. .attr src "counter.v:8|/usr/local/bin/../share/yosys/ice40/cells_map.v:2"
  19. .subckt SB_DFFE C=clk D=$0\counter[2:0][1] E=counter[0] Q=counter[1]
  20. .cname $auto$simplemap.cc:420:simplemap_dff$62
  21. .attr src "counter.v:8|/usr/local/bin/../share/yosys/ice40/cells_map.v:8"
  22. .subckt SB_DFF C=clk D=$0\counter[2:0][2] Q=LED
  23. .cname $auto$simplemap.cc:420:simplemap_dff$63
  24. .attr src "counter.v:8|/usr/local/bin/../share/yosys/ice40/cells_map.v:2"
  25. .conn LED counter[2]
  26. .end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement