Hi, Can someone let me know what is the procedure ...
# sky130
p
Hi, Can someone let me know what is the procedure I need to follow when I gave the run for "make xor-wrapper" I get an error stating that {caravel_root}/caravel/utils/erase_box.sh: No such file or directory make[1]: * [xor-wrapper] Error 127. Also the user_project_wrapper_empty.gds and user_project_wrapper_empty_erased.gds aren't available for the XOR operation [ls: cannot access gds/user_project_wrapper_erased.gds: No such file or directory]. Can anyone suggest anything that might help.
v
can you point your repo?
From log: you need to set your
export CARAVEL_ROOT=path
Place
user_project_wrapper_erased.gds
inside
gds
directory as per
config.tcl
p
but I didnt get any
user_project_wrapper_erased.gds
when i git pulled the repo. I also didnt get an
utils
directory inside
${caravel_root}/caravel
v
git clone or git pull?
repo link?
p
Git cloned
m
@Pramodgouda Patil Doesn't look this has worked recently. I can't find any
erase_box.sh
in any of the commits up to 6 months ago. @Vijayan Krishnan You can look at the most recent caravel commit. https://github.com/efabless/caravel There's no
utils
directory. @Pramodgouda Patil you could log an issue on the caravel repo. If you just want to check your design, I'd suggest using the xor that's part of the precheck.
p
Thanks, @Mitch Bailey and @Vijayan Krishnan