diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-22 05:09:58 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-22 05:10:36 -0600 |
| commit | f81b6c966935296601aee466d33525458d174415 (patch) | |
| tree | 8ccd919554131abc40b7f30896868a64ff61f2cd /conspiracion.qsf | |
| parent | bf75583c97dd31d0734e3aa3b3dbc9f901f1c849 (diff) | |
rtl/gfx: implement primitive assembly
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 90d3d00..ab56757 100644 --- a/conspiracion.qsf +++ b/conspiracion.qsf @@ -323,7 +323,7 @@ set_global_assignment -name SIP_FILE ip/ip_fp_mul.sip set_global_assignment -name QIP_FILE ip/ip_fp_add.qip set_global_assignment -name SIP_FILE ip/ip_fp_add.sip -set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top set_global_assignment -name SIP_FILE ip/ip_fp_fix.sip -set_global_assignment -name QIP_FILE ip/ip_fp_fix.qip
\ No newline at end of file +set_global_assignment -name QIP_FILE ip/ip_fp_fix.qip +set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
\ No newline at end of file |
