3
0
Fork 0
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:
Michael Singer 2021-02-25 01:21:36 +01:00 committed by Zachary Snow
parent 04b41ed04a
commit d56b76bd7c
2 changed files with 76 additions and 0 deletions

View 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