Skip to content

Commit

Permalink
[build system] bump chisel to master and circt to 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer authored and SpriteOvO committed May 7, 2024
1 parent 39776b4 commit 38baef2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import $file.dependencies.rvdecoderdb.common
import $file.common

object v {
val scala = "2.13.12"
val scala = "2.13.14"
val mainargs = ivy"com.lihaoyi::mainargs:0.5.0"
val json4sJackson = ivy"org.json4s::json4s-jackson:4.0.5"
val oslib = ivy"com.lihaoyi::os-lib:0.9.1"
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions nix/t1/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"chisel": {
"cargoLocks": null,
"date": "2024-04-30",
"date": "2024-05-06",
"extract": null,
"name": "chisel",
"passthru": null,
Expand All @@ -73,11 +73,11 @@
"name": null,
"owner": "chipsalliance",
"repo": "chisel",
"rev": "0cf31392af010dad9ff62ac09f62ba92c1630dbd",
"sha256": "sha256-TFlTwycZDgI2POxVL8o2ID4TSMFLNbRga9cfelBIIIA=",
"rev": "69ec7c2b54a911e3798ad692590fa280d32f42e3",
"sha256": "sha256-EjoDhcqrBDlnQgAZ0iaTI+m3zE8tsvP1KsKU2N+6A7c=",
"type": "github"
},
"version": "0cf31392af010dad9ff62ac09f62ba92c1630dbd"
"version": "69ec7c2b54a911e3798ad692590fa280d32f42e3"
},
"diplomacy": {
"cargoLocks": null,
Expand Down
8 changes: 4 additions & 4 deletions nix/t1/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
};
chisel = {
pname = "chisel";
version = "0cf31392af010dad9ff62ac09f62ba92c1630dbd";
version = "69ec7c2b54a911e3798ad692590fa280d32f42e3";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = "chisel";
rev = "0cf31392af010dad9ff62ac09f62ba92c1630dbd";
rev = "69ec7c2b54a911e3798ad692590fa280d32f42e3";
fetchSubmodules = false;
sha256 = "sha256-TFlTwycZDgI2POxVL8o2ID4TSMFLNbRga9cfelBIIIA=";
sha256 = "sha256-EjoDhcqrBDlnQgAZ0iaTI+m3zE8tsvP1KsKU2N+6A7c=";
};
date = "2024-04-30";
date = "2024-05-06";
};
diplomacy = {
pname = "diplomacy";
Expand Down
2 changes: 1 addition & 1 deletion nix/t1/t1.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let
./../../common.sc
];
};
millDepsHash = "sha256-rkS/bTDnjnyzdQyTIhfLj3e0mMdDn4fzv/660rO3qYg=";
millDepsHash = "sha256-ZgcBH7p4/F8Jn6qmsTKmwN6PLVXi37iuRCD0xYxvEO4=";
nativeBuildInputs = [ submodules.setupHook ];
};

Expand Down

0 comments on commit 38baef2

Please sign in to comment.