mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Removed $aconst cell type
This commit is contained in:
parent
a8124c137e
commit
6f41e5277d
7 changed files with 8 additions and 21 deletions
|
@ -1322,18 +1322,6 @@ endmodule
|
|||
|
||||
// --------------------------------------------------------
|
||||
|
||||
module \$aconst (Y);
|
||||
|
||||
parameter WIDTH = 0;
|
||||
|
||||
output [WIDTH-1:0] Y;
|
||||
|
||||
assign Y = 'bx;
|
||||
|
||||
endmodule
|
||||
|
||||
// --------------------------------------------------------
|
||||
|
||||
module \$anyconst (Y);
|
||||
|
||||
parameter WIDTH = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue