-
**Environment**
VHDL Style Guide (VSG) version 2.0.0
**Describe the bug**
**To Reproduce**
`vsg -f test.vhd --fix`
-- test.vhd
entity test is
generic (
my_ge…
-
Installed latest and checked the system preferences. JSON does not change quicklook. Thanks
-
I have downloaded the vs-code extension source from this repository and ran `npm install`. Whenever I run `vsce package`, the terminal floods with compile errors.
```
assets by status 218 KiB [cac…
-
@Paebbels I see you have modified compile scripts. Why have you removed support for compiling UVVM_VIP_WISHBONE from `compile-uvvm.sh`?
The script also does not work by default
```
Loading envi…
m-kru updated
3 years ago
-
Ref #640, #670, #800, #804, #805, #1053 and #1398.
It is possible to dynamically load a PIE binary or shared library generated by GHDL. This is useful for co-simulation, as it allows to allocate me…
-
[Enter steps to reproduce:]
1. Open folder (was remotely mounted using sshfs)
**Atom**: 1.41.0 x64
**Electron**: 4.2.12
**OS**: "Arch Linux"
**Thrown From**: Atom Core
### Stack Trace
…
-
With the VHDL LS plugin (0.3.1) of VisualStudioCode (1.47.3) the VHDL keyword _pure_ is flagged as unexpected before the _function_ keyword. A list of expected keywords is shown. The keyword _impure_ …
-
```js
// original code
// (beautified)
var _calls_ = 10, a = 100, b = 10, c = 0;
async function* f0() {
L19955: {
}
try {
try {
for (var brake5 = 5; function…
-
There are several line attributes dealing with the contents of the line:
line # Current line
lineLower # Current line lower cased
lineNoComment # Curren…
-
### Description of the Issue
In December 2019, VHDL-2019 was released. It adds new primary and secondary keywords.
### Steps to Reproduce the Issue
Open a VHDL file with latest VHDL…