[Add] la32r cpu framework add

This commit is contained in:
2023-05-12 21:00:39 +08:00
parent d915fb5f49
commit d4366a9c7b
16 changed files with 2204 additions and 14 deletions

10
lacpu/rtl/cpu/mycpu.h Executable file
View File

@@ -0,0 +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 159
`define ES_TO_MS_BUS_WD 76
`define MS_TO_WS_BUS_WD 70
`define WS_TO_RF_BUS_WD 38
`endif