mirror of
https://github.com/YosysHQ/yosys
synced 2025-12-29 23:43:23 +00:00
pyosys: disable test
This commit is contained in:
parent
0d13de9595
commit
43ca5254b8
1 changed files with 1 additions and 7 deletions
|
|
@ -35,10 +35,4 @@ print(repr_test.popitem())
|
|||
assert before - 1 == len(repr_test)
|
||||
|
||||
# test noncomparable
|
||||
## if ys.CellType ever gets an == operator just disable this section
|
||||
uncomparable_value = ys.Globals.yosys_celltypes.cell_types[ys.IdString("$not")]
|
||||
|
||||
x = ys.IdstringToCelltypeDict({ ys.IdString("\\a"): uncomparable_value})
|
||||
y = ys.IdstringToCelltypeDict({ ys.IdString("\\a"): uncomparable_value})
|
||||
|
||||
assert x != y # not comparable
|
||||
# TODO newcelltypes?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue