diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-10 20:16:05 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-13 05:54:44 -0600 |
| commit | 7d171c1e3ae6dab855ee264e7926281c3a4d25ca (patch) | |
| tree | a76910c97fcebc9cbbd39994ae7ca50bfad13346 /conspiracion.qsf | |
| parent | fb572d6cfb54ce212d2f43de00cb2702f0f433ce (diff) | |
Add reset debounce
Diffstat (limited to 'conspiracion.qsf')
| -rw-r--r-- | conspiracion.qsf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conspiracion.qsf b/conspiracion.qsf index 383d264..2eaa3d4 100644 --- a/conspiracion.qsf +++ b/conspiracion.qsf @@ -108,8 +108,7 @@ set_global_assignment -name ECO_REGENERATE_REPORT ON set_location_assignment PIN_AF14 -to clk_clk - -set_location_assignment PIN_AB12 -to reset_reset_n +set_location_assignment PIN_AB12 -to rst_n set_location_assignment PIN_V16 -to pio_leds[0] set_location_assignment PIN_W16 -to pio_leds[1] @@ -345,4 +344,5 @@ set_global_assignment -name SIP_FILE ip/dsp_mul.sip + set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
\ No newline at end of file |
