raghava
Member level 2
- Joined
- Jul 31, 2008
- Messages
- 51
- Helped
- 3
- Reputation
- 6
- Reaction score
- 3
- Trophy points
- 1,288
- Activity points
- 1,870
Hi all,
Could you tell me how to include a header (.h) file in VHDL.
In verilog we does like this.
entity X
end entity;
`include "rtl/def_HarrisCorner.h"
How it will achieved in VHDL module. And where exactly it will be done the VHDL file.
Any help is appreciated.
Regards
Could you tell me how to include a header (.h) file in VHDL.
In verilog we does like this.
entity X
end entity;
`include "rtl/def_HarrisCorner.h"
How it will achieved in VHDL module. And where exactly it will be done the VHDL file.
Any help is appreciated.
Regards