集合master 和slave 测试恢复

This commit is contained in:
Ruige Lee
2025-04-27 16:56:35 +08:00
parent 4f8ee9466c
commit 84cbe46dfa
4 changed files with 114 additions and 70 deletions

View File

@@ -110,11 +110,11 @@ class ShareSRAM2k extends BlackBox with HasBlackBoxInline {
| module ShareSRAM2k(
| input [7:0] dataw,
| input [10:0] addrw,
| input [14:0] addrw,
| input enw,
|
| output [7:0] datar,
| input [10:0] addrr,
| input [14:0] addrr,
| input enr,
|
| input clockr,