TinyTapeout / xschem-viewer

Online viewer of Xschem schematic files
https://xschem-viewer.com/
Apache License 2.0
20 stars 1 forks source link

load data #3

Closed mattvenn closed 5 months ago

mattvenn commented 5 months ago

if there is data present (or becomes present during an action?) then it would be cool if the viewer loaded the data in the graphs

urish commented 5 months ago

Can you please be more specific?

We're not running spice sim or anything like that, so I'm not sure how data may become present

mattvenn commented 5 months ago

I was thinking if there was the .raw file there then it could be used to fill the graphs. image

urish commented 5 months ago

Can you share the link to the .sch file that contains the graph? We need to find out if it includes enough info to locate the .raw file

mattvenn commented 5 months ago

https://github.com/mattvenn/tt06-analog-r2r-dac/blob/main/xschem/testbench.sch#L168 also added the raw file. they're quite big and not very compressible, so don't know if it's a great idea

urish commented 5 months ago

Yeah, it's about 40MB, not a great experience (esp. on mobile browser). Could probably be solved with a server side rendering of the graph, but that would add a bunch of complexity to the app, and I'm not sure how common it is to include the .raw file in the repo.

mattvenn commented 5 months ago

ok, let's close this for now.