Are there any zedboard reference designs based entirely on scripts and plain HDL files? It would be optimal if it was using "create_ip -name processing_system7" to build the ARM subsystem.
Are there any zedboard reference designs based entirely on scripts and plain HDL files? It would be optimal if it was using "create_ip -name processing_system7" to build the ARM subsystem.
Hi there,
As far as I know, you need to use the BD in order to instantiate the PS7.
I have already scripted everything in the repository - as you pointed out. Since this is already done you can avoid the GUI by using that code if that PS configuration is suitable for you.
What I am confused about is why you are trying to avoid the GUI. The easiest path forward is use it once to set everything up. From then on it is a matter of copy/paste the TCL command.
--Dan
Hi there,
As far as I know, you need to use the BD in order to instantiate the PS7.
I have already scripted everything in the repository - as you pointed out. Since this is already done you can avoid the GUI by using that code if that PS configuration is suitable for you.
What I am confused about is why you are trying to avoid the GUI. The easiest path forward is use it once to set everything up. From then on it is a matter of copy/paste the TCL command.
--Dan