1
0
mirror of synced 2026-02-05 00:04:48 +00:00

Guard vhdl_file::UNDEFINED behind VERIFIC_VHDL_SUPPORT.

Signed-off-by: Sean Luchen <seanluchen@google.com>
This commit is contained in:
Sean Luchen
2026-02-02 15:26:03 -08:00
parent 414b1b6019
commit 224549fb88

View File

@@ -3701,7 +3701,9 @@ struct VerificPass : public Pass {
if (GetSize(args) > argidx && (args[argidx] == "-f" || args[argidx] == "-F"))
{
unsigned verilog_mode = veri_file::UNDEFINED;
#ifdef VERIFIC_VHDL_SUPPORT
unsigned vhdl_mode = vhdl_file::UNDEFINED;
#endif
bool is_formal = false;
const char* filename = nullptr;