mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-15 13:28:59 +00:00
Update comment
This commit is contained in:
parent
7df0e77565
commit
2983a35dc0
|
@ -89,11 +89,11 @@ code sigB clock clock_pol
|
||||||
endcode
|
endcode
|
||||||
|
|
||||||
match ffFJKG
|
match ffFJKG
|
||||||
|
// Ensure pipeline register is not already used
|
||||||
if mul->type != \SB_MAC16 || (!param(mul, \TOP_8x8_MULT_REG).as_bool() && !param(mul, \BOT_8x8_MULT_REG).as_bool() && !param(mul, \PIPELINE_16x16_MULT_REG1).as_bool() && !param(mul, \PIPELINE_16x16_MULT_REG2).as_bool())
|
if mul->type != \SB_MAC16 || (!param(mul, \TOP_8x8_MULT_REG).as_bool() && !param(mul, \BOT_8x8_MULT_REG).as_bool() && !param(mul, \PIPELINE_16x16_MULT_REG1).as_bool() && !param(mul, \PIPELINE_16x16_MULT_REG2).as_bool())
|
||||||
select ffFJKG->type.in($dff)
|
select ffFJKG->type.in($dff)
|
||||||
select nusers(port(ffFJKG, \D)) == 2
|
select nusers(port(ffFJKG, \D)) == 2
|
||||||
index <SigSpec> port(ffFJKG, \D) === sigH
|
index <SigSpec> port(ffFJKG, \D) === sigH
|
||||||
// Ensure pipeline register is not already used
|
|
||||||
optional
|
optional
|
||||||
endmatch
|
endmatch
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue