fix(npc): fix branch, load memory and slt related instructions
This commit is contained in:
parent
9f64a88f8d
commit
8665aaf7d2
11 changed files with 105 additions and 63 deletions
|
@ -2,6 +2,8 @@ import "DPI-C" function int pmem_read(input int addr);
|
|||
import "DPI-C" function void pmem_write(input int waddr, input int wdata, input byte wmask);
|
||||
|
||||
module RamDpi (
|
||||
input clock,
|
||||
input reset,
|
||||
input writeEnable,
|
||||
input valid,
|
||||
input [31:0] writeAddr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue