DonaldKuck

Results 9 comments of DonaldKuck

add mill into your exec path: export PATH="/path/to/app/executable/file/directory:$PATH"

Did you install dtc(device tree compiler) ? ``` Caused by: java.lang.IllegalArgumentException: requirement failed: Failed to run dtc; is it in your path? at scala.Predef$.require(Predef.scala:337) at freechips.rocketchip.diplomacy.DTB$.apply(DeviceTree.scala:136) ```

It is a bug of chiseltest, because chiseltest does not support LoadMemoryAnnotation. see below log: ``` [info] compiling 1 Scala source to /home/zsj/workspace/chisel-book/target/scala-2.13/classes ... [WARNING] Unsupported annotation: LoadMemoryAnnotation Please report...

> Are your chain and accounts synced with the network? > > You can run `ironfish status` to see if you are synced with the network. If your node has...

test on macos m2 is much slower than on ubuntu x86.

``` FAILED model/test_general_nn.py::TestNN::test_both_dataset - RuntimeError: MPS backend out of memory (MPS allocated: 8.00 MiB, other allocations: 16.00 KiB, max allowed: 7.93 GiB). Tried to allocate 256 bytes on shared pool....

> Hi, @donaldkuck , I don't think so, the `pytest` test passes in the current CI of the main branch, and in this PR `pytest` reports an error, indicating that...