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
297 stars 21 forks source link

Manual loading of raw files #215

Closed georgtree closed 22 hours ago

georgtree commented 1 month ago

Hello! Is it possible to switch off autoloading of raw files when they are specified in the graphs explicitly? Now if I load one raw file manually, the rest of them are loaded too. I want to fully control which files are loaded and in what sequence, to work with them later. Thank you in advance!

StefanSchippers commented 1 month ago

I will improve that, this will take some time. Previously xschem allowed only one raw file to be loaded. Now multiple files can be loaded, but the load/unload mechanism is still primitive. Have to pay attention not to break existing design scripts.

StefanSchippers commented 2 weeks ago

Graphs now have an auto load checkbutton that loads waves automatically or not. Please test. 1

georgtree commented 2 weeks ago

Hello, just tested, all works, thank you very much, this option allows more flexible annotation of schematics :)