Skip to content

Commit

Permalink
[rocketemu] remove all rocketemu legacy code
Browse files Browse the repository at this point in the history
  • Loading branch information
Avimitin committed Jan 30, 2025
1 parent ff90484 commit 5f7af2c
Show file tree
Hide file tree
Showing 40 changed files with 0 additions and 3,804 deletions.
14 changes: 0 additions & 14 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -181,19 +181,6 @@ trait T1Emulator extends millbuild.common.T1EmulatorModule with ScalafmtModule {
def chiselIvy = None
}

object rocketemu extends RocketEmulator

trait RocketEmulator extends millbuild.common.RocketEmulatorModule with ScalafmtModule {
def scalaVersion = T(v.scala)

def rocketVModule = rocketv

def chiselModule = Some(chisel)
def chiselPluginJar = T(Some(chisel.pluginModule.jar()))
def chiselPluginIvy = None
def chiselIvy = None
}

object t1rocketemu extends T1RocketEmulator

trait T1RocketEmulator extends millbuild.common.T1RocketEmulatorModule with ScalafmtModule {
Expand Down Expand Up @@ -231,7 +218,6 @@ trait Elaborator extends millbuild.common.ElaboratorModule with ScalafmtModule {
t1,
t1emu,
rocketv,
rocketemu,
t1rocket,
t1rocketemu
)
Expand Down
5 changes: 0 additions & 5 deletions common.sc
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@ trait OMReaderModule extends ScalaModule with HasChisel {
)
}

trait RocketEmulatorModule extends ScalaModule with HasChisel {
def rocketVModule: ScalaModule
def moduleDeps = super.moduleDeps ++ Seq(rocketVModule)
}

trait StdlibModule extends ScalaModule with HasChisel {
def dwbbModule: ScalaModule

Expand Down
2 changes: 0 additions & 2 deletions nix/t1/mill-modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ let
./../../rocketv
./../../t1rocket/src
./../../t1rocketemu/src
./../../rocketemu/src
./../../stdlib/src
];
};
Expand Down Expand Up @@ -145,7 +144,6 @@ let
"elaborator"
"omreader"
"omreaderlib"
"rocketemu"
"rocketv"
"t1"
"t1emu"
Expand Down
4 changes: 0 additions & 4 deletions rocketemu/.rustfmt.toml

This file was deleted.

Loading

0 comments on commit 5f7af2c

Please sign in to comment.