mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 10:55:51 +00:00
73%
This commit is contained in:
parent
4c9f68216a
commit
eeb15ea2a2
17 changed files with 121 additions and 38 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 param : 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