diff options
Diffstat (limited to 'nexus/arch.h')
-rw-r--r-- | nexus/arch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nexus/arch.h b/nexus/arch.h index 60b4b166..5924732b 100644 --- a/nexus/arch.h +++ b/nexus/arch.h @@ -796,6 +796,7 @@ enum CellPinStyle PINSTYLE_PU = 0x4022, // signals that float high and default high PINSTYLE_T = 0x4027, // PIO 'T' signal + PINSTYLE_ADLSB = 0x4017, // special case of the EBR address MSBs PINSTYLE_INV_PD = 0x0017, // invertible, pull down by default PINSTYLE_INV_PU = 0x4027, // invertible, pull up by default |