File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,16 @@ processor.
2222
2323I2C master module with AXI stream interfaces to control logic.
2424
25+ ### i2c_master_wbs_8 module
26+
27+ I2C master module with 8-bit Wishbone slave interface.
28+
2529### Source Files
2630
27- i2c_init.v : Template I2C bus init state machine module
28- i2c_master.v : I2C master module
31+ axis_fifo.v : AXI stream FIFO
32+ i2c_init.v : Template I2C bus init state machine module
33+ i2c_master.v : I2C master module
34+ i2c_master_wbs_8.v : I2C master module (8-bit Wishbone slave)
2935
3036## Testing
3137
@@ -38,3 +44,4 @@ individual test scripts can be run with python directly.
3844
3945 tb/axis_ep.py : MyHDL AXI Stream endpoints
4046 tb/i2c.py : MyHDL I2C master and slave models
47+ tb/wb.py : MyHDL Wishbone master model and RAM model
You can’t perform that action at this time.
0 commit comments