Commit 402014aa authored by Alén Arias Vázquez's avatar Alén Arias Vázquez 😎

added fpga device

parent 27fc4b68
Pipeline #3647 failed with stages
in 47 minutes and 16 seconds
......@@ -26,6 +26,12 @@ source ${target_path}/tcl/create_bd.tcl -notrace
# Create project
create_project ${_xil_proj_name_} ${output_path}/${_xil_proj_name_} -part ${reference_part}
# Source TCL FPGA Device
source common-ip/fpga_device/tcl/fpga_device.tcl
create_fpga_version "${_xil_proj_name_}" "common-ip/fpga_device/src/fpga_device.v" "${output_path}/${_xil_proj_name_}/fpga_device.v"
add_files -norecurse common-ip/fpga_device/src/dna_reader.v
add_files -norecurse ${output_path}/${_xil_proj_name_}/fpga_device.v
# Set Properties from the list
if [ info exist ::user_list(PROP_NAME) ] {
set curr_project [ current_project ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment