Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[earlgrey] issue: failed run code in sram #25284

Open
lin-snail opened this issue Nov 21, 2024 · 0 comments
Open

[earlgrey] issue: failed run code in sram #25284

lin-snail opened this issue Nov 21, 2024 · 0 comments

Comments

@lin-snail
Copy link

lin-snail commented Nov 21, 2024

  • Modify hw/top_earlgrey/dv/chip_smoketests.hjson : type change to '5', "SwTypeDebug" like below:
    sw_images: ["//sw/device/tests:uart_smoketest:5:new_rules"]
    Then check the 'uart_smoketest_sim_dv.dis' file, address map is 0x20000000, it is flash address area. Not sram address area.

  • test result: run.log
    UVM_FATAL @ 10010.708289 us: (chip_sw_uart_smoke_vseq.sv:24) [uvm_test_top.env.virtual_sequencer.chip_sw_uart_smoke_vseq] wait timeout occurred!

  • check wave.fsdb: pc jump to flash address area, the instruction is ffffffff.
    Image

How can I run code in sram? thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant