Does someone know when there will be pre-built `gf...
# gf180mcu
h
Does someone know when there will be pre-built
gf180mcu
PDKs available via
volare
?
volare enable --pdk gf180mcu 120b0bd69c745825a0b8b76f364043a1cd08bb6a
🙌 1
g
just to note that related to this, to get the`caravel_user_project` environment setup working on gf180 I had to change
OPEN_PDKS_COMMIT?=0059588eebfc704681dc2368bd1d33d96281d10f
to
OPEN_PDKS_COMMIT?=120b0bd69c745825a0b8b76f364043a1cd08bb6a
in the gf180 part of the makefile
unfortunately, I still can't get
caravel_user_project
building for gf180 even with this - now I get this:
Copy code
[ERROR]: Last 10 lines:
[WARNING GRT-0036] Pin analog_io[3] is outside die area.
[WARNING GRT-0036] Pin analog_io[4] is outside die area.
[WARNING GRT-0036] Pin analog_io[5] is outside die area.
[WARNING GRT-0036] Pin analog_io[6] is outside die area.
[WARNING GRT-0036] Pin analog_io[7] is outside die area.
[WARNING GRT-0036] Pin analog_io[8] is outside die area.
[WARNING GRT-0036] Pin analog_io[9] is outside die area.
[ERROR GRT-0029] Pin mprj/io_in[0] does not have geometries below the max routing layer (Metal4).
Error: resizer_routing_timing.tcl, 39 GRT-0029
child process exited abnormally
v
Can you attach test case? @gatecat
g
probably easier just to clone
caravel_user_project
yourself and make the one git revision change listed above
I haven't changed anything else
v
this failure related to built-in example, counter design?
g
yeah - running
make harden
in
caravel_user_project
I think the problem is just that the included prebuilt
user_project_example
macro lef is just for sky130 and not gf180
v
file a github issue in
caravel_user_project
.
p
yep, I'm waiting for @jeffdi to merge https://github.com/efabless/caravel_user_project/pull/175
👍 1
I agree it's confusing, see https://github.com/efabless/caravel_user_project/issues/131 the project being a template, I really think the output directory should be empty.
h
@proppy thanks for the note! Do you know why it does not show up when running
volare ls-remote --pdk gf180mcu
?
p
maybe @donn could mark it as a regular release, so that volare can list it.
h
Yup, that’s probably the reason, thanks!