3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Correct and more test

This commit is contained in:
Kelvin Chung 2025-04-10 00:01:50 +01:00
parent a0dabf9203
commit 414dc85573
2 changed files with 24 additions and 1 deletions

View file

@ -77,6 +77,6 @@ struct ConstmapPass : public Pass {
module->rewrite_sigspecs(constmap_worker);
}
}
} HilomapPass;
} ConstmapPass;
PRIVATE_NAMESPACE_END