Skip to content

fix(vhdl,DesyListener): Fix mem instance case RO, fix register width when gap

Romain BRONÈS requested to merge fix_mem_ro into main
  • When mem is read only, do not connect wen and wdata. They are not declared in package.

  • Uses the maximum field high bit index.

  • This gives the real width even when register is sparse (ie only bit 31 used)

Merge request reports