When you have the following line in your xschemrc:
xschem will write the netlist under xschem/simulation instead of under netlist/schematic where CACE expects to find it.
A possible workaround would be to set local_netlist_dir to 0 before exporting the netlist, so CACE works correctly whether local_netlist_dir is set or not in xschemrc.
When you have the following line in your xschemrc:
set local_netlist_dir 1xschem will write the netlist under
xschem/simulationinstead of undernetlist/schematicwhere CACE expects to find it.A possible workaround would be to set local_netlist_dir to 0 before exporting the netlist, so CACE works correctly whether
local_netlist_diris set or not in xschemrc.