Added ModIndex helper class, some changes to RTLIL::Monitor

This commit is contained in:
Clifford Wolf
2014-08-01 17:14:32 +02:00
parent 97a17d39e2
commit d13eb7e099
9 changed files with 170 additions and 30 deletions
+5
View File
@@ -53,6 +53,11 @@ std::string stringf(const char *fmt, ...)
return string;
}
int SIZE(RTLIL::Wire *wire)
{
return wire->width;
}
void yosys_setup()
{
Pass::init_register();