Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "tools/yosys"]
path = tools/yosys
url = ../../The-OpenROAD-Project/yosys.git
url = https://github.com/YosysHQ/yosys.git
[submodule "tools/OpenROAD"]
path = tools/OpenROAD
url = ../OpenROAD.git
Expand Down
35 changes: 18 additions & 17 deletions flake.lock

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

7 changes: 4 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
type = "git";
url = "https://github.com/The-OpenROAD-Project/OpenROAD";
submodules = true;
rev = "7ecbe2e306a961888c17adc8eb761f51c94f06d8";
rev = "ce7ee82f49a965e90de5dfc8de6e4d7d32534984";
};
yosys = {
type = "git";
url = "https://github.com/The-OpenROAD-Project/yosys";
url = "https://github.com/YosysHQ/yosys";
submodules = true;
rev = "c4b5190229616f7ebf8197f43990b4429de3e420";
ref = "nella/csa-orfs-eval";
rev = "a41f55eba71a000a8aba26bb1b209659ffeb159a";
};
};
outputs = { self, nixpkgs, flake-utils, openroad, yosys }: flake-utils.lib.eachDefaultSystem (
Expand Down
2 changes: 1 addition & 1 deletion tools/yosys
Submodule yosys updated 103 files