mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-15 11:45:41 +00:00
Revert some vhdl stuff
This commit is contained in:
parent
0e50fd3b74
commit
6a9102346a
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue