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

Subversion Repositories qaz_libs

[/] [qaz_libs/] [trunk/] [axi4_lite_lib/] [src/] [axi4_lite_register_file.sv] - Diff between revs 37 and 43

Show entire file | Details | Blame | View Log

Rev 37 Rev 43
Line 26... Line 26...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
 
 
module
module
  axi4_lite_register_file
  axi4_lite_register_file
  #(
  #(
    A   = 32,     //  address bus width, must be 32 or greater for axi lite
    A,  //  address bus width, must be 32 or greater for axi lite
    N   = 8,      //  data bus width in bytes, must be 4 or 8 for axi lite
    N,  //  data bus width in bytes, must be 4 or 8 for axi lite
    I   = 1,      //  ID width
    I   = 1,      //  ID width
    MW  = 3       //  mux select width
    MW  //  mux select width
  )
  )
  (
  (
    axi4_if               axi4_s,
    axi4_if               axi4_s,
    axi4_lite_register_if r_if,
    axi4_lite_register_if r_if,
    input                 aclk,
    input                 aclk,

powered by: WebSVN 2.1.0

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