-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmcu-routing.h
More file actions
33 lines (28 loc) · 752 Bytes
/
mcu-routing.h
File metadata and controls
33 lines (28 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//Elsa Gonsiorowski
//Rensselaer Polytechnic Institute
#ifndef _routing_h
#define _routing_h
#define RO_TOTAL (24)
#define RO_mcu (0)
#define RO_mcu_bscan_ctl (1)
#define RO_mcu_crcn_ctl (2)
#define RO_mcu_crcs_ctl (3)
#define RO_mcu_drif_ctl (4)
#define RO_mcu_fbd_dp (5)
#define RO_mcu_fbdic_ctl (7)
#define RO_mcu_fbdird_dp (8)
#define RO_mcu_fbdiwr_dp (9)
#define RO_mcu_fdoklu_ctl (10)
#define RO_mcu_fdout_ctl (11)
#define RO_mcu_l2if_ctl (12)
#define RO_mcu_l2rdmx_dp (14)
#define RO_mcu_lndskw_dp (15)
#define RO_mcu_mbist_ctl (17)
#define RO_mcu_rdata_ctl (18)
#define RO_mcu_rdpctl_ctl (19)
#define RO_mcu_readdp_dp (20)
#define RO_mcu_ucb_ctl (22)
#define RO_mcu_wrdp_dp (23)
#define LPS_PER_KP (18)
#define TOTAL_PARTS (329474)
#endif