Files
PCIe-FPGA-Accelerator/Hardware/Vivado_HLS_IPs/Interrupt_Manager/run_hls.tcl

18 lines
360 B
Tcl

open_project Interrupt_Manager
set_top interrupt_manager
add_files interrupt_manager.cpp
open_solution "solution1"
#The Part Refers to the Xilinx Virtex 7 VC707 FPGA Development Board
set_part {xc7vx485tffg1761-2}
create_clock -period 10 -name default
csynth_design
export_design -format ip_catalog -display_name "Interrupt Manager" -version "3.5"
exit