Stefan Schippers
09/11/2021, 9:05 PMinverter.raw
file. If you are running ngspice in interactive mode use a .control ... .endc
section where after your tran
or dc
simulation you put a write inverter.raw
statement.
3. you must open '`inverter.sch`' schematic explicitly as the top schematic (File -> Open) , not descend into it from a parent schematic
4. At the xschem command prompt type: puts $gaw_tcp_address
, you should get localhost 2020
as answer.
5. use the netcat command (nc) and do: nc localhost 2020
in a terminal window when gaw is opened. Type a random command, do you get an answer from gaw? Like this:
schippes@mazinga:~ $ nc localhost 2020
dfdffdf
Bad command: 'dfdffdf'
If you get a '`connection refused`' message then for some reason gaw is not listening to tcp port 2020. Ensure your system is not already using this port, if this is the case use a different number changing the gawrc and xschemrc settings accordingly.Emanuel Caceres
09/12/2021, 3:22 PMMatt Venn
03/07/2024, 2:54 PMMatt Venn
03/07/2024, 2:54 PMMatt Venn
03/07/2024, 2:55 PMMatt Venn
03/07/2024, 2:55 PMMatt Venn
03/07/2024, 2:55 PMStefan Schippers
03/07/2024, 3:02 PMMatt Venn
03/07/2024, 5:29 PMMatt Venn
03/08/2024, 12:35 PMMatt Venn
03/08/2024, 12:35 PMMatt Venn
03/08/2024, 12:35 PMMatt Venn
03/08/2024, 12:36 PM