Advertisement
Guest User

Untitled

a guest
Jul 10th, 2021
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. "on_SB_LUT4_I1_2_O": {
  2. "hide_name": 0,
  3. "bits": [ 122, 101, 97 ],
  4. "attributes": {
  5. "force_downto": "00000000000000000000000000000001",
  6. "src": "/opt/openfpga/bin/../share/yosys/ice40/cells_map.v:6.21-6.22"
  7. }
  8. },
  9.  
  10. ------
  11. Seems to be a "replica" of the input bits to that LUT: but I'm not sure why it deserves a label in the graph ...
  12.  
  13. "timer_tick_SB_LUT4_I3_3": {
  14. "hide_name": 0,
  15. "type": "SB_LUT4",
  16. "parameters": {
  17. "LUT_INIT": "0000111111001100"
  18. },
  19. "attributes": {
  20. "module_not_derived": "00000000000000000000000000000001",
  21. "src": "/opt/openfpga/bin/../share/yosys/ice40/cells_map.v:22.34-23.52"
  22. },
  23. "port_directions": {
  24. "I0": "input",
  25. "I1": "input",
  26. "I2": "input",
  27. "I3": "input",
  28. "O": "output"
  29. },
  30. "connections": {
  31. "I0": [ "0" ],
  32. "I1": [ 122 ],
  33. "I2": [ 101 ],
  34. "I3": [ 97 ],
  35. "O": [ 113 ]
  36. }
  37. },
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement