Skip to content

Commit 46fedf6

Browse files
committed
Update readme
1 parent a9eff42 commit 46fedf6

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,16 @@ processor.
2222

2323
I2C 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

0 commit comments

Comments
 (0)