mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-15 03:35:40 +00:00
ff: fix src_twine
This commit is contained in:
parent
3442960887
commit
5672ecf584
1 changed files with 1 additions and 0 deletions
|
|
@ -361,6 +361,7 @@ FfData FfData::slice(const std::vector<int> &bits) {
|
||||||
res.pol_clr = pol_clr;
|
res.pol_clr = pol_clr;
|
||||||
res.pol_set = pol_set;
|
res.pol_set = pol_set;
|
||||||
res.attributes = attributes;
|
res.attributes = attributes;
|
||||||
|
res.src_twine = src_twine;
|
||||||
std::optional<Const::Builder> arst_bits;
|
std::optional<Const::Builder> arst_bits;
|
||||||
if (has_arst)
|
if (has_arst)
|
||||||
arst_bits.emplace(bits.size());
|
arst_bits.emplace(bits.size());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue