aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/ghdlsynth_gates.h
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-07 10:44:17 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-07 10:44:17 +0100
commit87907d6da96eb4bab35e8eb7aabc481e9b32e04c (patch)
tree0c147dad9e4c57e25c2bfff06a6be31eb2b9db65 /src/synth/ghdlsynth_gates.h
parent8795c9031088fa5c9e5514bbce804bffd9ed6d6b (diff)
downloadghdl-87907d6da96eb4bab35e8eb7aabc481e9b32e04c.tar.gz
ghdl-87907d6da96eb4bab35e8eb7aabc481e9b32e04c.tar.bz2
ghdl-87907d6da96eb4bab35e8eb7aabc481e9b32e04c.zip
synthesis: handle initialized output ports.
Diffstat (limited to 'src/synth/ghdlsynth_gates.h')
-rw-r--r--src/synth/ghdlsynth_gates.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/synth/ghdlsynth_gates.h b/src/synth/ghdlsynth_gates.h
index e7594295b..1611a81e1 100644
--- a/src/synth/ghdlsynth_gates.h
+++ b/src/synth/ghdlsynth_gates.h
@@ -50,13 +50,14 @@ enum Module_Id {
Id_Signal = 46,
Id_Isignal = 47,
Id_Output = 48,
- Id_Port = 49,
- Id_Dff = 50,
- Id_Adff = 51,
- Id_Idff = 52,
- Id_Iadff = 53,
- Id_Mdff = 54,
- Id_Midff = 55,
+ Id_Ioutput = 49,
+ Id_Port = 50,
+ Id_Dff = 52,
+ Id_Adff = 53,
+ Id_Idff = 54,
+ Id_Iadff = 55,
+ Id_Mdff = 56,
+ Id_Midff = 57,
Id_Utrunc = 64,
Id_Strunc = 65,
Id_Uextend = 66,