question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could you please write a tutorial on how to use Chisel3/firrtl in an offline PC?

See original GitHub issue

For some reasons, I have to work on a computer without any internet-access. Therefore, I think the only way is downloading sbt/scala/chisel3/firrtl on my own computer and copy them to the offline computer. On my own computer, it seems that build.sbt will handle any libraryDependencies. However, I don’t know how to handle the dependecy problems without internet-access.

Much thanks!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

5reactions
ucbjrlcommented, Oct 17, 2019

I think that’s a great idea. I’ll put it on my list.

0reactions
colin4124commented, Dec 24, 2019

@joisty

I updated it just now, I try my best to explain it more details. If any step confuse you, feel free to point it out.

In short,there are two steps:

  1. Get the all in one jar.
  2. Put the jar to the according directory of your project.

BTW, you can package any scala project to all-in-one jar in this way, such as Rocket Chip. If you want, I can do it for you. ^_^

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could you please write a tutorial on how to use Chisel3/firrtl in ...
Therefore, I think the only way is downloading sbt/scala/chisel3/firrtl on my own computer and copy them to the offline computer. On my own ......
Read more >
Chisel Introduction Intensive (Beginner Track) - YouTube
Chick Markley and Edward Wang give a gentle introduction to the Chisel hardware construction language.To get started with Chisel, ...
Read more >
Introduction - Chisel/FIRRTL
For a tutorial covering both Chisel and Scala, see the online Chisel Bootcamp. For quick reference “How-To” guides see the Cookbooks. For a...
Read more >
Chipyard Documentation - Read the Docs
These sections will walk you through the basics of the Chipyard framework: ... Chisel is used to write RTL generators using meta-.
Read more >
Little Man Computer - LMC- Tutorial - Vivax Solutions
Please use Google Chrome or Mozilla FireFox to see the animations properly. Computers - it's all about logic! The arrangement of a massive...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found