文章详情

ID: 7379
实例类型: faq
分类: Propel (RISC-V)
相关:
产品系列: All FPGA

搜索答案数据库

Search Text Image

RISC-V MC CPU IP Core: Does RISC-V AHBL bus support burst transaction?


  1. Configuration of the RISC-V MC CPU caches is static based. Lattice currently do not support dynamic configuration of caches
  2. Lattice cache related API is limited to flushing instruction cache and invalidating data cache.

  3. The RISC-V MC perform burst reads to fill its cache lines when cache is enabled. The burst length is equal to one cache line which is eight, 32-bit words.

  4. The RISC-V MC data cache is write-through thus it is not feasible to initiate burst writes from RISC-V CPU. All writes will be single beat.