Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > Instances

Reply
Thread Tools

Instances

 
 
XRay123 XRay123 is offline
Junior Member
Join Date: Mar 2010
Posts: 6
 
      05-25-2010
Hey guys.
Is there any way to instantiate a component in VHDL without using all defining parameters (ports) ?
For example having a component(clk, rst, data_in, data_out, merry_christmas) but when instancing to use it as component (clk, data_in, merry_christmas).
Thanks for your time.
 
Reply With Quote
 
 
 
 
joris joris is offline
Senior Member
Join Date: Jan 2009
Posts: 153
 
      05-26-2010
you could do something like,
Code:
compMap: component port map( 
clk => clk, 
data_in => data_in, 
data_out => open, 
merry_christmas => merry_christmas);
 
Reply With Quote
 
 
 
 
XRay123 XRay123 is offline
Junior Member
Join Date: Mar 2010
Posts: 6
 
      05-26-2010
Thank you. Message lengthened to more than 10 characters.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
dicts,instances,containers, slotted instances, et cetera. ocschwar@gmail.com Python 8 01-29-2009 09:52 AM
TB multiple instances - newbie question ciqret Firefox 2 06-02-2005 10:34 PM
Two instances of Firefox wps Firefox 2 07-30-2004 12:51 PM
Possible to open multiple instances/profiles of Firefox (win32)? Isak Dinesen Firefox 2 07-27-2004 03:12 AM
list of class instances within a list of a class instances John Wohlbier Python 2 02-22-2004 08:41 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57