Skip to content

Commit

Permalink
[emulator] edit nix script for restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed Mar 23, 2024
1 parent abdc161 commit d133ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nix/t1/ipemu.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
stdenv.mkDerivation {
name = "t1-${rtl.elaborateConfig}-ipemu" + lib.optionalString do-trace "-trace";

src = ../../ipemu/csrc;
src = ../../emulator/ipemu/csrc;

# CMakeLists.txt will read the environment
env.VERILATE_SRC_DIR = toString rtl;
Expand Down
3 changes: 1 addition & 2 deletions nix/t1/t1.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ let
./../../t1
./../../subsystem
./../../rocket
./../../emuhelper
./../../ipemu/src
./../../emulator
./../../elaborator
./../../configgen
];
Expand Down

0 comments on commit d133ce6

Please sign in to comment.