samarth jain
08/03/2024, 5:39 AMMitch Bailey
08/03/2024, 11:02 AMAnton Maurovic (efabless support)
08/05/2024, 5:13 PMwb_clk_i
is always active in the user project area and as the Caravel CPU clock simultaneously, and cannot be disabled. Thus, if the Caravel CPU is able to run firmware, then it is because it is being clocked by wb_clk_i
, and hence this signal should be permanently present in your user project area. Note that it is possible to disable that clock signal completely (in which case the CPU will also stop).Matt Venn
08/08/2024, 2:08 PM