Settings for write_verilog. More...
Public Member Functions | |
write_verilog_settings () | |
Standard constructor. More... | |
Public Attributes | |
bool | propagate_constants |
Determines whether the constants are propagated. More... | |
Settings for write_verilog.
Standard constructor.
Initializes default values
bool propagate_constants |
Determines whether the constants are propagated.
If the constants are propagated, then no signals are created for constant inputs. Instead, the values are simulated by creating the Verilog file.
The default value is true.