diff options
author | Pacien TRAN-GIRARD | 2014-06-13 16:06:19 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-06-13 16:06:19 +0200 |
commit | 70318492f3472ff2ec3b1735cf69a4eef1f6a51d (patch) | |
tree | 0f4243099ea9379bc164dc37a9fee3ab255f0f7e /FPGA/pwm/pwm.tcl | |
parent | d091bb2cb82f66d187df8f3aba6afcf4041b72ce (diff) | |
download | fpga-home-automation-70318492f3472ff2ec3b1735cf69a4eef1f6a51d.tar.gz |
Update project
Diffstat (limited to 'FPGA/pwm/pwm.tcl')
-rw-r--r-- | FPGA/pwm/pwm.tcl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/FPGA/pwm/pwm.tcl b/FPGA/pwm/pwm.tcl new file mode 100644 index 0000000..267245a --- /dev/null +++ b/FPGA/pwm/pwm.tcl | |||
@@ -0,0 +1,6 @@ | |||
1 | set_location_assignment PIN_P25 -to speed[0] | ||
2 | set_location_assignment PIN_AE14 -to speed[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 | ||