Stefan Schippers
02/09/2021, 3:45 PMxschem --rcfile <xschemrc file> -n -s -q <top sch file> --netlist_path <path> -N <netlist filename>
where :
• -n :do netlist
• -s: spice netlist
• -q: quit after doing things
• <top sch file>: the top level (.sch) schematic file
• --rcfile: use specified xschemrc project configure file
• --netlist_path: place netlist in specified directory
• -N: use specified name for top level netlist