Skip to content

Commit

Permalink
Update OpenROAD/OpenSTA
Browse files Browse the repository at this point in the history
* Updated OpenROAD to `c1fc5f7`
  * Updated OpenSTA to `42b994d`
  • Loading branch information
donn committed Jan 23, 2024
1 parent 373b9b0 commit 6e259a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nix/openroad.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
}:
clangStdenv.mkDerivation rec {
name = "openroad";
rev = "75f2f325b7a42e56a92404f33af8e96530d9b202";
rev = "c1fc5f730a59874a1b9735be82d267da8417c6e7";

src = fetchFromGitHub {
owner = "The-OpenROAD-Project";
repo = "OpenROAD";
inherit rev;
sha256 = "sha256-QZ6Oui4JF4Z6e7SeAGI6pE8knbkOrdhVegABzmJHYhs=";
sha256 = "sha256-vcJBm3IIsSqbUM5F1ONaqmtHtxZZFFck2zenwWkRAuw=";
};

cmakeFlagsAll = [
Expand Down
4 changes: 2 additions & 2 deletions nix/opensta.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
}:
clangStdenv.mkDerivation rec {
name = "opensta";
rev = "5b374dd36ad345c9fcd5224e9fc20484393568ab";
rev = "42b994d429aef6d553baae6aac8c23477b6e0654";

src = fetchFromGitHub {
owner = "The-OpenROAD-Project";
repo = "OpenSTA";
inherit rev;
sha256 = "sha256-80pwZbk6EhjK8P5ghRtqxDnPPFmeQIUpG3ly1cTdx/4=";
sha256 = "sha256-N0oU8INj+kaGOLHRIVOEIV2Dh8fB0GUBbLIBMYlXJYE=";
};

cmakeFlags = [
Expand Down

0 comments on commit 6e259a3

Please sign in to comment.