diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-07 13:52:12 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-07 14:28:50 -0600 |
| commit | 280cb5bb42f56d13ae2043b955a7bf286022b0b7 (patch) | |
| tree | 20a4c22ada00ad2c5ac6e65c864e4f7e8d5ead3d /conspiracion.qsf | |
| parent | bf8bd4a00f1cdfc93b2f702f5f87918e66a2e361 (diff) | |
Quartus has not support for unique0
Diffstat (limited to '')
| -rw-r--r-- | conspiracion.qsf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conspiracion.qsf b/conspiracion.qsf index 68783b6..e5d1534 100644 --- a/conspiracion.qsf +++ b/conspiracion.qsf @@ -275,6 +275,7 @@ set_instance_assignment -name OUTPUT_TERMINATION "SERIES 50 OHM WITH CALIBRATION -set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top set_global_assignment -name QIP_FILE ip/dsp_mul.qip 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 |
