Vlad Radulescu
Vlad Radulescu
Added extra Opcodes from table 24.1 and renamed the rest to be more in line with what was in the specs. Kind of a stupid PR and more cosmetic than...
### Description Hello, looking in the retention SRAM initialization process in the rom I can see that the initialization just calls the retention_sram_init function. https://github.com/lowRISC/opentitan/blob/a6780fbdcfd7eec55030ccad3b63195918d17650/sw/device/silicon_creator/rom/rom.c#L181 https://github.com/lowRISC/opentitan/blob/master/sw/device/silicon_creator/lib/drivers/retention_sram.c#L3 That initializes the retention...
When I try running inside a venv pip install fastbook it fails when it tries to compile the scentencepiece wheel. It seems they don't package a wheel for python 3.13...