mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 03:31:24 +00:00
parent
2d573a0ff6
commit
aee439360b
43 changed files with 258 additions and 27 deletions
|
@ -115,6 +115,7 @@ module \$lut (A, Y);
|
|||
parameter WIDTH = 0;
|
||||
parameter LUT = 0;
|
||||
|
||||
(* force_downto *)
|
||||
input [WIDTH-1:0] A;
|
||||
output Y;
|
||||
|
||||
|
@ -150,6 +151,7 @@ module \$__COUNT_ (CE, CLK, OUT, POUT, RST, UP);
|
|||
input wire CE;
|
||||
input wire CLK;
|
||||
output reg OUT;
|
||||
(* force_downto *)
|
||||
output reg[WIDTH-1:0] POUT;
|
||||
input wire RST;
|
||||
input wire UP;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue