StefanSchippers / xschem

A schematic editor for VLSI/Asic/Analog custom designs, netlist backends for VHDL, Spice and Verilog. The tool is focused on hierarchy and parametric designs, to maximize circuit reuse.
Other
300 stars 22 forks source link

Xyce not loading, Mac OS Ventura 13.6.4 #163

Closed ekrathSNL closed 5 months ago

ekrathSNL commented 5 months ago

Hi. I installed xschem on my Mac OS Ventura 13.6.4 following the installation instructions. The issue I get is a perpetual loading screen. When I hover my mouse cursor over xschem, it will turn into a loading wheel. I don't get any warnings in the terminal and no errors pop up with ./configure or make.

These are the steps I've done to fix this so far:

xschem

StefanSchippers commented 5 months ago

Fisrt of all try to start xschem with -x option. This will start xschem in console-only mode. You get a tcl prompt. type for example: xschem get version If you get an answer then xschem is alive. Type exit to quit.

For graphics to work you need to have XQuartz running.

There is a Readme file for MacOS systems, but since I don't have such system it is written collecting info from the community. In particular you need to get tcl and tk working on XQuartz (X11 emulation) and not on the native MacOS Quartz engine. https://github.com/StefanSchippers/xschem/blob/master/README_MacOS.md

ekrathSNL commented 5 months ago

Thank you. I was able to get it working!