add support files for local building
This commit is contained in:
parent
88e83908de
commit
a6f660bb1b
|
@ -0,0 +1,6 @@
|
||||||
|
export OPENLANE_ROOT=$(direnv_layout_dir)/ttsetup/openlane
|
||||||
|
export PDK_ROOT=$(direnv_layout_dir)/ttsetup/pdk
|
||||||
|
export PDK=sky130A
|
||||||
|
export OPENLANE_TAG=2024.04.22
|
||||||
|
export OPENLANE_IMAGE_NAME=efabless/openlane:2024.04.22
|
||||||
|
source $(direnv_layout_dir)/ttsetup/bin/activate
|
|
@ -9,3 +9,5 @@ test/sim_build
|
||||||
test/__pycache__/
|
test/__pycache__/
|
||||||
test/results.xml
|
test/results.xml
|
||||||
test/gate_level_netlist.v
|
test/gate_level_netlist.v
|
||||||
|
|
||||||
|
/.direnv
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[submodule "tt"]
|
||||||
|
path = tt
|
||||||
|
url = https://github.com/TinyTapeout/tt-support-tools.git
|
||||||
|
branch = tt07
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 98e9482354707b380236bc522574a48b09c15c8d
|
Loading…
Reference in New Issue