diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-09-19 20:27:22 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-09-19 20:27:22 -0600 |
| commit | 377e5277a672348636ed0696bf64d2d3d518bff7 (patch) | |
| tree | a9ea8475d30ddf8dae3861c67c94533c8eb255b5 /conspiracion.qsf | |
| parent | b762fc978a49910986e00e6c08e0afbe1e612858 (diff) | |
DDR3 is working
Diffstat (limited to 'conspiracion.qsf')
| -rw-r--r-- | conspiracion.qsf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conspiracion.qsf b/conspiracion.qsf index acdf165..850a26a 100644 --- a/conspiracion.qsf +++ b/conspiracion.qsf @@ -192,8 +192,6 @@ 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 @@ -213,4 +211,7 @@ set_location_assignment PIN_Y21 -to done +set_location_assignment PIN_AF14 -to clk_clk + +set_global_assignment -name SDC_FILE conspiracion.sdc set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
\ No newline at end of file |
