mirror of https://github.com/YosysHQ/yosys.git
6 lines
228 B
Plaintext
6 lines
228 B
Plaintext
|
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
|