diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-09-04 18:09:38 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-09-04 18:09:38 -0600 |
| commit | a9aafdf34ed44f115edf43f29a733eb82f366eb6 (patch) | |
| tree | 0d17cf45300675a4a6bf5fc902ae2892ee7934aa /conspiracion.qsf | |
| parent | fa3610a57e89dd667075cd8922a07a69ec433fa0 (diff) | |
Add SDRAM test
Diffstat (limited to 'conspiracion.qsf')
| -rw-r--r-- | conspiracion.qsf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/conspiracion.qsf b/conspiracion.qsf index 0aa975f..b79614d 100644 --- a/conspiracion.qsf +++ b/conspiracion.qsf @@ -190,4 +190,26 @@ set_global_assignment -name USE_DLL_FREQUENCY_FOR_DQS_DELAY_CHAIN ON set_global_assignment -name UNIPHY_SEQUENCER_DQS_CONFIG_ENABLE ON set_global_assignment -name OPTIMIZE_MULTI_CORNER_TIMING ON set_global_assignment -name ECO_REGENERATE_REPORT ON + + +set_location_assignment PIN_AF14 -to clk_clk + +set_location_assignment PIN_AB12 -to dir + +set_location_assignment PIN_AA14 -to clr +set_location_assignment PIN_AA15 -to mov +set_location_assignment PIN_W15 -to add +set_location_assignment PIN_Y16 -to io + +set_location_assignment PIN_V16 -to out[0] +set_location_assignment PIN_W16 -to out[1] +set_location_assignment PIN_V17 -to out[2] +set_location_assignment PIN_V18 -to out[3] +set_location_assignment PIN_W17 -to out[4] +set_location_assignment PIN_W19 -to out[5] +set_location_assignment PIN_Y19 -to out[6] +set_location_assignment PIN_W20 -to out[7] +set_location_assignment PIN_Y21 -to done + + set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
\ No newline at end of file |
