mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +00:00
Renamed temp module generated by "abc" pass from "logic" to "netlist"
This commit is contained in:
parent
c5e26f839c
commit
63285b300c
2 changed files with 6 additions and 6 deletions
|
@ -53,7 +53,7 @@ RTLIL::Design *abc_parse_blif(FILE *f)
|
|||
RTLIL::State lut_default_state = RTLIL::State::Sx;
|
||||
|
||||
int port_count = 0;
|
||||
module->name = "\\logic";
|
||||
module->name = "\\netlist";
|
||||
design->modules[module->name] = module;
|
||||
|
||||
char buffer[4096];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue