Skip to content

Commit

Permalink
misc: update tools
Browse files Browse the repository at this point in the history
* Updated nix-eda
  * Updated KLayout to `0.29.10`
  * Updated Magic to `8.3.515`
  * Updated Netgen to `1.5.291`
* Updated OpenROAD to `655640a`
  * Adds new DFT features
* Updated Volare to `0.20.5`
  • Loading branch information
donn committed Jan 22, 2025
1 parent 295e528 commit 4190708
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
17 changes: 10 additions & 7 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,16 @@

* Updated nix-eda
* Updated nixpkgs to nixos-24.11 (@ `3c53b4b`)
* Updated KLayout to `0.29.9`
* Updated Magic to `8.3.503`
* Updated Netgen to `1.5.287`
* Updated ioplace-parser to`0.4.0`
* Updated OpenROAD to `1d61007`
* Updated OpenSTA to `aa598a2`

* Updated KLayout to `0.29.10`
* Updated Magic to `8.3.515`
* Updated Netgen to `1.5.291`
* Updated ioplace-parser to `0.4.0`
* Updated OpenROAD to `655640a`
* Adds new DFT features
* Updated OpenSTA to `aa598a2`
* Updated Volare to `0.20.5`
* Includes support for ihp-sg13g2

## Misc. Enhancements/Bugfixes

* `openlane.state`
Expand Down
23 changes: 11 additions & 12 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
flake-compat.url = "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz";
};

inputs.libparse.inputs.nixpkgs.follows = "nix-eda/nixpkgs";
inputs.ioplace-parser.inputs.nix-eda.follows = "nix-eda";
inputs.volare.inputs.nixpkgs.follows = "nix-eda/nixpkgs";
inputs.volare.inputs.nix-eda.follows = "nix-eda";
inputs.libparse.inputs.nixpkgs.follows = "nix-eda/nixpkgs";
inputs.devshell.inputs.nixpkgs.follows = "nix-eda/nixpkgs";

outputs = {
Expand Down

0 comments on commit 4190708

Please sign in to comment.