Page 1 of 1

Site location is not valid when assigning DAC pins

Posted: Tue Oct 22, 2019 9:21 pm
by dreaguns
I dont understand why I can't seem to assign FIXED_IO_mio[10], [12] and [13] to FPGA E9, D9 & E8.
The site location is not valid.

I have an external DAC chip connected to the SPI1_MOSI, SCK & CS#
I also have a DAC_Handler.vhd that sends signals to those FIXED_IO_MIO ports but I can't assign them.

redpitaya.readthedocs.io>en>latest>developerGuide>fpga.html#signal-mapping
mentions something about pinctrl but I don't know.

Re: Site location is not valid when assigning DAC pins

Posted: Thu Oct 24, 2019 4:19 pm
by dreaguns
I've come to understand that I can write C code in Xilinx SDK to talk to the PS.
Currently working on this.