OpenCores
URL https://opencores.org/ocsvn/astron_requantizer/astron_requantizer/trunk

Subversion Repositories astron_requantizer

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /astron_requantizer/trunk
    from Rev 3 to Rev 4
    Reverse comparison

Rev 3 → Rev 4

/dp_requantize.vhd
18,7 → 18,7
--
-------------------------------------------------------------------------------
 
LIBRARY IEEE, common_pkg_lib, dp_pkg_lib, common_requantize_lib, dp_pipeline_lib;
LIBRARY IEEE, common_pkg_lib, dp_pkg_lib, astron_pipeline_lib;
USE IEEE.std_logic_1164.all;
USE dp_pkg_lib.dp_stream_pkg.ALL;
--USE common_lib.all;
81,7 → 81,7
-- Requantize the sosi data field
---------------------------------------------------------------
gen_requantize_data : IF g_complex=FALSE GENERATE
u_requantize_data : ENTITY common_requantize_lib.common_requantize
u_requantize_data : ENTITY work.common_requantize
GENERIC MAP (
g_representation => g_representation,
g_lsb_w => g_lsb_w,
106,7 → 106,7
-- Requantize the sosi complex fields
---------------------------------------------------------------
gen_requantize_complex : IF g_complex=TRUE GENERATE
u_requantize_re: ENTITY common_requantize_lib.common_requantize
u_requantize_re: ENTITY work.common_requantize
GENERIC MAP (
g_representation => g_representation,
g_lsb_w => g_lsb_w,
126,7 → 126,7
out_ovr => out_ovr_re
);
u_requantize_im: ENTITY common_requantize_lib.common_requantize
u_requantize_im: ENTITY work.common_requantize
GENERIC MAP (
g_representation => g_representation,
g_lsb_w => g_lsb_w,
153,7 → 153,7
--------------------------------------------------------------
-- Pipeline to align the other sosi fields
--------------------------------------------------------------
u_dp_pipeline : ENTITY dp_pipeline_lib.dp_pipeline
u_dp_pipeline : ENTITY astron_pipeline_lib.dp_pipeline
GENERIC MAP (
g_pipeline => c_pipeline -- 0 for wires, > 0 for registers,
)
/hdllib.cfg
1,6 → 1,6
hdl_lib_name = dp_requantize
hdl_library_clause_name = dp_requantize_lib
hdl_lib_uses_synth = common_pkg common_components dp_pkg dp_pipeline common_requantize
hdl_lib_name = astron_requantize
hdl_library_clause_name = astron_requantize_lib
hdl_lib_uses_synth = common_pkg common_components dp_pkg astron_pipeline
hdl_lib_uses_sim =
hdl_lib_technology =
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.