circt: init at 1.43.0
This commit is contained in:
parent
8142717e71
commit
6a499c8371
3 changed files with 77 additions and 4 deletions
|
@ -15,7 +15,8 @@ with pkgs;
|
|||
lib = import ./lib { inherit pkgs; }; # functions
|
||||
modules = import ./modules; # NixOS modules
|
||||
overlays = import ./overlays; # nixpkgs overlays
|
||||
|
||||
|
||||
circt143 = callPackage ./pkgs/circt { circtVersion = "1.43.0"; };
|
||||
nvboard = callPackage ./pkgs/nvboard { };
|
||||
ieda = callPackage ./pkgs/ieda { };
|
||||
abstract-machine = callPackage ./pkgs/abstract-machine { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue