mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-04 02:10:24 +00:00
Add tests for $countbits
This commit is contained in:
parent
04b41ed04a
commit
d56b76bd7c
2 changed files with 76 additions and 0 deletions
7
tests/various/countbits.ys
Normal file
7
tests/various/countbits.ys
Normal file
|
@ -0,0 +1,7 @@
|
|||
read_verilog -sv countbits.sv
|
||||
hierarchy
|
||||
proc
|
||||
flatten
|
||||
opt -full
|
||||
select -module top
|
||||
sat -verify -seq 1 -tempinduct -prove-asserts -show-all
|
Loading…
Add table
Add a link
Reference in a new issue