mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-03 22:43:57 +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
|
||||
`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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue