mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Smallfix
This commit is contained in:
parent
16b1eb1699
commit
3b8bc8098f
1 changed files with 0 additions and 2 deletions
|
@ -703,7 +703,6 @@ namespace {
|
|||
res.packed = true;
|
||||
res.cell = cell;
|
||||
res.attributes = cell->attributes;
|
||||
#ifndef SILIMATE_DISABLE_MEM_INIT
|
||||
Const &init = cell->parameters.at(ID::INIT);
|
||||
if (!init.is_fully_undef()) {
|
||||
int pos = 0;
|
||||
|
@ -727,7 +726,6 @@ namespace {
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
int n_rd_ports = cell->parameters.at(ID::RD_PORTS).as_int();
|
||||
int n_wr_ports = cell->parameters.at(ID::WR_PORTS).as_int();
|
||||
Const rd_wide_continuation = is_compat ? Const(State::S0, n_rd_ports) : cell->parameters.at(ID::RD_WIDE_CONTINUATION);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue