3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-04 18:30:25 +00:00
This commit is contained in:
KrystalDelusion 2025-07-29 18:40:11 +02:00 committed by GitHub
commit 3bdb358bb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
124 changed files with 2031 additions and 475 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
{