Render code to image
Place wkhtmltoimage static build in this directory
Render code to image
Place wkhtmltoimage static build in this directory
| #!/usr/bin/env python3 | |
| from collections import namedtuple | |
| # | |
| # TODO: When evaluating cost and wiring stuff, if the signal of the control set | |
| # happen to be already existing on the LUT, it could be used ... | |
| # |
| #!/usr/bin/env python3 | |
| CELLS = { | |
| 'ICESTORM_LC': ( 'LC', 5), | |
| 'ICESTORM_RAM': ( 'RAM', 2), | |
| 'ICESTORM_DSP': ( 'DSP', 1), | |
| 'ICESTORM_SPRAM': ('SPRAM', 1), | |
| } |
| #!/usr/bin/env python3 | |
| """ | |
| gtkwave-sigrok-filter.py | |
| Use as a 'Transaction Filter Process' in gtkwave to apply signal | |
| Usage: | |
| - Group input signals in gtkwave with F4 | |
| - Apply this script as a 'Transaction Filter Process' (Right click / Data Format) |