mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
8 lines
136 B
Verilog
8 lines
136 B
Verilog
(* abc9_box *)
|
|
module \$__ABC9_DELAY (input I, output O);
|
|
parameter DELAY = 0;
|
|
specify
|
|
(I => O) = DELAY;
|
|
endspecify
|
|
endmodule
|