Skip to content

Commit

Permalink
[cosim] rename c/h files to not conflict with dromajo sources
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez committed Nov 28, 2019
1 parent b4bb909 commit 9c8ef76
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <unistd.h>
#include <getopt.h>

#include "dromajo.h"
#include "dromajo_wrapper.h"
#include <fesvr/htif.h>

#define MAX_ARGS 20
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "dromajo.h"
#include "dromajo_wrapper.h"

dromajo_t::dromajo_t(int argc, char *argv[])
{
Expand Down
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions src/main/scala/util/dromajo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ class DromajoCosimBlackBox(
val cause = Input(UInt(xLen.W))
})

addResource("/vsrc/dromajo_cosim.v")
addResource("/csrc/dromajo_cosim.cc")
addResource("/csrc/dromajo.cc")
addResource("/csrc/dromajo.h")
addResource("/vsrc/dromajo_boom.v")
addResource("/csrc/dromajo_boom.cc")
addResource("/csrc/dromajo_wrapper.cc")
addResource("/csrc/dromajo_wrapper.h")
}

0 comments on commit 9c8ef76

Please sign in to comment.