aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-builders.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-04 18:21:21 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-04 18:21:21 +0200
commit7dbd4e08569c9a7284ccbd67a8189a6cfdcc4cc9 (patch)
treee4856841e0f3e2d3d258ecd940fddf3d051c0a1c /src/synth/netlists-builders.ads
parent7b3d3e5871bd7b3bb304d3ed63e16ac7143b0128 (diff)
downloadghdl-7dbd4e08569c9a7284ccbd67a8189a6cfdcc4cc9.tar.gz
ghdl-7dbd4e08569c9a7284ccbd67a8189a6cfdcc4cc9.tar.bz2
ghdl-7dbd4e08569c9a7284ccbd67a8189a6cfdcc4cc9.zip
netlists: allow to build idff without a connected D.
Diffstat (limited to 'src/synth/netlists-builders.ads')
-rw-r--r--src/synth/netlists-builders.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/netlists-builders.ads b/src/synth/netlists-builders.ads
index 4c444bf05..e34baa8ad 100644
--- a/src/synth/netlists-builders.ads
+++ b/src/synth/netlists-builders.ads
@@ -101,6 +101,7 @@ package Netlists.Builders is
Clk : Net;
D : Net) return Net;
-- A flip-flop with an initial value (only for fpga)
+ -- The width is derived from INIT and D can be No_Net.
function Build_Idff (Ctxt : Context_Acc;
Clk : Net;
D : Net;