GlasgowEmbedded / glasgow

Scots Army Knife for electronics
BSD Zero Clause License
1.92k stars 189 forks source link

applet.interface.analyzer: set scope name to something not empty #717

Closed Ninja3047 closed 2 weeks ago

Ninja3047 commented 3 weeks ago

Some tools (namely libsigrok), expect non empty names

This fixes the following error when importing the output into pulseview.

sr: input/vcd: Cannot parse 'scope' directive

relevant code in libsigrok

https://github.com/sigrokproject/libsigrok/blob/f06f788118191d19fdbbb37046d3bd5cec91adb1/src/input/vcd.c#L661-L665

Ninja3047 commented 2 weeks ago

Looks like one of the dead links checks flaked?