Pxs
Pxs
command: mill -i rocketchip error: 35/137] rocketchip.macros.compile [info] compiling 1 Scala source to rocket-chip\out\rocketchip\macros\compile.dest\classes ... [info] done compiling [66/137] foreign-modules.hardfloat.hardfloat.compile [info] compiling 20 Scala sources to rocket-chip\out\foreign-modules\hardfloat\hardfloat\compile.dest\classes ... [error] ##...
when just set HOME and PATH=mill install path, the following comes out % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed...
at scala.sys.process.ProcessImpl$PipeThread.runloop(ProcessImpl.scala:170) at scala.sys.process.ProcessImpl$PipeSource.run(ProcessImpl.scala:188) I/O error Pipe closed for process: [testfloat_gen, -rnear_maxMag, -tininessbefore, f16_add] java.io.IOException: Pipe closed at java.base/java.io.PipedInputStream.checkStateForReceive(PipedInputStream.java:260) at java.base/java.io.PipedInputStream.awaitSpace(PipedInputStream.java:268) at java.base/java.io.PipedInputStream.receive(PipedInputStream.java:231) at java.base/java.io.PipedOutputStream.write(PipedOutputStream.java:149) at scala.sys.process.BasicIO$.loop$1(BasicIO.scala:240) at scala.sys.process.BasicIO$.transferFullyImpl(BasicIO.scala:246) at...
I have new a module as follow, val mod = Module(fuGen(null, 0)) mod.io DontCare mod io was set dontcare and output is not needed, in theory, mod should be removed...
when make verilog in vlsi dir, the following infomation had kept too long without change 100.0% [##########] 2.3 MiB (9.2 KiB / s) https://repo1.maven.org/maven2/org/scala-sbt/zinc-compile_2.12/1.3.0/zinc-compile_2.12-1.3.0.jar 100.0% [##########] 16.6 KiB (12.2 KiB...
the default dirs when running mill is out, target. the user add parameter change dirs where the outputs put
gcd.GCDSpec *** ABORTED *** java.lang.NoClassDefFoundError: chisel3/MultiIOModule at chiseltest.internal.VerilatorBackendAnnotation$.(Testers2.scala:127) at chiseltest.internal.VerilatorBackendAnnotation$.(Testers2.scala) at chiseltest.experimental.ChiselTestCli.$init$(ChiselTestShell.scala:16) at chiseltest.experimental.ChiselTestShell.(ChiselTestShell.scala:22) at chiseltest.ChiselScalatestTester$TestBuilder.apply(ChiselScalatestTester.scala:26) at gcd.GCDSpec.$anonfun$new$1(GCDSpec.scala:24) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85) at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83) at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104) ... Cause: java.lang.ClassNotFoundException: chisel3.MultiIOModule...
### Background Work - [X] Yes, I searched the [mailing list](https://groups.google.com/forum/#!forum/chipyard) - [X] Yes, I searched the [documentation](https://chipyard.readthedocs.io/) ### Feature Description mill build support ### Motivating Example mill seem convienence...
in general vcs simulation, the simulation stop by calling finish function, but in chiseltest, it seems that as fails. $finish at simulation time 244000 V C S S i m...