Questions tagged [aldec]
3 questions
7
votes
2 answers
How do I build and use my own VHDL library?
I am trying to create a components library in VHDL. I have many .vhd source files with different components. Ideally I would like to be able to instantiate them in a design using the same method as a standard library.(or similar)
example:
library…

Hayden DeBoer
- 71
- 1
- 1
- 3
3
votes
3 answers
Aldec Active-HDL - No Default Binding
I'm getting some errors when I try to compile my design in Aldec's Active-HDL.
# Warning: ELAB1_0026: BITADJ128.bde(BITADJ128.vhd) : (79, 0): There is no default binding for component "buf". (No entity named "buf" was found).
# Warning: ELAB1_0026:…

trayres
- 598
- 2
- 12
0
votes
1 answer
List of files needed to rerun Aldec simulation?
There are bunch of files needed to run an Aldec simulation. What is the minimum set?
Clearly this must include the Verilog/VHDL source, any testbenchs, and a project file. It also needs to include the list of signals from the waveform…

Brian Carlton
- 13,252
- 5
- 43
- 64