when I run 'make pdk' followed by 'make install' I...
# openram
a
when I run 'make pdk' followed by 'make install' I get
make install
Cloning SRAM library...
Cloning into '/home/alexd/Desktop/asic/openram/sky130_fd_bd_sram'...
remote: Enumerating objects: 2659, done.
remote: Counting objects: 100% (2659/2659), done.
remote: Compressing objects: 100% (704/704), done.
remote: Total 2659 (delta 1990), reused 2600 (delta 1931), pack-reused 0
Receiving objects: 100% (2659/2659), 1.12 MiB | 6.81 MiB/s, done.
Resolving deltas: 100% (1990/1990), done.
Already up to date.
Note: switching to 'a83b6468c48434d927b90058b22047843c58027b'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at a83b646 Update colenda to have different device l/w.
Cloning skywater PDK...
Previous HEAD position was f70d8ca Merge pull request #346 from QuantamHD/add_reram
Switched to branch 'main'
Your branch is up to date with 'origin/main'.
Already up to date.
Cloning open_pdks...
You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>
make: * [Makefile69 /home/alexd/Desktop/asic/openram/open_pdks] Error 1
m
Do you have the most recent dev version? This was fixed in this issue: https://github.com/VLSIDA/OpenRAM/issues/164
a
I don't, I will try pulling it and doing it again
Thanks