Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build this project? #16

Open
RexYuan opened this issue Dec 7, 2024 · 0 comments
Open

How to build this project? #16

RexYuan opened this issue Dec 7, 2024 · 0 comments

Comments

@RexYuan
Copy link

RexYuan commented Dec 7, 2024

I successfully compiled tests.elaborate by adding this just above upstreamCompileOutput()

def finalMainClass () = "tests.elaborate.Main"

But for mfccompile I'm stuck at this part

> 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant