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:
parent
2d7d6ca10b
commit
3212dfaf1f
2 changed files with 190 additions and 127 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue