3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-04 06:53:59 +00:00

added ifndef SIMLIB_NOCONNECT

This commit is contained in:
Ethan Sifferman 2025-09-24 20:50:47 -07:00
parent 3f29cd7f4e
commit 0eb93c80e6

View file

@ -3219,6 +3219,8 @@ endmodule
// --------------------------------------------------------
//* group wire
`ifndef SIMLIB_NOCONNECT
module \$connect (A, B);
parameter WIDTH = 0;
@ -3230,6 +3232,7 @@ tran connect[WIDTH-1:0] (A, B);
endmodule
`endif
// --------------------------------------------------------
//* group wire
module \$input_port (Y);