mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 03:45:52 +00:00
parent
2d573a0ff6
commit
aee439360b
43 changed files with 258 additions and 27 deletions
|
@ -71,6 +71,7 @@ endmodule
|
|||
module \$lut (A, Y);
|
||||
parameter WIDTH = 0;
|
||||
parameter LUT = 0;
|
||||
(* force_downto *)
|
||||
input [WIDTH-1:0] A;
|
||||
output Y;
|
||||
wire VCC;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue