cxxrtl: ignore $input_port

This commit is contained in:
Emil J. Tywoniak 2026-03-17 18:06:07 +01:00
parent 80baffb60e
commit 992d20071b
1 changed files with 1 additions and 0 deletions

View File

@ -1518,6 +1518,7 @@ struct CxxrtlWorker {
f << (cell->getParam(ID::CLR_POLARITY).as_bool() ? "" : ".bit_not()") << ");\n";
}
// Internal cells
} else if (cell->type == ID($input_port)) {
} else if (is_internal_cell(cell->type)) {
log_cmd_error("Unsupported internal cell `%s'.\n", cell->type);
// User cells