diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-22 01:24:41 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-22 02:31:51 -0600 |
| commit | 1e064f29139a45061a8082914e9ee75c15e803a4 (patch) | |
| tree | 2fac1bd24026807bd8e6fee1f278dc4b155afde3 /conspiracion.qsf | |
| parent | 3f5ec7003075eb78e7e2a7b179cbcd3a6c9e294d (diff) | |
rtl/gfx: implement fp->fixed conversion
Diffstat (limited to 'conspiracion.qsf')
| -rw-r--r-- | conspiracion.qsf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/conspiracion.qsf b/conspiracion.qsf index 506bf9a..90d3d00 100644 --- a/conspiracion.qsf +++ b/conspiracion.qsf @@ -323,6 +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_global_assignment -name SIP_FILE ip/ip_fp_inv.sip -set_global_assignment -name SIP_FILE ip/ip_dot2.sip -set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
\ No newline at end of file +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 |
