3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-30 04:15:52 +00:00

Disable debug

This commit is contained in:
Akash Levy 2024-07-03 06:55:53 -07:00
parent 30241e07eb
commit 70016a08b8
3 changed files with 4 additions and 4 deletions

View file

@ -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");