Doing a Digital design using caravel_user_project ...
# caravel
b
Doing a Digital design using caravel_user_project for MPW TWO . I have the following questions 1. Is it required to run precheck before submitting for MPW TWO 2. Appears XOR check (part of pre check) hangs due to the following ERROR . Would be helpful if you have suggestions to fix check/xor.log :
First Layout: /home/s2s-svr1/projects/asic/trial/caravel_user_project/checks/user_project_wrapper_empty_erased.gds
Second Layout: /home/s2s-svr1/projects/asic/trial/caravel_user_project/checks/user_project_wrapper_erased.gds
Design Name: user_project_wrapper
Output GDS will be: /home/s2s-svr1/projects/asic/trial/caravel_user_project/checks/user_project_wrapper.xor.gds
Reading /home/s2s-svr1/projects/asic/trial/caravel_user_project/checks/user_project_wrapper_empty_erased.gds ..
ERROR: In /usr/local/bin/xor_checks/xor.drc: Stream has unknown format: /home/s2s-svr1/projects/asic/trial/caravel_user_project/checks/user_project_wrapper_empty_erased.gds in Layout::read
ERROR: Stream has unknown format: /home/s2s-svr1/projects/asic/trial/caravel_user_project/checks/user_project_wrapper_empty_erased.gds in Layout::read in MacroInterpreter::execute
t
I believe this is because it is necessary to do "make compress" before submitting for precheck. But you can check that the files are not corrupted somehow by running "file <gds_file>" on the Linux command line; it should come back with "GDSII Stream file version 3.0".
b
Hi Tim , file command on user_project_wrapper_empty_erased.gds and file user_project_wrapper_erased.gds gives "empty" and not "GDSII Stream file version 3.0" . Thanks