mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-30 12:25:52 +00:00
Improper ignore translates
This commit is contained in:
parent
783c0a593a
commit
a692bf17d7
1 changed files with 2 additions and 2 deletions
|
@ -3447,8 +3447,8 @@ struct VerificPass : public Pass {
|
||||||
veri_file::DefineMacro("OVL_SVA");
|
veri_file::DefineMacro("OVL_SVA");
|
||||||
|
|
||||||
// Ignore translate_off statements
|
// Ignore translate_off statements
|
||||||
hdl_file_sort::SetIgnoreTranslateOff(0);
|
hdl_file_sort::SetIgnoreTranslateOff(1);
|
||||||
veri_file::SetIgnoreTranslateOff(0);
|
veri_file::SetIgnoreTranslateOff(1);
|
||||||
|
|
||||||
// Treat .v as SystemVerilog too (overriding default behavior to treat it as VERILOG_2000)
|
// Treat .v as SystemVerilog too (overriding default behavior to treat it as VERILOG_2000)
|
||||||
hdl_file_sort::RemoveFileExt(".v");
|
hdl_file_sort::RemoveFileExt(".v");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue