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:
parent
3f29cd7f4e
commit
0eb93c80e6
1 changed files with 3 additions and 0 deletions
|
@ -3219,6 +3219,8 @@ endmodule
|
||||||
|
|
||||||
// --------------------------------------------------------
|
// --------------------------------------------------------
|
||||||
//* group wire
|
//* group wire
|
||||||
|
`ifndef SIMLIB_NOCONNECT
|
||||||
|
|
||||||
module \$connect (A, B);
|
module \$connect (A, B);
|
||||||
|
|
||||||
parameter WIDTH = 0;
|
parameter WIDTH = 0;
|
||||||
|
@ -3230,6 +3232,7 @@ tran connect[WIDTH-1:0] (A, B);
|
||||||
|
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
|
`endif
|
||||||
// --------------------------------------------------------
|
// --------------------------------------------------------
|
||||||
//* group wire
|
//* group wire
|
||||||
module \$input_port (Y);
|
module \$input_port (Y);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue