gojimmypi

Results 99 issues of gojimmypi

I'm logged into Windows 11 Pro 22H2 (22621.3447) as a regular user (not a member of local `Administrators` group) and using PlatformIO Core 6.1.14·Home 3.4.4 for VS Code 1.88.0, specifically:...

help wanted
package management

The [project file](https://github.com/emard/galaksija/blob/master/proj/lattice/galaksija_ulx3s_hdmi/galaksija_hdmi.ldf) in `galaksija\proj\lattice\galaksija_ulx3s_hdmi` fails with error: ``` Starting: "prj_run Export -impl project -task Bitgen -forceOne" .... Generating HDL info... Warning: The following files were not found: C:\workspace\galaksija\galaksija_v.v C:\workspace\galaksija\rtl_emard\generic\bram_true2p_1clk.vhd...

# Description Adds a `settings.h` sanity check to ensure if DSA is enabled, that SHA1 is also enabled. I started going down the road of gating out *all* the DSA...

# Description Adds `IDE/PlatformIO` examples. See also https://github.com/wolfSSL/wolfssl/pull/7413 and https://github.com/platformio/platformio-registry/issues/85 Fixes zd# n/a # Testing How did you test? Tested manually using PlatformIO in VS Code. # Checklist - [...

### Contact Details _No response_ ### Version latest master ### Description While working on https://github.com/wolfSSL/wolfssl/pull/7528 I discovered a new problem with the PlatformIO build of wolfSSL. The problem seems manifested...

bug

When creating project in alternate, not-yet-existing user & directory. VS2017: ![image](https://user-images.githubusercontent.com/13059545/90413027-c5501c80-e062-11ea-84be-d1854f482ac1.png)

VS2017: ![image](https://user-images.githubusercontent.com/13059545/90412840-773b1900-e062-11ea-9bc3-6eb6857b5669.png) ![image](https://user-images.githubusercontent.com/13059545/90412742-570b5a00-e062-11ea-8442-9b52a44dfe81.png)

as noted in https://github.com/gojimmypi/VerilogLanguageExtension/issues/21#issuecomment-620237275 - performance on large files is really poor due to excessive re-parsing of the entire buffer,

see [picorv32.v line 532](https://github.com/gojimmypi/VerilogLanguageExtension/blob/master/TestFiles/picorv32.v#L532) note missing colorization after single quote: ![image](https://user-images.githubusercontent.com/13059545/80312987-2777cf80-879d-11ea-805f-109856f65daf.png)

When a new file is loaded, the declaration hover text for variables is not visible until a key is pressed and the file is re-parsed. Variable hover text should be...