Update register map for hw and sw test & submodule version#10
Update register map for hw and sw test & submodule version#10zhukun-wang wants to merge 3 commits intoNetFPGA:mainfrom
Conversation
|
Update register map for hardware and software test. And also update submodule to the latest version. |
|
@zhukun-wang what was the motivation for changing the base addresses? Just curious |
For *_define.tcl, the base address is changed due to the new version onic shell changing their register map from For *_sim.tcl, the base address of crossbar ip core is changed because in actual hardware, the address is first processed by the onic shell and then sent to the corresponding box. But there is no onic shell in software testing, so it needs to directly use the base address corresponding to register. |
Update the register map for hardware test and software test