From 4762ef9b7238f67d065775b752ebf51289c1f437 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 15 Jun 2014 15:28:10 +0200 Subject: Clean project --- FPGA/tcl/commande_pin.tcl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 FPGA/tcl/commande_pin.tcl (limited to 'FPGA/tcl/commande_pin.tcl') diff --git a/FPGA/tcl/commande_pin.tcl b/FPGA/tcl/commande_pin.tcl new file mode 100644 index 0000000..c28dbc8 --- /dev/null +++ b/FPGA/tcl/commande_pin.tcl @@ -0,0 +1,17 @@ +set_location_assignment PIN_N2 -to clk +set_location_assignment PIN_G26 -to resetn + +set_location_assignment PIN_AE14 -to speed_user[1] +set_location_assignment PIN_P25 -to speed_user[0] + +set_location_assignment PIN_N26 -to fan_auto_user +set_location_assignment PIN_N25 -to alarm_user + +set_location_assignment PIN_V2 -to hot +set_location_assignment PIN_V1 -to sound_high_level + +set_location_assignment PIN_AC22 -to speed[1] +set_location_assignment PIN_AB21 -to speed[0] + +set_location_assignment PIN_AF23 -to fan_auto +set_location_assignment PIN_AE23 -to alarm \ No newline at end of file -- cgit v1.2.3