Friday, August 14, 2009

declaring an integer in port map

how do i declare an integer using port map? I wish to connect the address lines of my rom module to the address controlling lines of my other module how do i go about this? for example i have an address which is integer range 0 to 5. Is this the proper way to write it?
U1: cntrl_module port map (adress(0)

No comments:

Post a Comment