diff options
author | Tim 'mithro' Ansell <me@mith.ro> | 2018-06-04 23:52:17 -0700 |
---|---|---|
committer | Tim 'mithro' Ansell <me@mith.ro> | 2018-06-04 23:57:36 -0700 |
commit | eb9947d3da711adcef9ae3444a288a44b8d05952 (patch) | |
tree | f42c89607963092d8146c450685614c1e7a51f06 /docs | |
parent | 3021d8c1fb910bc9c4270d463114f3600ccbb0bf (diff) | |
download | icestorm-eb9947d3da711adcef9ae3444a288a44b8d05952.tar.gz icestorm-eb9947d3da711adcef9ae3444a288a44b8d05952.tar.bz2 icestorm-eb9947d3da711adcef9ae3444a288a44b8d05952.zip |
Improve error message.
Now;
-----------------
Parse error in line 364:
span4_y9_g7_10 <-> span4_x3_g13_5
conflicting bits ['!B12[8]', '!B12[9]', 'B12[10]']
setting:{(12, 10)} - current clear:{(12, 10), (12, 8)}
clearing:{(12, 9), (12, 8)} - current set :{(12, 9)}
-----------------
Previously;
-----------------
File "icebox_hlc2asc.py", line 742, in apply_directive
self.set_bits(bits)
File "icebox_hlc2asc.py", line 762, in set_bits
raise ParseError("conflicting bits")
TypeError: __init__() takes 1 positional argument but 2 were given
-----------------
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions