-
It seems that https://github.com/ghdl/ghdl/commit/47e76528 (#1730) introduced a regression.
- Extended tests run before: https://github.com/ghdl/extended-tests/runs/2392127303
- Extended tests run…
-
Currently when I add this line to the `JSON.pkg.vhdl` everything works.
```vhdl
type integer_vector is array(NATURAL range ) of integer;
```
Where is this type normally defined?
Nabav updated
3 years ago
-
**Description**
When running `compile-altera.sh` script, it hangs while analyzing `ariaii_pcie_hip`. I am running with Quartus 17.0. It appears that `sim_lib/arriaii_pcie_hip_atoms.vhd` is the proble…
-
When using ghdl -c we might need to be able to put the various files
into different libraries.
For example, in microwatt, I need some in unisim (I have models mimmic'ing some xilinx stuff), some …
-
Take the following series of commands:
```
ghdl -i --work=work --std=02 --workdir=work/ axi4_acp_writer.vhd axi4_acp_reader.vhd tb_axi4_acp.vhd axi4_acp.vhd
ghdl -m --work=work --std=02 --workdir=w…
-
**Is your feature request related to a problem? Please describe.**
Currently, synthesis seems to support memories with arbitrarily many differently-sized read and write ports, but they all have to be…
-
**Is your feature request related to a problem? Please describe.**
I use a lot of real math to calculate ROM contents in a project, and since always hunting down the next missing operation whenever o…
-
(Original issue 487 created by None on 2010-03-28T11:22:29+00:00)
As we are doing both software and firmware development,
and use Trac for collaboration with Pygments for syntax highlighting (which i…
-
The tool I am using must not have VHDL-2008 standard as the top level entity. The documentation of GHDL states that
> The 93, 93c, 00 and 02 standards are considered compatible: you can elaborate …
-
Quartus version: 16.1
Compile Altera library with `/compile-altera.sh -a --vhdl2008`
output : ~http://pastebin.com/38VJJyjm~
One warning in particular will cause problems later on:
> ../../src/…