diff options
Diffstat (limited to 'src/synth/ghdlsynth_gates.h')
-rw-r--r-- | src/synth/ghdlsynth_gates.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/synth/ghdlsynth_gates.h b/src/synth/ghdlsynth_gates.h index aa4053010..e22aa4713 100644 --- a/src/synth/ghdlsynth_gates.h +++ b/src/synth/ghdlsynth_gates.h @@ -5,7 +5,8 @@ enum Module_Id { Id_Free = 1, Id_Design = 2, Id_User_None = 128, - Id_User_First = Id_User_None + 1, + Id_User_Parameters = 129, + Id_User_First = Id_User_Parameters + 1, Id_And = 3, Id_Or = 4, Id_Xor = 5, |