mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-03 00:45:15 +00:00
fixup! memory_bram: add -register
This commit is contained in:
parent
4fcd50ed7a
commit
0f3efd2c1a
1 changed files with 3 additions and 3 deletions
|
|
@ -427,11 +427,11 @@ struct rules_t
|
||||||
inputs.insert(stringf("\\%sEN", pf));
|
inputs.insert(stringf("\\%sEN", pf));
|
||||||
}
|
}
|
||||||
|
|
||||||
log("setting up %s\n", bram.name);
|
log_debug("setting up %s\n", bram.name);
|
||||||
for (auto input : inputs)
|
for (auto input : inputs)
|
||||||
log("input %s\n", input);
|
log_debug("input %s\n", input);
|
||||||
for (auto output : outputs)
|
for (auto output : outputs)
|
||||||
log("output %s\n", output);
|
log_debug("output %s\n", output);
|
||||||
yosys_celltypes.setup_type(bram.name, inputs, outputs);
|
yosys_celltypes.setup_type(bram.name, inputs, outputs);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue