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

Subversion Repositories axi4_tlm_bfm

[/] [axi4_tlm_bfm/] [trunk/] [rtl/] [quartus-synthesis/] [pkg-tlm.vhdl] - Diff between revs 9 and 17

Show entire file | Details | Blame | View Log

Rev 9 Rev 17
Line 47... Line 47...
package tlm is
package tlm is
--      generic(type t_addr; type t_msg; type t_cnt);
--      generic(type t_addr; type t_msg; type t_cnt);
 
 
        /* TODO remove once generic packages are supported. */
        /* TODO remove once generic packages are supported. */
        subtype t_addr is unsigned(31 downto 0);
        subtype t_addr is unsigned(31 downto 0);
        subtype t_msg is signed(63 downto 0);
        subtype t_msg is signed(31 downto 0);
        subtype t_cnt is unsigned(127 downto 0);
        subtype t_cnt is unsigned(127 downto 0);
 
 
        /* BFM control interface. */
        /* BFM control interface. */
        type t_bfm is record
        type t_bfm is record
                address:t_addr;
                address:t_addr;

powered by: WebSVN 2.1.0

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