Tim Edwards
07/29/2024, 7:41 PMdefs.h
file that may have defined reg_la0_data_in
as an alias for reg_la0_data
. There shouldn't be any difference, and both should point to 0x25000000
.samarth jain
07/29/2024, 9:21 PMTim Edwards
07/29/2024, 9:24 PMdefs.h
file that defines reg_la0_data_in
. . .Anton Maurovic (efabless support)
07/29/2024, 9:33 PMcaravel
repo: https://github.com/efabless/caravel/blob/487a439614d25a71b68bb6bf7d7fa62b6dfd33cd/verilog/dv/caravel/defs.h#L48-L51Anton Maurovic (efabless support)
07/29/2024, 9:34 PMAnton Maurovic (efabless support)
07/29/2024, 9:40 PMreg_la0_data_in
is defined (indirectly) as: (*(volatile uint32_t*) ((0xf0000000L + 0x3020L) + 12))
Anton Maurovic (efabless support)
07/29/2024, 9:52 PMcaravel/verilog/dv/caravel/defs.h
appears to be outdated (?), caravel_mgmt_soc_litex/verilog/dv/firmware/defs.h
appears to be correct, but don't trust the comments in the latter because they're wrong.Tim Edwards
07/30/2024, 12:32 AM