From 7d171c1e3ae6dab855ee264e7926281c3a4d25ca Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 10 Nov 2022 20:16:05 -0600 Subject: Add reset debounce --- conspiracion.qsf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conspiracion.qsf') 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 -- cgit v1.2.3