-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcreate_quartus.tcl
More file actions
23 lines (15 loc) · 835 Bytes
/
create_quartus.tcl
File metadata and controls
23 lines (15 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
project_new -overwrite -family CYCLONEV -part 5CSEMA5F31C6 de1_soc_top
set_global_assignment -name TOP_LEVEL_ENTITY de1_soc_top
set_global_assignment -name QIP_FILE de1_soc/synthesis/de1_soc.qip
set_global_assignment -name VHDL_FILE de1_soc_top.vhd
set_global_assignment -name VHDL_FILE axireg.vhd
set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files
set_global_assignment -name EDA_SIMULATION_TOOL "<None>"
set_global_assignment -name EDA_OUTPUT_DATA_FORMAT NONE -section_id eda_simulation
set_global_assignment -name SDC_FILE de1_soc_top.sdc
# enabling signaltap
#set_global_assignment -name ENABLE_SIGNALTAP ON
#set_global_assignment -name USE_SIGNALTAP_FILE cti_tapping.stp
#set_global_assignment -name SIGNALTAP_FILE cti_tapping.stp
source pin_assignment_de1_soc_top.tcl
project_close