3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-17 08:42:16 +00:00

Merge branch 'main' of github.com:zhanghongce/yosys

This commit is contained in:
Hongce Zhang 2025-08-07 11:37:55 +08:00
commit b635ab72bf
143 changed files with 3222 additions and 563 deletions

View file

@ -116,7 +116,9 @@ struct MemContentsTest {
struct FunctionalTestGeneric : public Pass
{
FunctionalTestGeneric() : Pass("test_generic", "test the generic compute graph") {}
FunctionalTestGeneric() : Pass("test_generic", "test the generic compute graph") {
internal();
}
void help() override
{