projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4f471f
)
Fix syntax error in adff2dff.v
author
Marcelina Kościelnicka
<mwk@0x04.net>
Tue, 23 Feb 2021 11:12:37 +0000
(12:12 +0100)
committer
Marcelina Kościelnicka
<mwk@0x04.net>
Wed, 24 Feb 2021 00:07:34 +0000
(
01:07
+0100)
Fixes #2600.
techlibs/common/adff2dff.v
patch
|
blob
|
history
diff --git
a/techlibs/common/adff2dff.v
b/techlibs/common/adff2dff.v
index eca0110eb1fe8e708ea4ab25c521265693bedf5b..2e4357b6477ccf90dfeaaa4abd63063116f4a6d5 100644
(file)
--- a/
techlibs/common/adff2dff.v
+++ b/
techlibs/common/adff2dff.v
@@
-11,7
+11,7
@@
module adff2dff (CLK, ARST, D, Q);
(* force_downto *)
output reg [WIDTH-1:0] Q;
(* force_downto *)
-
wire
reg [WIDTH-1:0] NEXT_Q;
+ reg [WIDTH-1:0] NEXT_Q;
wire [1023:0] _TECHMAP_DO_ = "proc;;";