mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-01 17:03:19 +00:00
SigSpec refactoring: renamed chunks and width to __chunks and __width
This commit is contained in:
parent
3b5f4ff39c
commit
a233762a81
62 changed files with 954 additions and 951 deletions
|
@ -53,7 +53,7 @@ struct ScatterPass : public Pass {
|
|||
{
|
||||
RTLIL::Wire *wire = new RTLIL::Wire;
|
||||
wire->name = NEW_ID;
|
||||
wire->width = p.second.width;
|
||||
wire->width = p.second.__width;
|
||||
mod_it.second->add(wire);
|
||||
|
||||
if (ct.cell_output(c.second->type, p.first)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue