URL
https://opencores.org/ocsvn/amber/amber/trunk
[/] [amber/] [trunk/] [hw/] [vlog/] [system/] [wishbone_arbiter.v] - Diff between revs 35 and 61
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 35 |
Rev 61 |
Line 47... |
Line 47... |
parameter WB_SWIDTH = 4
|
parameter WB_SWIDTH = 4
|
)(
|
)(
|
|
|
input i_wb_clk, // WISHBONE clock
|
input i_wb_clk, // WISHBONE clock
|
|
|
// WISHBONE master 0 - Amber
|
// WISHBONE master 0 - Ethmac
|
input [31:0] i_m0_wb_adr,
|
input [31:0] i_m0_wb_adr,
|
input [WB_SWIDTH-1:0] i_m0_wb_sel,
|
input [WB_SWIDTH-1:0] i_m0_wb_sel,
|
input i_m0_wb_we,
|
input i_m0_wb_we,
|
output [WB_DWIDTH-1:0] o_m0_wb_dat,
|
output [WB_DWIDTH-1:0] o_m0_wb_dat,
|
input [WB_DWIDTH-1:0] i_m0_wb_dat,
|
input [WB_DWIDTH-1:0] i_m0_wb_dat,
|
Line 59... |
Line 59... |
input i_m0_wb_stb,
|
input i_m0_wb_stb,
|
output o_m0_wb_ack,
|
output o_m0_wb_ack,
|
output o_m0_wb_err,
|
output o_m0_wb_err,
|
|
|
|
|
// WISHBONE master 1 - Ethmac
|
// WISHBONE master 1 - Amber
|
input [31:0] i_m1_wb_adr,
|
input [31:0] i_m1_wb_adr,
|
input [WB_SWIDTH-1:0] i_m1_wb_sel,
|
input [WB_SWIDTH-1:0] i_m1_wb_sel,
|
input i_m1_wb_we,
|
input i_m1_wb_we,
|
output [WB_DWIDTH-1:0] o_m1_wb_dat,
|
output [WB_DWIDTH-1:0] o_m1_wb_dat,
|
input [WB_DWIDTH-1:0] i_m1_wb_dat,
|
input [WB_DWIDTH-1:0] i_m1_wb_dat,
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.