summaryrefslogtreecommitdiff
path: root/FPGA/commande/commande.qsf
diff options
context:
space:
mode:
Diffstat (limited to 'FPGA/commande/commande.qsf')
-rw-r--r--FPGA/commande/commande.qsf11
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
48set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1 48set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1
49set_global_assignment -name USE_CONFIGURATION_DEVICE ON 49set_global_assignment -name USE_CONFIGURATION_DEVICE ON
50set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED" 50set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED"
51set_global_assignment -name BDF_FILE commande.bdf
52set_global_assignment -name BDF_FILE alarm.bdf
53set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top 51set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
54set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top 52set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top
55set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top 53set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
56set_global_assignment -name BDF_FILE fan.bdf
57set_global_assignment -name TCL_SCRIPT_FILE commande_pin.tcl
58set_location_assignment PIN_N2 -to clk 54set_location_assignment PIN_N2 -to clk
59set_location_assignment PIN_G26 -to resetn 55set_location_assignment PIN_G26 -to resetn
60set_location_assignment PIN_AE14 -to speed_user[1] 56set_location_assignment PIN_AE14 -to speed_user[1]
@@ -69,4 +65,11 @@ set_location_assignment PIN_AF23 -to fan_auto
69set_location_assignment PIN_AE23 -to alarm 65set_location_assignment PIN_AE23 -to alarm
70set_global_assignment -name STRATIX_DEVICE_IO_STANDARD "3.3-V LVTTL" 66set_global_assignment -name STRATIX_DEVICE_IO_STANDARD "3.3-V LVTTL"
71set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED" 67set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED"
68set_global_assignment -name QIP_FILE lpm_constant_11.qip
69set_global_assignment -name QIP_FILE lpm_constant_00.qip
70set_global_assignment -name QIP_FILE lpm_compare_00.qip
71set_global_assignment -name BDF_FILE commande.bdf
72set_global_assignment -name BDF_FILE alarm.bdf
73set_global_assignment -name BDF_FILE fan.bdf
74set_global_assignment -name TCL_SCRIPT_FILE commande_pin.tcl
72set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file 75set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file