Jean
11/27/2020, 6:21 AMKevin Dai
11/27/2020, 7:13 AMwb_intercon.v
generated all the stb signals
https://github.com/efabless/caravel/blob/master/verilog/rtl/wb_intercon.v#L40Jean
11/27/2020, 4:35 PMKevin Dai
11/27/2020, 4:52 PMmprj_stb_o
https://github.com/efabless/caravel/blob/master/verilog/rtl/mgmt_soc.v#L815
Actually, you can trace it through to caravel.v and it becomes mprj_stb_o_core
then follow it through these inverting buffers
https://github.com/efabless/caravel/blob/581068fea64d0d978f060a259cfbb2756bc88e90/verilog/rtl/mgmt_protect.v#L200
Unless I've been mistakenJean
11/27/2020, 5:26 PM