Configuring Xilinx FPGAs with impact in batch mode
There are times during the development phase of a project that it is necesary to configure the FPGA with several different versions of the Firmware as new features are added and tests with the hardware are required.
To some designers the impact software have too many pop-out windows asking for unrelevant information when all we want is to configure the device. By using the batch mode all gets reduce to a single terminal instruction.
impact -batch script.cmd
I created a simple bash script which takes the .bit filename and replace it in a general script template to allow configuration of the device with different filenames without having to modify the script by hand every time.
./fpga_config.sh -f FILENAME.bit
You can find the code and a sample batch script in github
git clone https://github.com/leardilap/FPGA_Conf.git
Comments
Comments powered by Disqus