Skip to content
Snippets Groups Projects
Commit 921f1793 authored by Zanting's avatar Zanting
Browse files

Created new library common_mult for multiplier components.

parent 418a85bf
No related branches found
No related tags found
No related merge requests found
Showing
with 4 additions and 4 deletions
hdl_lib_name = common hdl_lib_name = common
hdl_library_clause_name = common_lib hdl_library_clause_name = common_lib
hdl_lib_uses_synth = technology tech_memory tech_fifo tech_iobuf tst hdl_lib_uses_synth = technology tech_memory tech_fifo tech_iobuf tech_mult tst
hdl_lib_uses_sim = hdl_lib_uses_sim =
hdl_lib_technology = hdl_lib_technology =
...@@ -20,7 +20,7 @@ synth_files = ...@@ -20,7 +20,7 @@ synth_files =
$UNB/Firmware/modules/MegaWizard/arith/dsp_add_sub.vhd $UNB/Firmware/modules/MegaWizard/arith/dsp_add_sub.vhd
$UNB/Firmware/modules/MegaWizard/arith/dsp_mult_add2.vhd $UNB/Firmware/modules/MegaWizard/arith/dsp_mult_add2.vhd
$UNB/Firmware/modules/MegaWizard/arith/dsp_mult_add4.vhd $UNB/Firmware/modules/MegaWizard/arith/dsp_mult_add4.vhd
$UNB/Firmware/modules/MegaWizard/arith/dsp_complex_mult.vhd #$UNB/Firmware/modules/MegaWizard/arith/dsp_complex_mult.vhd
#src/ip/MegaWizard/iobuf_in.vhd #src/ip/MegaWizard/iobuf_in.vhd
...@@ -118,8 +118,8 @@ synth_files = ...@@ -118,8 +118,8 @@ synth_files =
$UNB/Firmware/modules/common/src/vhdl/common_mult_add4_a_stratix4.vhd $UNB/Firmware/modules/common/src/vhdl/common_mult_add4_a_stratix4.vhd
$UNB/Firmware/modules/common/src/vhdl/common_mult_add4_a_rtl.vhd $UNB/Firmware/modules/common/src/vhdl/common_mult_add4_a_rtl.vhd
src/vhdl/common_complex_mult.vhd src/vhdl/common_complex_mult.vhd
$UNB/Firmware/modules/common/src/vhdl/common_complex_mult_a_stratix4.vhd #$UNB/Firmware/modules/common/src/vhdl/common_complex_mult_a_stratix4.vhd
$UNB/Firmware/modules/common/src/vhdl/common_complex_mult_a_str_stratix4.vhd #$UNB/Firmware/modules/common/src/vhdl/common_complex_mult_a_str_stratix4.vhd
src/vhdl/common_complex_mult_add.vhd src/vhdl/common_complex_mult_add.vhd
$UNB/Firmware/modules/common/src/vhdl/common_complex_mult_add_parallel.vhd $UNB/Firmware/modules/common/src/vhdl/common_complex_mult_add_parallel.vhd
$UNB/Firmware/modules/common/src/vhdl/common_complex_mult_add_pipeline.vhd $UNB/Firmware/modules/common/src/vhdl/common_complex_mult_add_pipeline.vhd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment