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.

[SOLVED] concatenation of two vhdl files

Status
Not open for further replies.

sumeet1990

Newbie level 5
Joined
Mar 29, 2013
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,348
hello all,
i am a new vhdl user
please help me find a link on how to concatenate two different files in vhdl into one new file
thank you.
 

How about using a text editor?

On a dos cmd line copy file1.vhd+file2.vhd newfile.vhd should work too.
 

How about using a text editor?

On a dos cmd line copy file1.vhd+file2.vhd newfile.vhd should work too.

i think i misrepresented my question
see, i have a vhdl code whos output has to be used as input to an another vhdl code
so i want to connect two codes that way. please help me with that
thank you
 

Connecting VHDL entities has nothing to do with concatenating files. A VHDL compiler doesn't care i the design entities reside in one or multiple files.

You are asking about hierarchical VHDL designs where lower level entities are connected to an upper level by instantiating components. Each port signal of the component is connected to a signal in the instantiating entity.

I'm sure you'll find examples when searching for the respective keywords.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top