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

what's the difference between button load and browser in Edit Properties #182

Closed cnMuggle closed 3 months ago

cnMuggle commented 3 months ago

Sorry for my stupid questions, but just be curious why we have both Load and Browse button? image

StefanSchippers commented 3 months ago

The Load button will load the content of a file into the below textbox. This is for example used to get a long set of command lines into a code block. The Del button will erase the textbox Browse can be used to replace the symbol name shown in the one-line 'Symbol' entry box on the left with a new one.

cnMuggle commented 3 months ago

Thanks for the explanation