aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/include
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-07-14 06:36:36 +0200
committerTristan Gingold <tgingold@free.fr>2022-07-14 06:36:36 +0200
commit73e50b2ce5db5a52bf16c2fd5fc754c054b76b48 (patch)
tree6b4c69a90f42d22b4760cf2987e3b22debfb0d1c /src/synth/include
parent462c911391b4265e1a8ee2dc5b99bae8232e2daf (diff)
downloadghdl-73e50b2ce5db5a52bf16c2fd5fc754c054b76b48.tar.gz
ghdl-73e50b2ce5db5a52bf16c2fd5fc754c054b76b48.tar.bz2
ghdl-73e50b2ce5db5a52bf16c2fd5fc754c054b76b48.zip
synth: Display dlatch
Diffstat (limited to 'src/synth/include')
-rw-r--r--src/synth/include/synth_gates.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/include/synth_gates.h b/src/synth/include/synth_gates.h
index 78e4a6ef9..20b16ec9b 100644
--- a/src/synth/include/synth_gates.h
+++ b/src/synth/include/synth_gates.h
@@ -69,7 +69,7 @@ enum Module_Id {
Id_Iadff = 67,
Id_Mdff = 68,
Id_Midff = 69,
- Id_Latch = 70,
+ Id_Dlatch = 70,
Id_Tri = 72,
Id_Resolver = 73,
Id_Utrunc = 82,