lowRISC / opentitan

OpenTitan: Open source silicon root of trust
https://www.opentitan.org
Apache License 2.0
2.57k stars 772 forks source link

[entropy_src] Reference to main_sm_state in Stub mode uses incorrect path #24231

Open calebofearth opened 3 months ago

calebofearth commented 3 months ago

Description

Issue is seen here: https://github.com/lowRISC/opentitan/blob/3e8be7dd390bffc3ff26579f51c61f22259c3b1e/hw/ip/entropy_src/rtl/entropy_src.sv#L213 The code should say stub_hw2reg.main_sm_state.d = 8'b01110110;

calebofearth commented 3 months ago

@howardtr