diff options
| author | Julian Blake Kongslie | 2022-10-15 14:12:31 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-10-15 14:12:31 -0700 |
| commit | ecf940e34b42f78f9651a73e8bcd0c6dc3c75cb5 (patch) | |
| tree | 36a290bf7a6ed585cf040964c8e7481f4df1d631 /infra/sim.cpp | |
| parent | Move shared_bus into arbiter (diff) | |
| download | biggolf-ecf940e34b42f78f9651a73e8bcd0c6dc3c75cb5.tar.xz | |
Depend on external nanosim dependency.
Diffstat (limited to 'infra/sim.cpp')
| -rw-r--r-- | infra/sim.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/infra/sim.cpp b/infra/sim.cpp deleted file mode 100644 index 21acc8c..0000000 --- a/infra/sim.cpp +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | #include <cstdint> | ||
| 2 | #include <vector> | ||
| 3 | |||
| 4 | #include "infra/sim.h" | ||
| 5 | |||
| 6 | namespace infra { | ||
| 7 | std::vector<sim *> sim::sims; | ||
| 8 | std::uint64_t sim::now = 0; | ||
| 9 | } | ||
