diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-05 21:35:16 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-10 01:43:02 -0600 |
| commit | 5c982f38139cd1b0c5b590f67e99b1bcc1a32c9b (patch) | |
| tree | 8085b34356b79eac8f8a22bc0c484bddfd676b73 /conspiracion.qsf | |
| parent | d5de20fade70a0d454e3aa0087313ca715ff8759 (diff) | |
rtl/gfx: implement fixed-point FMA
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 926b9b9..031d664 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_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top set_global_assignment -name QIP_FILE ip/ip_fp_inv.qip -set_global_assignment -name SIP_FILE ip/ip_fp_inv.sip
\ No newline at end of file +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 |
