diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-20 22:59:27 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-20 23:10:55 -0600 |
| commit | 1b5eeb9a949272232ff543f684c7be62d31d0d40 (patch) | |
| tree | 67e4e7b20f0d38b675058bbb32690ab782369d68 /conspiracion.qsf | |
| parent | 8eba2720083d49bf6550efb35f32c8fbdd2ef975 (diff) | |
ip: add ip_fp_add, ip_fp_mul
Diffstat (limited to 'conspiracion.qsf')
| -rw-r--r-- | conspiracion.qsf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conspiracion.qsf b/conspiracion.qsf index 8a8ff81..4b3f531 100644 --- a/conspiracion.qsf +++ b/conspiracion.qsf @@ -317,4 +317,9 @@ set_global_assignment -name EDA_SIMULATION_TOOL "ModelSim-Altera (SystemVerilog) set_global_assignment -name EDA_OUTPUT_DATA_FORMAT "SYSTEMVERILOG HDL" -section_id eda_simulation +set_global_assignment -name QIP_FILE ip/ip_fp_mul.qip +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
\ No newline at end of file |
