mirror of https://github.com/YosysHQ/icestorm.git
Previously if you were doing;
`icebox_vlog example.asc > example_bit.v` you would just get;
```
Traceback (most recent call last):
File "icebox_vlog.py", line 947, in <module>
assert False
AssertionError
```
Now you get;
```
Traceback (most recent call last):
File "icebox_vlog.py", line 948, in <module>
assert False, "\n ".join(emsg)
AssertionError: Single-driver-check failed for 2 nets:
n10 has 0 drivers: []
n15 has 2 drivers: ['clk', 'clk2']
```
|
||
|---|---|---|
| .. | ||
| .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 | ||