Eli Kim
Eli Kim
I've setup verible-verilog-ls in vscode first. "Go to definition" did not work on vscode. So, I tried on Neovim, by adding: ``` if has('nvim') lua
The current SPI_DEVICE HWIP has a few limitation of detecting the host system's misbehaviors: - If host de-asserts CSb prior to the full 8 bit opcode, HW IP silently drops...
## Host jumps the read address The SPI_DEVICE assumes the host reads the address relatively sequentially. If not, (read next 1kB then roll back to previous 1kB), it is worth...
As passthrough logic filters incoming commands if they are not in the command information entries, filtering CSR usage is low. We could introduce the `filter` field in the CMD_INFO structure...
Currently, address fifo and the payload do not have any information that SW is able to figure out which command these address and/or payload belong to. If the host system...
As same as `EN4B` / `EX4B` , Read Status (1,2,3) , Read JEDEC ID, Read SFDP commands have fixe values in their command information entries. It is better to split...
Add Capability CSR to KMAC that includes the configurations but not limited to: - Masked/ Unmasked - MSGFIFO Depth / Width - Secret Key Size CC: @jadephilipoom @cindychip @vogelpi @ballifatih...