rtlil: Fix process memwr roundtrip.

Fixes #2646 fallout.
This commit is contained in:
Marcelina Kościelnicka 2021-03-23 17:39:06 +01:00
parent 049e3abf9b
commit 192601385f
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ void RTLIL_BACKEND::dump_proc_sync(std::ostream &f, std::string indent, const RT
f << stringf(" ");
dump_sigspec(f, it.enable);
f << stringf(" ");
dump_sigspec(f, it.priority_mask);
dump_const(f, it.priority_mask);
f << stringf("\n");
}
}