4 lines
87 B
Coq
4 lines
87 B
Coq
|
|
module bad_design (input a, output b);
|
||
|
|
NONEXISTENT_CELL u1 (.A(a), .Z(b));
|
||
|
|
endmodule
|