mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-30 12:25:52 +00:00
Define SYNTH and OVL_SVA by default
This commit is contained in:
parent
4e39064b88
commit
66eabb1d2c
1 changed files with 4 additions and 0 deletions
|
@ -3392,8 +3392,12 @@ struct VerificPass : public Pass {
|
|||
const char* arg = args[argidx].c_str();
|
||||
|
||||
// Define macros
|
||||
hdl_file_sort::DefineMacro("SYNTH");
|
||||
hdl_file_sort::DefineMacro("SYNTHESIS");
|
||||
hdl_file_sort::DefineMacro("OVL_SVA");
|
||||
veri_file::DefineMacro("SYNTH");
|
||||
veri_file::DefineMacro("SYNTHESIS");
|
||||
veri_file::DefineMacro("OVL_SVA");
|
||||
|
||||
// Ignore translate_off statements
|
||||
hdl_file_sort::SetIgnoreTranslateOff(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue