mirror of https://github.com/YosysHQ/yosys.git
Add comment about supporting $dffe in ice40_dsp
This commit is contained in:
parent
ed7540a46f
commit
c39b1a6fcf
|
@ -12,6 +12,7 @@ match mul
|
||||||
endmatch
|
endmatch
|
||||||
|
|
||||||
match ffA
|
match ffA
|
||||||
|
// TODO: Support $dffe too by checking if all enable signals are identical
|
||||||
select ffA->type.in($dff)
|
select ffA->type.in($dff)
|
||||||
filter !port(mul, \A).remove_const().empty()
|
filter !port(mul, \A).remove_const().empty()
|
||||||
filter includes(port(ffA, \Q).to_sigbit_set(), port(mul, \A).remove_const().to_sigbit_set())
|
filter includes(port(ffA, \Q).to_sigbit_set(), port(mul, \A).remove_const().to_sigbit_set())
|
||||||
|
|
Loading…
Reference in New Issue