3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-14 12:55:41 +00:00

newcelltypes: fix unit test

This commit is contained in:
Emil J. Tywoniak 2025-11-25 20:08:41 +01:00
parent 2d7d6ca10b
commit 3212dfaf1f
2 changed files with 190 additions and 127 deletions

View file

@ -288,6 +288,7 @@ void RTLIL::OwningIdString::collect_garbage()
dict<std::string, std::string> RTLIL::constpad;
// TODO take a look
static const pool<IdString> &builtin_ff_cell_types_internal() {
static const pool<IdString> res = {
ID($sr),