mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Added ModIndex helper class, some changes to RTLIL::Monitor
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user