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

Bump rocket, make possible to use published deps #47

Merged
merged 23 commits into from
Mar 7, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Forgot dtm and jtag
grebe committed Feb 20, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit b4c6b6a445e115c52a04285bf370db5730091e3e
2 changes: 2 additions & 0 deletions src/main/scala/example/TestHarness.scala
Original file line number Diff line number Diff line change
@@ -26,6 +26,8 @@ class TestHarness(implicit val p: Parameters) extends Module with HasResource {

// TODO(rigge): make conditional on if we are using verilator
setResource("/csrc/emulator.cc")
setResource("/csrc/SimDTM.cc")
setResource("/csrc/SimJTAG.cc")
// setResource("/csrc/remote_bitbang.h")
setResource("/csrc/remote_bitbang.cc")
// setResource("/csrc/verilator.h")