mirror of https://github.com/openXC7/prjxray.git
Add diagnostic to find 005 instability.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
850d16fa02
commit
32833e6f93
|
|
@ -37,6 +37,7 @@ def load_db(fn):
|
||||||
parts = l.split(' ')
|
parts = l.split(' ')
|
||||||
tagstr = parts[0]
|
tagstr = parts[0]
|
||||||
addrlist = parts[1:]
|
addrlist = parts[1:]
|
||||||
|
assert not any(s == '<const0>' for s in addrlist), (fn, l)
|
||||||
check_frames(tagstr, addrlist)
|
check_frames(tagstr, addrlist)
|
||||||
# Take the first address in the list
|
# Take the first address in the list
|
||||||
frame, wordidx, bitidx = parse_addr(addrlist[0])
|
frame, wordidx, bitidx = parse_addr(addrlist[0])
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue