mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-01 20:17:55 +00:00
tests/select: Add tests for selections with boxes
This commit is contained in:
parent
398afd102e
commit
061c234559
9 changed files with 103 additions and 12 deletions
13
tests/select/boxes_dummy.ys
Normal file
13
tests/select/boxes_dummy.ys
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
read_verilog -specify boxes.v
|
||||
clean
|
||||
|
||||
echo on
|
||||
select -list
|
||||
select -count
|
||||
select -count *
|
||||
select -count top
|
||||
select -count top/w:*
|
||||
select -list =*
|
||||
select -count =*
|
||||
select -clear
|
||||
select -assert-count 9 =?b
|
||||
Loading…
Add table
Add a link
Reference in a new issue