mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-25 18:15:34 +00:00
look at all those chickens
This commit is contained in:
parent
8bdcc6987b
commit
61cf4b6fb6
15 changed files with 48 additions and 42 deletions
|
@ -175,7 +175,7 @@ struct IntersynthBackend : public Backend {
|
|||
node_code += stringf(" %s %s", log_id(port.first), netname(conntypes_code, celltypes_code, constcells_code, sig).c_str());
|
||||
}
|
||||
}
|
||||
for (auto ¶m : cell->parameters) {
|
||||
for (auto &¶m : cell->parameters) {
|
||||
celltype_code += stringf(" cfg:%d %s", int(param.second.bits.size()), log_id(param.first));
|
||||
if (param.second.bits.size() != 32) {
|
||||
node_code += stringf(" %s '", log_id(param.first));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue