All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spinal.lib.bus.regif.Block.VirtualRegInst.scala Maven / Gradle / Ivy

package spinal.lib.bus.regif

import spinal.core._

class VirtualRegInst(name: String, addr: BigInt, doc: String, busif: BusIf) extends RegInst(name, addr, doc, busif) {
  // RegInst implementation
  override def readBits: Bits = busif.defaultReadBits
  override protected def creatWriteLogic[T <: BaseType](reg: T, acc: AccessType, section: Range): Unit = {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy