aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-builders.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-02 19:01:57 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-02 19:01:57 +0200
commit818b00f30376d766c6d6cfcfc41a7dcc388a2cb9 (patch)
tree13ddeac5a786eb017ee3d51283a87fe048cfd188 /src/synth/netlists-builders.adb
parent56f6228c42f05ca9079b0c62a32a45bf7d46f9c9 (diff)
downloadghdl-818b00f30376d766c6d6cfcfc41a7dcc388a2cb9.tar.gz
ghdl-818b00f30376d766c6d6cfcfc41a7dcc388a2cb9.tar.bz2
ghdl-818b00f30376d766c6d6cfcfc41a7dcc388a2cb9.zip
synth: fix Idff; fix 'edge and enable'.
Diffstat (limited to 'src/synth/netlists-builders.adb')
-rw-r--r--src/synth/netlists-builders.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/netlists-builders.adb b/src/synth/netlists-builders.adb
index 957ba565c..f52ac4f56 100644
--- a/src/synth/netlists-builders.adb
+++ b/src/synth/netlists-builders.adb
@@ -397,7 +397,7 @@ package body Netlists.Builders is
Create_Monadic_Module (Design, Res.M_Extend (Id_Sextend),
Get_Identifier ("sextend"), Id_Sextend);
- Create_Edge_Module (Res, Res.M_Edge, Name_Posedge);
+ Create_Edge_Module (Res, Res.M_Edge, Name_Edge);
Create_Mux_Modules (Res);
Create_Objects_Module (Res);