diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-05-04 08:46:24 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-05-04 08:46:24 +0200 |
commit | 87426f5a06b0cf9d1fe44efda65e3c048d89d322 (patch) | |
tree | 18b19e16f34977758fb4df010daf389a7dce61fb /kernel/rtlil.h | |
parent | e2fb8ebe86f49523168c413c734ce4690d740351 (diff) | |
download | yosys-87426f5a06b0cf9d1fe44efda65e3c048d89d322.tar.gz yosys-87426f5a06b0cf9d1fe44efda65e3c048d89d322.tar.bz2 yosys-87426f5a06b0cf9d1fe44efda65e3c048d89d322.zip |
Improve write_verilog specify support
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'kernel/rtlil.h')
-rw-r--r-- | kernel/rtlil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rtlil.h b/kernel/rtlil.h index db5c33c73..0c3fa6f76 100644 --- a/kernel/rtlil.h +++ b/kernel/rtlil.h @@ -50,7 +50,7 @@ namespace RTLIL CONST_FLAG_NONE = 0, CONST_FLAG_STRING = 1, CONST_FLAG_SIGNED = 2, // only used for parameters - CONST_FLAG_REAL = 4 // unused -- to be used for parameters + CONST_FLAG_REAL = 4 // only used for parameters }; struct Const; |