Datasheet

Table Of Contents
Bits Name Description Type Reset
2 SRAM2 RW 0x0
1 SRAM1 RW 0x0
0 SRAM0 RW 0x0
2.22. TBMAN
TBMAN refers to the testbench manager, which is used during chip development simulations to verify the design.
During these simulations TBMAN allows software running on RP2040 to control the testbench and simulation
environment. On the real chip it has no effect other than providing a single PLATFORM register to indicate that this is the
real chip. This PLATFORM functionality is duplicated in the sysinfo (Section 2.20) registers.
2.22.1. List of Registers
The TBMAN registers start at a base address of 0x4006c000 (defined as TBMAN_BASE in SDK).
Table 371. List of
TBMAN registers
Offset Name Info
0x0 PLATFORM Indicates the type of platform in use
TBMAN: PLATFORM Register
Offset: 0x0
Description
Indicates the type of platform in use
Table 372. PLATFORM
Register
Bits Name Description Type Reset
31:2 Reserved. - - -
1 FPGA Indicates the platform is an FPGA RO 0x0
0 ASIC Indicates the platform is an ASIC RO 0x1
RP2040 Datasheet
2.22. TBMAN 329