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

RFC: QR codes?? #192

Closed qpwo closed 4 months ago

qpwo commented 5 months ago

This is probably a bad idea but curious for your thoughts. Feel free to close without comment as always.

Problem: Screenshots in bug reports and tutorials can be hard to reproduce because linking/including the .sch file is a bit of a pain. Then when you update your bug report or tutorial you have to make sure the implied sch<->png correspondence is still correct. Basically, keeping two files synchronized is difficult.

Solution:

StefanSchippers commented 4 months ago

if a schematic is in a public repository like github instead of sending images you can open directly with xschem locally: xschem https://raw.githubusercontent.com/w32agobot/SKY130_SAR-ADC/main/xschem/adc_top_tb.sch

So just provide the URL of the schematic, xschem can view it. If you associate .sch files with xschem in your desktop may be you can just click the URL and get it opened by xschem (however never tried, as I don't even use a desktop environment).

There is also a good xschem online viewer now https://xschem-viewer.com/

qpwo commented 4 months ago

Cool yeah QR code thing probably silly. Thanks for tip.