mirror of https://github.com/YosysHQ/yosys.git
Revert some vhdl stuff
This commit is contained in:
parent
0e50fd3b74
commit
6a9102346a
|
|
@ -3585,9 +3585,9 @@ struct VerificPass : public Pass {
|
|||
RuntimeFlags::SetVar("vhdl_support_variable_slice", 1);
|
||||
RuntimeFlags::SetVar("vhdl_ignore_assertion_statements", 0);
|
||||
|
||||
// RuntimeFlags::SetVar("vhdl_preserve_assignments", 1); // SILIMATE: control this externally
|
||||
// RuntimeFlags::SetVar("vhdl_preserve_comments", 1); // SILIMATE: control this externally
|
||||
// RuntimeFlags::SetVar("vhdl_preserve_drivers", 1); // SILIMATE: control this externally
|
||||
// RuntimeFlags::SetVar("vhdl_preserve_assignments", 1);
|
||||
// RuntimeFlags::SetVar("vhdl_preserve_comments", 1);
|
||||
// RuntimeFlags::SetVar("vhdl_preserve_drivers", 1);
|
||||
#endif
|
||||
#ifdef VERIFIC_SYSTEMVERILOG_SUPPORT
|
||||
// RuntimeFlags::SetVar("veri_preserve_assignments", 1); // SILIMATE: control this externally
|
||||
|
|
|
|||
Loading…
Reference in New Issue