diff options
Diffstat (limited to 'src/synth/ghdlsynth_gates.h')
-rw-r--r-- | src/synth/ghdlsynth_gates.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/ghdlsynth_gates.h b/src/synth/ghdlsynth_gates.h index ed5fd5a48..6a70550e4 100644 --- a/src/synth/ghdlsynth_gates.h +++ b/src/synth/ghdlsynth_gates.h @@ -64,4 +64,7 @@ enum Module_Id { Id_Const_SB128 = 69, Id_Const_UL32 = 70, Id_Const_SL32 = 71, + Id_Const_Z = 72, + Id_Const_0 = 73, + Id_Concatn = 80, }; |