mirror of https://github.com/YosysHQ/icestorm.git
Makefile provides various targets for testing icebox_vlog. - %_syn.v targets will use icebox_vlog to generate a .v file from the blinky.asc file - %_syntb targets will invoke iverilog on the .v files - %.json targets will invoke yosys on the .v files - test target will attempt several combinations of command line options for icebox_vlog (all combinations of -s, -l, -p, -c, -C) and will then trigger iverilog and yosys targets to attempt parsing the .v files Output files generated by `make test` can be compared after making code changes to icebox_vlog.py to identify any regressions. |
||
|---|---|---|
| .. | ||
| testcase | ||
| .gitignore | ||
| Makefile | ||
| icebox.py | ||
| icebox_asc2hlc.py | ||
| icebox_chipdb.py | ||
| icebox_colbuf.py | ||
| icebox_diff.py | ||
| icebox_explain.py | ||
| icebox_hlc2asc.py | ||
| icebox_hlcsort.py | ||
| icebox_html.py | ||
| icebox_maps.py | ||
| icebox_stat.py | ||
| icebox_vlog.py | ||
| iceboxdb.py | ||
| tc_logic_xpr.py | ||
| tc_rxlat_netnames.py | ||
| tc_xlat_netnames.py | ||