-
I often use component names with acronyms, such `PipelineSR`, `SPIAccess`, `ADCRegisters`, etc., or single upper letter names for ports, which are indicated as errors/warnings. It makes sense from see…
-
When trying to link with curl using Visual Studio 17 2022 generator I get following errors:
![image](https://github.com/vsg-dev/vsgXchange/assets/117441107/09895bec-fd35-4e7a-b221-f4af42aecd52)
I …
-
{
"Tahiti": { "IATA": "ZTA", "timeZone": "Pacific/Tahiti" },
"Brisbane": { "IATA": "ZGL", "timeZone": "Australia/Brisbane" },
"Cairo": { "IATA": "UVL", "timeZone": "Africa/Cairo" },
"Mogad…
-
**Is your feature request related to a problem? Please describe.**
VSG (3.13.1) currently reports an error on the following VHDL-2008 functional use of binary logic operators:
```vhdl
...
archit…
-
I wonder if there should possibly be a new "PositionScaleArrayState" ArrayState added in the main vsg to allow vsgPoints scaled vertices to be calculated back to their local coordinates?
Currently …
-
All the vsg-dev VulkanSceneGraph projects use the MIT license to make it clear that developers on embedded platforms can use the various VSG libraries without infringing upon LGPL requirements. This …
-
Similar to #644, an error is issued when prefix/suffix exceptions don't match configured case for `instantiation_008`, and maybe other rules which I haven't tested.
Example configuration:
```yml
…
-
Hello again,
Obviously I have been off using vsg all over my work projects, and I have a new issue that is tripping me up.
**Environment**
vsg-3.19.0, or vsg-3.23.0, or git as of 29 April 2024. U…
-
In PR #309 I tried to split up the multiviews example into separate render graphs. The problem this example shows is that the secondary rendergraph clears the whole screen instead of it's designated s…
-
**Describe the bug**
vkCmdBindPipeline and vkCmdBindDescriptorSets (and potentially others) were recorded twice - first with the State stack and then again with the StateCommand which was processed a…