URL
https://opencores.org/ocsvn/astron_diagnostics/astron_diagnostics/trunk
[/] [astron_diagnostics/] [trunk/] [diag_block_gen_reg.vhd] - Diff between revs 3 and 4
Show entire file |
Details |
Blame |
View Log
Rev 3 |
Rev 4 |
Line 17... |
Line 17... |
-- limitations under the License.
|
-- limitations under the License.
|
--
|
--
|
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
|
|
|
|
library IEEE, common_pkg_lib, common_ram_lib, common_components_lib;
|
library IEEE, common_pkg_lib, astron_ram_lib, common_components_lib;
|
use IEEE.std_logic_1164.ALL;
|
use IEEE.std_logic_1164.ALL;
|
use IEEE.numeric_std.ALL;
|
use IEEE.numeric_std.ALL;
|
use common_pkg_lib.common_pkg.ALL;
|
use common_pkg_lib.common_pkg.ALL;
|
use common_ram_lib.common_ram_pkg.ALL;
|
use astron_ram_lib.common_ram_pkg.ALL;
|
use work.diag_pkg.ALL;
|
use work.diag_pkg.ALL;
|
|
|
entity diag_block_gen_reg is
|
entity diag_block_gen_reg is
|
generic (
|
generic (
|
g_cross_clock_domain : boolean := TRUE; -- use FALSE when mm_clk and st_clk are the same, else use TRUE to cross the clock domain
|
g_cross_clock_domain : boolean := TRUE; -- use FALSE when mm_clk and st_clk are the same, else use TRUE to cross the clock domain
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.