mirror of https://github.com/VLSIDA/OpenRAM.git
add ciel to nix flake for pdk managementment
This commit is contained in:
parent
cbd2bd7c2e
commit
c1e93ce686
|
|
@ -18,6 +18,9 @@
|
||||||
{
|
{
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
packages = [
|
packages = [
|
||||||
|
# PDK management — ciel: install/switch open PDK revisions (e.g. sky130, gf180)
|
||||||
|
pkgs.ciel
|
||||||
|
|
||||||
# EDA / verification tools
|
# EDA / verification tools
|
||||||
pkgs.klayout
|
pkgs.klayout
|
||||||
pkgs.magic-vlsi
|
pkgs.magic-vlsi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue