[Add] add forwarding

This commit is contained in:
2023-05-22 13:34:31 +08:00
parent 029a8823f4
commit bf41b61af0
9 changed files with 205 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
`ifndef MYCPU_H
`define MYCPU_H
`ifndef MYCPU_VH
`define MYCPU_VH
`define BR_BUS_WD 33
`define FS_TO_DS_BUS_WD 64
@@ -7,4 +7,12 @@
`define ES_TO_MS_BUS_WD 121
`define MS_TO_WS_BUS_WD 70
`define WS_TO_RF_BUS_WD 38
`define DS_TO_FW_BUS_WD 10
`define ES_TO_FW_BUS_WD 12
`define MS_TO_FW_BUS_WD 6
`define FW_TO_ES_BUS_WD 5
`define MS_TO_ES_BUS_WD 32
`define WS_TO_ES_BUS_WD 32
`endif