mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-30 21:57:47 +00:00
Add more correctness tests.
This commit is contained in:
parent
80bb367941
commit
57eb30cf51
4 changed files with 55 additions and 0 deletions
11
tests/techmap/abc_new_temp_sanitization.ys
Normal file
11
tests/techmap/abc_new_temp_sanitization.ys
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
read_verilog <<EOT
|
||||
module top(input a, input b, output y);
|
||||
assign y = a | b;
|
||||
endmodule
|
||||
EOT
|
||||
hierarchy -check -top top
|
||||
proc; opt -fast
|
||||
|
||||
logger -expect log " /tmp/" 2
|
||||
abc_new -script "+&scorr;&sweep;&dc2;&dch,-f;&nf,{D}" -liberty ../../examples/cmos/cmos_cells.lib
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue