3
0
Fork 0
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:
Clifford Wolf 2013-11-19 01:03:57 +01:00
parent c5e26f839c
commit 63285b300c
2 changed files with 6 additions and 6 deletions

View file

@ -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];