From e170ee1dd323f3f99e154bd5daf026fc8f423465 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Mon, 16 Jun 2014 00:04:05 +0200 Subject: Refactoring --- FPGA/commande/commande.qsf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'FPGA/commande/commande.qsf') 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 set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1 set_global_assignment -name USE_CONFIGURATION_DEVICE ON set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED" -set_global_assignment -name BDF_FILE commande.bdf -set_global_assignment -name BDF_FILE alarm.bdf set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top -set_global_assignment -name BDF_FILE fan.bdf -set_global_assignment -name TCL_SCRIPT_FILE commande_pin.tcl set_location_assignment PIN_N2 -to clk set_location_assignment PIN_G26 -to resetn set_location_assignment PIN_AE14 -to speed_user[1] @@ -69,4 +65,11 @@ set_location_assignment PIN_AF23 -to fan_auto set_location_assignment PIN_AE23 -to alarm set_global_assignment -name STRATIX_DEVICE_IO_STANDARD "3.3-V LVTTL" set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED" +set_global_assignment -name QIP_FILE lpm_constant_11.qip +set_global_assignment -name QIP_FILE lpm_constant_00.qip +set_global_assignment -name QIP_FILE lpm_compare_00.qip +set_global_assignment -name BDF_FILE commande.bdf +set_global_assignment -name BDF_FILE alarm.bdf +set_global_assignment -name BDF_FILE fan.bdf +set_global_assignment -name TCL_SCRIPT_FILE commande_pin.tcl set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file -- cgit v1.2.3