diff options
Diffstat (limited to 'FPGA/tcl/pwm.tcl')
-rw-r--r-- | FPGA/tcl/pwm.tcl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/FPGA/tcl/pwm.tcl b/FPGA/tcl/pwm.tcl new file mode 100644 index 0000000..8914716 --- /dev/null +++ b/FPGA/tcl/pwm.tcl | |||
@@ -0,0 +1,6 @@ | |||
1 | set_location_assignment PIN_P25 -to speed_user[0] | ||
2 | set_location_assignment PIN_AE14 -to speed_user[1] | ||
3 | set_location_assignment PIN_N2 -to clk | ||
4 | set_location_assignment PIN_G26 -to resetn | ||
5 | set_location_assignment PIN_K26 -to fan | ||
6 | set_location_assignment PIN_Y18 -to led_fan | ||