After submitting my project to the eFabless platfo...
# efabless
m
After submitting my project to the eFabless platform and passing the tapeout check, how can I view the GDS file that results from this check?
m
you can use the galaxy remote desktop and open it with klayout
if you want a local copy then you need to build it locally as you can't get the file from the remote server
m
How do I build it locally?
m
I'm not sure, so if you could test that would be great
try setting export CARAVEL_LITE=0
before you do the make setup
that should install the full version of caravel
but I'm not sure what the make target is to get the whole thing built
@Tim Edwards do you know?
t
make ship
is what you want, although I don't know if that works correctly out-of-the-box.
👍 1
m
So does this build the entire OpenGalaxy environment locally?
I did
export CARAVEL_LITE=0
and
make ship
but it said
Copy code
No rule to make target 'ship'. Stop.
The same thing happened for
make setup