Tests: Add testcase for problematic ABC DONE check
This commit is contained in:
7
tests/techmap/bug5495.v
Normal file
7
tests/techmap/bug5495.v
Normal file
@@ -0,0 +1,7 @@
|
||||
module simple(I1, I2, O);
|
||||
input wire I1;
|
||||
input wire I2;
|
||||
output wire O;
|
||||
|
||||
assign O = I1 | I2;
|
||||
endmodule
|
||||
Reference in New Issue
Block a user