Skip to content

Commit

Permalink
dont merge: test fix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
unlsycn committed Nov 24, 2024
1 parent 5844236 commit 4f21458
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions nix/t1/dependencies/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"chisel": {
"cargoLocks": null,
"date": "2024-11-23",
"date": "2024-11-24",
"extract": null,
"name": "chisel",
"passthru": null,
Expand All @@ -51,13 +51,13 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"owner": "chipsalliance",
"owner": "unlsycn",
"repo": "chisel",
"rev": "99ec9830fcd775ef38f495063f0a69951f30ab52",
"sha256": "sha256-WrRLiUwCVDRQ0F9nV9jcLn0EqUEK/js1Q8IWvII+mt8=",
"rev": "d5a26daff229195dc1bf69ddb3ef1a17cf2f82de",
"sha256": "sha256-VpiLrz6W2hUtu2xVykTWN6Y2DPMnoqU13M9r3XiDhB8=",
"type": "github"
},
"version": "99ec9830fcd775ef38f495063f0a69951f30ab52"
"version": "d5a26daff229195dc1bf69ddb3ef1a17cf2f82de"
},
"chisel-interface": {
"cargoLocks": null,
Expand Down
10 changes: 5 additions & 5 deletions nix/t1/dependencies/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
};
chisel = {
pname = "chisel";
version = "99ec9830fcd775ef38f495063f0a69951f30ab52";
version = "d5a26daff229195dc1bf69ddb3ef1a17cf2f82de";
src = fetchFromGitHub {
owner = "chipsalliance";
owner = "unlsycn";
repo = "chisel";
rev = "99ec9830fcd775ef38f495063f0a69951f30ab52";
rev = "d5a26daff229195dc1bf69ddb3ef1a17cf2f82de";
fetchSubmodules = false;
sha256 = "sha256-WrRLiUwCVDRQ0F9nV9jcLn0EqUEK/js1Q8IWvII+mt8=";
sha256 = "sha256-VpiLrz6W2hUtu2xVykTWN6Y2DPMnoqU13M9r3XiDhB8=";
};
date = "2024-11-23";
date = "2024-11-24";
};
chisel-interface = {
pname = "chisel-interface";
Expand Down
6 changes: 3 additions & 3 deletions nix/t1/dependencies/nvfetcher.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ src.branch = "master"
fetch.github = "ucb-bar/berkeley-hardfloat"

[chisel]
src.git = "https://github.com/chipsalliance/chisel"
src.branch = "main"
fetch.github = "chipsalliance/chisel"
src.git = "https://github.com/unlsycn/chisel"
src.branch = "fix-reverse"
fetch.github = "unlsycn/chisel"

[chisel-interface]
src.git = "https://github.com/chipsalliance/chisel-interface"
Expand Down

0 comments on commit 4f21458

Please sign in to comment.