-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIoTProject.qsf
45 lines (45 loc) · 2.47 KB
/
IoTProject.qsf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files
set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0
set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85
set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1
set_global_assignment -name ENABLE_OCT_DONE OFF
set_global_assignment -name USE_CONFIGURATION_DEVICE ON
set_global_assignment -name CRC_ERROR_OPEN_DRAIN OFF
set_global_assignment -name ENABLE_BOOT_SEL_PIN OFF
set_global_assignment -name OUTPUT_IO_TIMING_NEAR_END_VMEAS "HALF VCCIO" -rise
set_global_assignment -name OUTPUT_IO_TIMING_NEAR_END_VMEAS "HALF VCCIO" -fall
set_global_assignment -name OUTPUT_IO_TIMING_FAR_END_VMEAS "HALF SIGNAL SWING" -rise
set_global_assignment -name OUTPUT_IO_TIMING_FAR_END_VMEAS "HALF SIGNAL SWING" -fall
set_global_assignment -name POWER_PRESET_COOLING_SOLUTION "23 MM HEAT SINK WITH 200 LFPM AIRFLOW"
set_global_assignment -name POWER_BOARD_THERMAL_MODEL "NONE (CONSERVATIVE)"
set_global_assignment -name LAST_QUARTUS_VERSION "18.1.0 Lite Edition"
set_global_assignment -name FAMILY "MAX 10"
set_global_assignment -name DEVICE 10M08SAU169C8G
set_global_assignment -name TOP_LEVEL_ENTITY enc_scheme
set_global_assignment -name NUM_PARALLEL_PROCESSORS 2
set_global_assignment -name VHDL_FILE ArbiterPUF.vhd
set_global_assignment -name VHDL_FILE ChaosMachine.vhd
set_global_assignment -name VHDL_FILE DecScheme.vhd
set_global_assignment -name VHDL_FILE EncScheme.vhd
set_global_assignment -name VHDL_FILE FlipFlop.vhd
set_global_assignment -name VHDL_FILE Mux_2to1.vhd
set_global_assignment -name VHDL_FILE Nor_P.vhd
set_global_assignment -name VHDL_FILE RecoveryProcedure_Hamming74.vhd
set_global_assignment -name VHDL_FILE SecureSketch_Hamming74.vhd
set_location_assignment PIN_J1 -to reset
set_location_assignment PIN_H8 -to challenge[0]
set_location_assignment PIN_K10 -to challenge[1]
set_location_assignment PIN_H5 -to challenge[2]
set_location_assignment PIN_H4 -to challenge[3]
set_location_assignment PIN_J2 -to ciphertext[0]
set_location_assignment PIN_L12 -to ciphertext[1]
set_location_assignment PIN_J12 -to ciphertext[2]
set_location_assignment PIN_J13 -to ciphertext[3]
set_location_assignment PIN_K11 -to message[0]
set_location_assignment PIN_K12 -to message[1]
set_location_assignment PIN_J10 -to message[2]
set_location_assignment PIN_H10 -to message[3]
set_location_assignment PIN_H6 -to clock
set_location_assignment PIN_H13 -to helper_data[0]
set_location_assignment PIN_G12 -to helper_data[1]
set_location_assignment PIN_B11 -to helper_data[2]