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

spinal.lib.experimental.chisel.package.scala Maven / Gradle / Ivy

There is a newer version: 1.10.2a
Show newest version
package spinal.lib.experimental

/**
 * Created by PIC32F_USER on 22/07/2016.
 */
package object chisel {
  type Bundle = spinal.core.Bundle
  type Bool = spinal.core.Bool
  type Bits = spinal.core.Bits
  type UInt = spinal.core.UInt
  type SInt = spinal.core.SInt

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy