mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Added design->rename(module, new_name)
This commit is contained in:
parent
df0163cd2b
commit
caa274ada6
3 changed files with 9 additions and 3 deletions
|
@ -809,6 +809,7 @@ struct RTLIL::Design
|
|||
void add(RTLIL::Module *module);
|
||||
RTLIL::Module *addModule(RTLIL::IdString name);
|
||||
void remove(RTLIL::Module *module);
|
||||
void rename(RTLIL::Module *module, RTLIL::IdString new_name);
|
||||
|
||||
void scratchpad_unset(std::string varname);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue