ghdl Questions

4

Solved

I'm using a PowerShell script to control different compilation steps of an compiler (ghdl.exe). The compiler has 3 different output formats: No output and no error => $LastExitCode = 0 outputs o...
Thirtieth asked 21/11, 2015 at 1:19

4

Solved

i just wrote a simple VHDL program. I saved the file as a .vhd file. Then I compiled it with ghdl -a test.vhd and then built and executable file with ghdl -e test And finally tried to run i...
Halbeib asked 12/6, 2013 at 15:51

1

Solved

I am having a problem with using GHDL (http://ghdl.readthedocs.io/en/latest/) to simulate my VHDL design. So, when I use the command ghdl -e Averager_tb to compile the test bench with GHDL I get th...
Zelda asked 21/7, 2016 at 11:18

3

I can print an integer as decimal to stdout with: library std; use std.textio.all; entity min is end min; architecture behav of min is begin process is variable my_line : line; begin write(m...
Clapperclaw asked 17/6, 2016 at 11:2

1

Solved

Whenever I create a VHDL design I tend to have many modules. Each of these modules are then connected to one main file and so everything is synthesised. But I want to write seperate test benches fo...
Brendabrendan asked 23/1, 2016 at 23:10
1

© 2022 - 2024 — McMap. All rights reserved.