mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +00:00
Refactoring: Renamed RTLIL::Design::modules to modules_
This commit is contained in:
parent
d088854b47
commit
10e5791c5e
73 changed files with 223 additions and 223 deletions
|
@ -60,7 +60,7 @@ RTLIL::Design *abc_parse_blif(FILE *f, std::string dff_name)
|
|||
|
||||
int port_count = 0;
|
||||
module->name = "\\netlist";
|
||||
design->modules[module->name] = module;
|
||||
design->modules_[module->name] = module;
|
||||
|
||||
size_t buffer_size = 4096;
|
||||
char *buffer = (char*)malloc(buffer_size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue