mirror of https://github.com/YosysHQ/yosys.git
Remove unstable san test for mac.
This commit is contained in:
parent
57eb30cf51
commit
77b63be4d2
|
|
@ -1,11 +0,0 @@
|
||||||
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…
Reference in New Issue