f4pga-examples icon indicating copy to clipboard operation
f4pga-examples copied to clipboard

ERROR: set_property IO_LOC_PAIRS: Incorrect number of arguments.

Open Talha-Ahmed-1 opened this issue 3 years ago • 6 comments

Generating bitstream by following the steps mentioned in this Makefile: https://github.com/Talha-Ahmed-1/picofoxy/blob/main/fpga/Makefile

It got stuck at the time of synthesis and giving such error.

TARGET="arty_35" make -C fpga
make[1]: Entering directory '/home/tahmed/TalhaUpdated/picofoxy/fpga'
mkdir -p build/arty_35
cd build/arty_35 && symbiflow_synth -t Picofoxy -v /home/tahmed/TalhaUpdated/picofoxy/fpga/Picofoxy.v /home/tahmed/TalhaUpdated/picofoxy/fpga/PLL_8MHz.v /home/tahmed/TalhaUpdated/picofoxy/fpga/clk_wiz_0_clk_wiz.v   -d artix7 -p xc7a35tcsg324-1 -x ~/picofoxy/fpga/arty.xdc 2>&1 > /dev/null
ERROR: set_property IO_LOC_PAIRS: Incorrect number of arguments.
make[1]: *** [Makefile:53: build/arty_35/Picofoxy.eblif] Error 1
make[1]: Leaving directory '/home/tahmed/TalhaUpdated/picofoxy/fpga'
make: *** [Makefile:22: bitstream] Error 2

All of my IO ports are mapped in .xdc file. Design resources: https://github.com/Talha-Ahmed-1/picofoxy/tree/main/fpga

Talha-Ahmed-1 avatar Oct 10 '21 10:10 Talha-Ahmed-1

The error is ERROR: set_property IO_LOC_PAIRS: Incorrect number of arguments..

My first guess is that something in your .xdc file is currently unsupported by the symbiflow tooling.

mithro avatar Oct 10 '21 16:10 mithro

@tmichalak Might know what is going on?

mithro avatar Oct 10 '21 16:10 mithro

Poke @tmichalak ?

mithro avatar Dec 07 '21 23:12 mithro

Sure, I am looking into it

tmichalak avatar Dec 09 '21 10:12 tmichalak

@Talha-Ahmed-1 I am not able to reproduce the problem. Can you double check if the xdc and design are up to date?

tmichalak avatar Feb 11 '22 15:02 tmichalak

I believe I get this error when I have had a missing signal in my .xdc file...

nelsobe avatar Feb 11 '22 22:02 nelsobe