A python module for parsing, processing, and simulating gate-level circuits.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
from kyupy import stil
|
|
|
|
|
|
|
|
|
|
|
|
def test_b14(mydir):
|
|
|
|
s = stil.load(mydir / 'b14.stuck.stil.gz')
|
|
|
|
assert len(s.signal_groups) == 10
|
|
|
|
assert len(s.scan_chains) == 1
|
|
|
|
assert len(s.calls) == 2163
|