1
0
mirror of synced 2026-02-08 17:41:19 +00:00

Check nusers of DSP output, not whole flop

This commit is contained in:
Eddie Hung
2019-08-09 17:35:13 -07:00
parent 3dd3ab98c2
commit ab1d63a565

View File

@@ -112,8 +112,8 @@ endcode
match ffP
if param(dsp, \PREG).as_int() == 0
if !sigPused.empty()
if nusers(sigPused) == 2
select ffP->type.in($dff)
index <int> nusers(port(ffP, \D)) === 2
// DSP48E1 does not support clock inversion
select param(ffP, \CLK_POLARITY).as_bool()
filter param(ffP, \WIDTH).as_int() >= GetSize(sigPused)