Altera_Forum
Honored Contributor
11 years agoSimple pin assignments using text file
Hi,
I am just starting out with Quartus II Free 13.1 using an EP3C40U48417 device. We use the device in the main to allow us to change peripheral to processor pin allocations. Our processor has a pin multiplexing function. I would like to automate the configuration of the FPGA using the processor's pin multiplexor settings. This is a simple programming job if I can use a text file to map one FPGA pin to another e.g. PIN_G10 to PIN_F5 PIN_A7 to PIN_E16 What format text file must I use? Where does that text file go in the project. I found an example project's .qsf file which seemed to contain pin mapping details but the file did not update as I added new pins. I am not sure how the project elements fit together. A few key words would help me get started & read the correct sections.