diff options
Diffstat (limited to 'FPGA/commande/commande.qsf')
-rw-r--r-- | FPGA/commande/commande.qsf | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/FPGA/commande/commande.qsf b/FPGA/commande/commande.qsf index e64ba9e..969331f 100644 --- a/FPGA/commande/commande.qsf +++ b/FPGA/commande/commande.qsf | |||
@@ -48,13 +48,9 @@ set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85 | |||
48 | set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1 | 48 | set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1 |
49 | set_global_assignment -name USE_CONFIGURATION_DEVICE ON | 49 | set_global_assignment -name USE_CONFIGURATION_DEVICE ON |
50 | set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED" | 50 | set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED" |
51 | set_global_assignment -name BDF_FILE commande.bdf | ||
52 | set_global_assignment -name BDF_FILE alarm.bdf | ||
53 | set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top | 51 | set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top |
54 | set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top | 52 | set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top |
55 | set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top | 53 | set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top |
56 | set_global_assignment -name BDF_FILE fan.bdf | ||
57 | set_global_assignment -name TCL_SCRIPT_FILE commande_pin.tcl | ||
58 | set_location_assignment PIN_N2 -to clk | 54 | set_location_assignment PIN_N2 -to clk |
59 | set_location_assignment PIN_G26 -to resetn | 55 | set_location_assignment PIN_G26 -to resetn |
60 | set_location_assignment PIN_AE14 -to speed_user[1] | 56 | set_location_assignment PIN_AE14 -to speed_user[1] |
@@ -69,4 +65,11 @@ set_location_assignment PIN_AF23 -to fan_auto | |||
69 | set_location_assignment PIN_AE23 -to alarm | 65 | set_location_assignment PIN_AE23 -to alarm |
70 | set_global_assignment -name STRATIX_DEVICE_IO_STANDARD "3.3-V LVTTL" | 66 | set_global_assignment -name STRATIX_DEVICE_IO_STANDARD "3.3-V LVTTL" |
71 | set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED" | 67 | set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED" |
68 | set_global_assignment -name QIP_FILE lpm_constant_11.qip | ||
69 | set_global_assignment -name QIP_FILE lpm_constant_00.qip | ||
70 | set_global_assignment -name QIP_FILE lpm_compare_00.qip | ||
71 | set_global_assignment -name BDF_FILE commande.bdf | ||
72 | set_global_assignment -name BDF_FILE alarm.bdf | ||
73 | set_global_assignment -name BDF_FILE fan.bdf | ||
74 | set_global_assignment -name TCL_SCRIPT_FILE commande_pin.tcl | ||
72 | set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file | 75 | set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file |