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

'sbt run' failed #83

Open
jinchenglee opened this issue Feb 29, 2020 · 5 comments
Open

'sbt run' failed #83

jinchenglee opened this issue Feb 29, 2020 · 5 comments

Comments

@jinchenglee
Copy link

I'm completely newbie in Chisel. But 'sbt run' failed in newly checked out repo:

> sbt run
...
[warn] There may be incompatibilities among your library dependencies.
[warn] Run 'evicted' to see detailed eviction warnings
[info] Compiling 257 Scala sources to /work/git_repo/soDLA/target/scala-2.12/classes ...
[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.4. Compiling...
[info]   Compilation completed in 7.781s.
[error] /work/git_repo/soDLA/src/main/scala/nvdla/nocif/NV_NVDLA_XXIF_config.scala:62:46: not found: value conf
[error]   var arr_tieoff_lat_fifo_depth = List(0, 0, conf.NVDLA_VMOD_SDP_MRDMA_LATENCY_FIFO_DEPTH)
[error]                                              ^
[error] one error found
[error] (Compile / compileIncremental) Compilation failed
[error] Total time: 50 s, completed Feb 29, 2020 10:10:23 AM
@redpanda3
Copy link
Member

@bg193 might forget to check, I've fixed, Tell me if you have more issues.

@jinchenglee
Copy link
Author

I pulled again, this time it seems hanging...

 [152] nvdla.NV_NVDLA_sdpDriver
 [153] nvdla.NV_nvdlaDriver
 [154] nvdla.int_sum_blockDriver
 [155] nvdla.int_sum_block_tp1Driver
 [156] nvdla.nv_ram_rwsDriver
 [157] nvdla.nv_ram_rwsthpDriver
 [158] nvdla.read_eg_arb_1Driver
 [159] nvdla.read_ig_arb_1Driver

Enter number: [info] Packaging /work/git_repo/soDLA/target/scala-2.12/sodla_2.12-3.2-SNAPSHOT.jar ...
[info] Done packaging.

Got stuck here for more than 5 min now.

@redpanda3
Copy link
Member

You should enter the number for the module generation.

@jinchenglee
Copy link
Author

I see. What does this number mean?

@redpanda3
Copy link
Member

The number means the rtl to be generated. Currently, soDLA is only a nvdla rtl generator.

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

2 participants