Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

File inclusion in VHDL - is it possible? How to do this?

Status
Not open for further replies.

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,

In verilog a file could be included by
`include "file.v" in some .v file. In the same way can we do this in VHDL.

If so, can anybody share their knowledge how.??

Regards
 

Re: File inclusion in VHDL - help needed

HI,

I am expecting answers

Regards
 

File inclusion in VHDL - help needed

The feature is not provided by the VHDL standard. May be some design tools offer it as private enhancement, but I'm not aware of.
 

Re: File inclusion in VHDL - help needed

there are other ways available in VHDL to archive same thing....

i.e. you can use TEXTIO library and its functions/procedures to read/write the file and if you have some other component defined in other file then you can simply use component instantiation in top module.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top