case class add() extends Component { val io = new Bundle { val a = in UInt (8 bits) val b = in UInt (8 bits) val c = out UInt (8 bits) } noIoPrefix() io.c := io.a ...
I am unable to run the dsbulk. I installed Java runtime but when I run dsbulk it fails with the following error: Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory at ...