diff options
Diffstat (limited to 'src/synth/ghdlsynth_gates.h')
-rw-r--r-- | src/synth/ghdlsynth_gates.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/synth/ghdlsynth_gates.h b/src/synth/ghdlsynth_gates.h index e22aa4713..fd45445a2 100644 --- a/src/synth/ghdlsynth_gates.h +++ b/src/synth/ghdlsynth_gates.h @@ -101,3 +101,13 @@ enum Module_Id { Id_Const_Bit = 120, Id_Const_Log = 121, }; + +enum Param_Type { + Param_Invalid, + Param_Uns32, + Param_Pval_Vector, + Param_Pval_String, + Param_Pval_Integer, + Param_Pval_Real, + Param_Pval_Time_Ps +}; |