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

Subversion Repositories xgate

[/] [xgate/] [trunk/] [rtl/] [verilog/] [xgate_top.v] - Diff between revs 89 and 96

Show entire file | Details | Blame | View Log

Rev 89 Rev 96
Line 160... Line 160...
  wire        ss_mem_ack;      // WISHBONE Bus has granted single step memory access
  wire        ss_mem_ack;      // WISHBONE Bus has granted single step memory access
 
 
  wire [ 7:0] host_semap;       // Semaphore status for host
  wire [ 7:0] host_semap;       // Semaphore status for host
  wire        write_mem_strb_l; // Strobe for writing low data byte
  wire        write_mem_strb_l; // Strobe for writing low data byte
  wire        write_mem_strb_h; // Strobe for writing high data bye
  wire        write_mem_strb_h; // Strobe for writing high data bye
 
  wire        sync_reset;
 
  wire        async_rst_b;
 
 
  // ---------------------------------------------------------------------------
  // ---------------------------------------------------------------------------
  // Wishbone Slave Bus interface
  // Wishbone Slave Bus interface
  xgate_wbs_bus #(.ARST_LVL(ARST_LVL),
  xgate_wbs_bus #(.ARST_LVL(ARST_LVL),
                  .SINGLE_CYCLE(SINGLE_CYCLE),
                  .SINGLE_CYCLE(SINGLE_CYCLE),
Line 174... Line 176...
    .wbs_err_o( wbs_err_o ),
    .wbs_err_o( wbs_err_o ),
    .wbs_clk_i( wbs_clk_i ),
    .wbs_clk_i( wbs_clk_i ),
    .wbs_rst_i( wbs_rst_i ),
    .wbs_rst_i( wbs_rst_i ),
    .arst_i( arst_i ),
    .arst_i( arst_i ),
    .wbs_adr_i( wbs_adr_i ),
    .wbs_adr_i( wbs_adr_i ),
    .wbs_dat_i( wbs_dat_i ),
 
    .wbs_we_i( wbs_we_i ),
    .wbs_we_i( wbs_we_i ),
    .wbs_stb_i( wbs_stb_i ),
    .wbs_stb_i( wbs_stb_i ),
    .wbs_cyc_i( wbs_cyc_i ),
    .wbs_cyc_i( wbs_cyc_i ),
    .wbs_sel_i( wbs_sel_i ),
    .wbs_sel_i( wbs_sel_i ),
 
 
Line 393... Line 394...
    .wbm_cyc_o( wbm_cyc_o ),
    .wbm_cyc_o( wbm_cyc_o ),
    .wbm_sel_o( wbm_sel_o ),
    .wbm_sel_o( wbm_sel_o ),
    .wbm_adr_o( wbm_adr_o ),
    .wbm_adr_o( wbm_adr_o ),
    .wbm_dat_i( wbm_dat_i ),
    .wbm_dat_i( wbm_dat_i ),
    .wbm_ack_i( wbm_ack_i ),
    .wbm_ack_i( wbm_ack_i ),
    .wbs_clk_i( wbs_clk_i ),
 
    .wbs_rst_i( wbs_rst_i ),
 
    .arst_i( arst_i ),
 
 // XGATE Control Signals
 // XGATE Control Signals
    .risc_clk( risc_clk ),
    .risc_clk( risc_clk ),
    .async_rst_b( async_rst_b ),
    .async_rst_b( async_rst_b ),
    .xge( xge ),
    .xge( xge ),
    .mem_access( mem_access ),
    .mem_access( mem_access ),

powered by: WebSVN 2.1.0

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