Guest
#5466095
hello guys, I need some help with the port map in VHDL I have to port map a module to the top module something like
1 | |
the Problem is that b has been define in a record something like:
1 | |
2 | |
3 | |
and
1 | |
2 | |
3 | |
What I have done is create a Signal
1 | |
2 | |
3 | |
4 | |
5 | |
I don't think my port map is correct. What will be the proper way to do it. Many thanks