[Modified] little changes for dpi

This commit is contained in:
2023-05-12 22:58:45 +08:00
parent 70305945e0
commit bc692afda0
2 changed files with 36 additions and 30 deletions

20
lacpu/rtl/cpu/mycpu.h → lacpu/rtl/cpu/mycpu.v Executable file → Normal file
View File

@@ -1,10 +1,10 @@
`ifndef MYCPU_H
`define MYCPU_H
`define BR_BUS_WD 33
`define FS_TO_DS_BUS_WD 64
`define DS_TO_ES_BUS_WD 167
`define ES_TO_MS_BUS_WD 121
`define MS_TO_WS_BUS_WD 70
`define WS_TO_RF_BUS_WD 38
`endif
`ifndef MYCPU_H
`define MYCPU_H
`define BR_BUS_WD 33
`define FS_TO_DS_BUS_WD 64
`define DS_TO_ES_BUS_WD 167
`define ES_TO_MS_BUS_WD 121
`define MS_TO_WS_BUS_WD 70
`define WS_TO_RF_BUS_WD 38
`endif