-
Actually in my `ENTITY_TOP` I have an instance like this:
````vhdl
ENTITY_1_1 : ENTITY_1
generic map(
GEN => GEN
)
port map(
INP => INP
);
````
All of the source files …
-
Implement conversion of the AST back into a VHDL text file.
There are a number of possible uses for having the ability to go back from the AST to VHDL.
* Debugging of parsing. Do VHDL -> AST -> V…
-
I use Sublime as editor and would like to try this out. Does anyone know if you can/should add sublime package to the main repo, or a separate one?
GHDL has a [linter](https://packagecontrol.io/pa…
-
Hi,
Thank you for updating the new version of openwifi-v1.4.0. Recently, I encountered some problems while build FPGA of openwifi-v1.4.0.I am experimenting with Ubuntu 2018.The version of VIVADO I us…
-
hello
looking at my weewx configuration the rain has the value in mm, while the skin in cm, how can I change the value from cm to mm?
this is my config
```
# configuration file for the weewx-w…
-
status NEW severity *normal* in component *general* for *---*
Reported in version *1.5.3-SVN* on platform *Other*
Assigned to: Dimitri van Heesch
On 2007-02-28 07:46:59 +0000, Braden wrote:
…
-
Type: Bug
= I launch it from HDD.
- On startup, start writing immediately and when I type "class A", it writes "classA " and the space is written after some time. I have to wait for it to be able …
-
First of all, congratulations on this project.
Is this plugin compatible with Neovim?
-
A compile error is raised if there is no space between the numeric and the time resolution.
constant TIME_CONSTANT : time := 1ns; incorrectly results in a compilation error. A space must be added be…
-
I have multiple LSP clients attached to a single buffer.
Sometimes this method is requested:
`textDocument/documentSymbol`
The fact is that it is received by all of those attached servers. So…