mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-02 20:31:22 +00:00
parent
f4f471f342
commit
cde73428b0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module adff2dff (CLK, ARST, D, Q);
|
||||||
(* force_downto *)
|
(* force_downto *)
|
||||||
output reg [WIDTH-1:0] Q;
|
output reg [WIDTH-1:0] Q;
|
||||||
(* force_downto *)
|
(* force_downto *)
|
||||||
wire reg [WIDTH-1:0] NEXT_Q;
|
reg [WIDTH-1:0] NEXT_Q;
|
||||||
|
|
||||||
wire [1023:0] _TECHMAP_DO_ = "proc;;";
|
wire [1023:0] _TECHMAP_DO_ = "proc;;";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue