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,
I'm glad to see you still making progress!
Maybe I am misunderstanding, but if you want the PS to be defined in a PL design, using Vivado the easiest way to do that is to drop the PS7 IP into a Block Design. Then you can double click that to customize it. From there, you can grab the script output from the TCL console, or use the command write_bd_tcl to output everything from that session.
If I am wrong, can you provide a bit more detail, or help me to understand what it is you are looking for?
Thanks!
--Dan
Hi there,
I'm glad to see you still making progress!
Maybe I am misunderstanding, but if you want the PS to be defined in a PL design, using Vivado the easiest way to do that is to drop the PS7 IP into a Block Design. Then you can double click that to customize it. From there, you can grab the script output from the TCL console, or use the command write_bd_tcl to output everything from that session.
If I am wrong, can you provide a bit more detail, or help me to understand what it is you are looking for?
Thanks!
--Dan
Actually, it's the BD step that I would like to avoid since it's a based upon manual work using the GUI, despite that it can be scripted in later runs. I would like to generate IP's using "create_ip" and then simply instantiating it in my HDL code.