mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-25 19:36:21 +00:00
Remove unstable san test for mac.
This commit is contained in:
parent
57eb30cf51
commit
77b63be4d2
1 changed files with 0 additions and 11 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue