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.
Thank you. Looks like a good start. I was also hoping to find a plain HDL (Verilog or VHDL) file containing an instantiation of the processing_system7_0 where the ports are connected to the correct pins of the top.
I tried to run some of the tcl files in your repository, but it seems like I run into errors with the VHDL wrapper files in both cases (empty port map):
vivado -mode tcl -source make_zedboard_ali3_amp10.tcl
...
...hdl/Projects/zedboard_ali3_amp10/ZEDBOARD/zedboard_ali3_amp10.runs/synth_1/runme.log:19:ERROR: [Synth 8-2715] syntax error near ) [...hdl/Projects/zedboard_ali3_amp10/ZEDBOARD/zedboard_ali3_amp10.srcs/sources_1/bd/zedboard_ali3_amp10/hdl/zedboard_ali3_amp10_wrapper.vhd:24]
vivado -mode tcl -source make_zedboard_ali3_sharp7.tcl
...
...hdl/Projects/zedboard_ali3_sharp7/ZEDBOARD/zedboard_ali3_sharp7.runs/synth_1/runme.log:19:ERROR: [Synth 8-2715] syntax error near ) [...hdl/Projects/zedboard_ali3_sharp7/ZEDBOARD/zedboard_ali3_sharp7.srcs/sources_1/bd/zedboard_ali3_sharp7/hdl/zedboard_ali3_sharp7_wrapper.vhd:24]
I'm using Vivado v2015.4 on Linux.
Thank you. Looks like a good start. I was also hoping to find a plain HDL (Verilog or VHDL) file containing an instantiation of the processing_system7_0 where the ports are connected to the correct pins of the top.
I tried to run some of the tcl files in your repository, but it seems like I run into errors with the VHDL wrapper files in both cases (empty port map):
vivado -mode tcl -source make_zedboard_ali3_amp10.tcl
...
...hdl/Projects/zedboard_ali3_amp10/ZEDBOARD/zedboard_ali3_amp10.runs/synth_1/runme.log:19:ERROR: [Synth 8-2715] syntax error near ) [...hdl/Projects/zedboard_ali3_amp10/ZEDBOARD/zedboard_ali3_amp10.srcs/sources_1/bd/zedboard_ali3_amp10/hdl/zedboard_ali3_amp10_wrapper.vhd:24]
vivado -mode tcl -source make_zedboard_ali3_sharp7.tcl
...
...hdl/Projects/zedboard_ali3_sharp7/ZEDBOARD/zedboard_ali3_sharp7.runs/synth_1/runme.log:19:ERROR: [Synth 8-2715] syntax error near ) [...hdl/Projects/zedboard_ali3_sharp7/ZEDBOARD/zedboard_ali3_sharp7.srcs/sources_1/bd/zedboard_ali3_sharp7/hdl/zedboard_ali3_sharp7_wrapper.vhd:24]
I'm using Vivado v2015.4 on Linux.