3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-11 03:33:36 +00:00

Add comment about supporting $dffe in ice40_dsp

This commit is contained in:
Eddie Hung 2019-08-01 15:13:18 -07:00
parent ed7540a46f
commit c39b1a6fcf

View file

@ -12,6 +12,7 @@ match mul
endmatch
match ffA
// TODO: Support $dffe too by checking if all enable signals are identical
select ffA->type.in($dff)
filter !port(mul, \A).remove_const().empty()
filter includes(port(ffA, \Q).to_sigbit_set(), port(mul, \A).remove_const().to_sigbit_set())