mirror of
https://github.com/YosysHQ/yosys
synced 2026-02-08 01:58:00 +00:00
modify generator for pyosys/wrappers.cc instead of headers
This commit is contained in:
parent
fb864e91ee
commit
cf511628b0
5 changed files with 22 additions and 68 deletions
|
|
@ -1610,13 +1610,6 @@ std::vector<RTLIL::Module*> RTLIL::Design::selected_modules(RTLIL::SelectPartial
|
|||
return result;
|
||||
}
|
||||
|
||||
void RTLIL::Design::run_pass(std::string command)
|
||||
{
|
||||
log("\n-- Running command `%s' --\n", command.c_str());
|
||||
Pass::call(this, command);
|
||||
log_flush();
|
||||
}
|
||||
|
||||
RTLIL::Module::Module()
|
||||
{
|
||||
static unsigned int hashidx_count = 123456789;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue