mirror of
https://github.com/YosysHQ/yosys
synced 2026-04-23 20:33:32 +00:00
Edge case tests.
This commit is contained in:
parent
8d0ecbcdc0
commit
b6ea0bb4cc
10 changed files with 199 additions and 0 deletions
8
tests/csa_tree/csa_tree_partial_chain.ys
Normal file
8
tests/csa_tree/csa_tree_partial_chain.ys
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
read_verilog add_partial_chain.v
|
||||
hierarchy -auto-top
|
||||
proc; opt_clean
|
||||
csa_tree
|
||||
stat
|
||||
|
||||
select -assert-min 1 t:$fa
|
||||
select -assert-min 2 t:$add
|
||||
Loading…
Add table
Add a link
Reference in a new issue