Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHey Dave,
The Altera tools and Xilinx tools can both be scripted pretty easily with Tcl. Have you used Vivado's unmanaged constraints files? I've just started tinkering with the Xilinx tools ... https://github.com/d-hawkins/hdl https://github.com/d-hawkins/hdl/tree/master/boards/xilinx/digilent_arty/constraints https://github.com/d-hawkins/hdl/tree/master/boards/xilinx/digilent_arty/blinky/scripts I've posted numerous Quartus examples to this group .. https://www.alteraforum.com/forum/showthread.php?t=45927 https://www.alteraforum.com/forum/showthread.php?t=43992 Download them, follow the readme.txt instructions, and then look at the synth.tcl script that in turn runs constraints files. You'll get the hang of it quick enough. Cheers, Dave