Dylan

Results 10 comments of Dylan

Wow completely forgot about this; been a while since I've touched it, I'll have to double check. Quick look makes it seem that I may have a couple additional parts...

Ok went through it all, and there were a couple differences but I managed to put all your changes into my branch. I'll make a PR so we could continue...

@nickd4 Updated with [PR#1352](https://github.com/libopencm3/libopencm3/pull/1352)

> I probably won't use TrustZone (I will use crypto as I mentioned), so my main concern is to get things to work normally in non-secure mode. If we do...

Can confirm this is still an issue without TOR, so still probably an issue with the timeout. Most likely it relates to line 89 in autopilot.py, as the attempt to...

Testing currently, but it looks like it will work. Made a separate plugin command to initialize the autopilot class after the main initialization. Main init just grabs option values, which...

Not sure if this was ever updated, but it appears from the GHDL plugin that the format should be : > Alternatively, it is possible to analyze, elaborate and synthesize...

My best guess as to what is happening, is that [src/features/schematic.ts:201](https://github.com/TerosTechnology/vscode-terosHDL/blob/main/src/features/schematic.ts#L201) is not being set properly, as [src/features/schematic.ts:214](https://github.com/TerosTechnology/vscode-terosHDL/blob/main/src/features/schematic.ts#L214) appears to select the right thing for the plugin variable and then...

It looks like it is mainly due to the open-vsx.org repo being old, so I can't confirm newer versions than v2.0.2 Appreciate looking into it