chipsalliance / chipsalliance/tilelink

How to build this project?

Open
#16 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
Scala
Stars
42
Forks
10
PR merge metrics
No merged PRs in 30d

Description

I successfully compiled `tests.elaborate` by adding this just above `upstreamCompileOutput()`
```scala
def finalMainClass () = "tests.elaborate.Main"
```

But for `mfccompile` I'm stuck at this part
```bash
> mill tests.mfccompile.compile
[8/265] foreign-modules.dependencies.firrtl.build.firrtlCrossModule.sources.overridden.mill.scalalib.SbtM
[53/265] foreign-modules.dependencies.chisel3.build.chisel3CrossModule.macros.sources.overridden.mill.sca
[85/265] foreign-modules.dependencies.chisel3.build.chisel3CrossModule.core.sources.overridden.mill.scala
[121/265] foreign-modules.dependencies.chisel3.build.chisel3CrossModule.sources.overridden.mill.scalalib.
[151/265] foreign-modules.dependencies.chisel3.build.chisel3CrossModule.plugin.sources.overridden.mill.sc
[262/265] tests.elaborate.elaborate
java.nio.file.NoSuchFileException: /Users/rexyuan/Sources/tilelink/config.json
at ... ()
at os.Path.getInputStream(Path.scala:491)
at os.read$bytes$.apply(ReadWriteOps.scala:256)
at os.read$.apply(ReadWriteOps.scala:216)
at os.read$.apply(ReadWriteOps.scala:214)
at tests.elaborate.Main$.$anonfun$TLCrossBar$1(Main.scala:31)
at ... ()
at ... (Stack trace trimmed to user code only. Rerun with --full-stacktrace to see the full stack trace)
```

What is this `config.json` file and what should I put in it?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.