mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-07 14:43:23 +00:00
Misspell
This commit is contained in:
parent
89bd6b8504
commit
4a76b425cc
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ void abc9_module(RTLIL::Design *design, RTLIL::Module *current_module, std::stri
|
||||||
|
|
||||||
// Attempt another wideports_split here because there
|
// Attempt another wideports_split here because there
|
||||||
// exists the possibility that different bits of a port
|
// exists the possibility that different bits of a port
|
||||||
// could be an input and output, therefore parse_xiager()
|
// could be an input and output, therefore parse_xaiger()
|
||||||
// could not combine it into a wideport
|
// could not combine it into a wideport
|
||||||
auto r = wideports_split(w->name.str());
|
auto r = wideports_split(w->name.str());
|
||||||
wire = module->wire(r.first);
|
wire = module->wire(r.first);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue