mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-08 00:05:48 +00:00
consty stuff
This commit is contained in:
parent
2d6c45469f
commit
36289ab208
4 changed files with 72 additions and 23 deletions
|
@ -703,7 +703,7 @@ namespace {
|
|||
res.packed = true;
|
||||
res.cell = cell;
|
||||
res.attributes = cell->attributes;
|
||||
Const &init = cell->parameters.at(ID::INIT);
|
||||
const Const &init = cell->parameters.at(ID::INIT);
|
||||
if (!init.is_fully_undef()) {
|
||||
int pos = 0;
|
||||
while (pos < res.size) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue