sifiveblocks.sc wit-manifest.json Repository files navigation Apache-2.0 license Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproductio...
import sifive.blocks.util.GenericTimer // Core PWM Functionality & Register Interface class PWM(val ncmp: Int = 4, val cmpWidth: Int = 16)(implicit p: Parameters) extends GenericTimer { class PWM(val ncmp: Int = 4, val cmpWidth: Int = 16) extends GenericTimer { protected def countWid...
@@ -9,17 +9,11 @@ import sifive.blocks.devices.pinctrl.{Pin} // even though it looks like something that more directly talks to // a pin. It also makes it possible to change the exact // type of pad this connects to.