[INFO ] DREAMPlaceFPGA - Completed Placement in 190.115 seconds
[INFO ] DREAMPlaceFPGA - Start writing solution to Interchange Format(IF)
** FIXME ** SLICE_X67Y156: rst_in=('bel_pin', 'SRST1', 'SRST1') connects to GLOBAL_LOGIC1 child=('site_pip', 'RST_ABCDINV', 'RST') child2=('bel_pin', 'RST_ABCDINV', 'OUT') connect to GLOBAL_LOGIC0
** FIXME ** SLICE_X67Y156: rst_in=('bel_pin', 'SRST2', 'SRST2') connects to GLOBAL_LOGIC1 child=('site_pip', 'RST_EFGHINV', 'RST') child2=('bel_pin', 'RST_EFGHINV', 'OUT') connect to GLOBAL_LOGIC0
[INFO ] DREAMPlaceFPGA - Interchange Format(IF) Writer completed in 26.349 seconds
Specifically, it looks like the SRST{1,2} bel pin is being set to VCC, the RST_{ABCD,EFGH}INV Site PIP is turned on, and the RST_{ABCD,EFGH}INV/OUT bel pin is being set to GND.
Note that SRST1 services the lower eight flops ([A-D]FF{,2}) and SRST2 the upper. It is possible that either or both need those connections, depending on if any FF appears in its half.
Single case of SRST{1,2} site pins being attached to the GLOBAL_LOGIC1 (vcc) net even if there are no FFs in SLICEs (just one shown below).
Last few lines of:
are:
Specifically, it looks like the
SRST{1,2}
bel pin is being set to VCC, theRST_{ABCD,EFGH}INV
Site PIP is turned on, and theRST_{ABCD,EFGH}INV/OUT
bel pin is being set to GND.Note that
SRST1
services the lower eight flops ([A-D]FF{,2}
) andSRST2
the upper. It is possible that either or both need those connections, depending on if any FF appears in its half.