3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-03 08:38:07 +00:00

Clean up Verific tests

This commit is contained in:
Akash Levy 2024-09-23 04:05:08 -07:00
parent 2c3d2b3ec6
commit 2d771a352e
10 changed files with 568 additions and 17 deletions

View 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