This repository has been archived on 2025-06-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2023-02-28 09:10:42 +08:00

23 lines
520 B
C

`ifndef CPU_H
`define CPU_H
`define BR_BUS_WD 33
`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
`define DS_TO_LU_BUS_WD 10
`define ES_TO_LU_BUS_WD 10
`define LU_TO_DS_BUS_WD 1
`define FS_TO_DS_BUS_WD 64
`define DS_TO_ES_BUS_WD 178
`define ES_TO_MS_BUS_WD 120
`define MS_TO_WS_BUS_WD 103
`define WS_TO_RF_BUS_WD 38
`endif