Typo
rodzic
4a6ac015d2
commit
532a6b00e0
|
@ -9,10 +9,10 @@ from machine import mem32
|
||||||
SIO_BASE = 0xD0000000
|
SIO_BASE = 0xD0000000
|
||||||
|
|
||||||
# INTERP0 registers
|
# INTERP0 registers
|
||||||
INTERP0_ACCUM0 = 0xD0000000 + 0x80
|
INTERP0_ACCUM0 = SIO_BASE + 0x80
|
||||||
INTERP0_BASE0 = 0xD0000000 + 0x88
|
INTERP0_BASE0 = SIO_BASE + 0x88
|
||||||
INTERP0_POP_LANE0 = 0xD0000000 + 0x94
|
INTERP0_POP_LANE0 = SIO_BASE + 0x94
|
||||||
INTERP0_CTRL_LANE0 = 0xD0000000 + 0xAC
|
INTERP0_CTRL_LANE0 = SIO_BASE + 0xAC
|
||||||
|
|
||||||
# initialise lane 0 on interp: set that we are using all 32 bits
|
# initialise lane 0 on interp: set that we are using all 32 bits
|
||||||
mem32[INTERP0_CTRL_LANE0] = 0x1F << 10
|
mem32[INTERP0_CTRL_LANE0] = 0x1F << 10
|
||||||
|
|
Ładowanie…
Reference in New Issue