mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-30 04:15:52 +00:00
Disable debug
This commit is contained in:
parent
30241e07eb
commit
70016a08b8
3 changed files with 4 additions and 4 deletions
|
@ -3641,7 +3641,7 @@ struct VerificPass : public Pass {
|
|||
const char* arg = args[argidx].c_str();
|
||||
|
||||
// Set relaxed language checking
|
||||
VeriNode::SetRelaxedChecking(1);
|
||||
VeriNode::SetRelaxedChecking(1);
|
||||
|
||||
// Define macros
|
||||
hdl_file_sort::DefineMacro("SYNTH");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue