mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 04:01:25 +00:00
Standardize convention, add back test, update README
This commit is contained in:
parent
9e9d4359d4
commit
ed2c65314b
13 changed files with 17 additions and 9 deletions
6
tests/verific/bounds.ys.DISABLED
Normal file
6
tests/verific/bounds.ys.DISABLED
Normal file
|
@ -0,0 +1,6 @@
|
|||
read -vhdl bounds.vhd
|
||||
verific -import work
|
||||
select -assert-count 1 a:bottom_bound=5'bs11011
|
||||
select -assert-count 1 a:top_bound=5'bs01010
|
||||
select -assert-count 1 a:bottom_bound=5'bs11010
|
||||
select -assert-count 1 a:top_bound=5'bs01011
|
Loading…
Add table
Add a link
Reference in a new issue