Forum Discussion

OldMarty's avatar
OldMarty
Icon for New Contributor rankNew Contributor
2 months ago

Can Instantiation components be repeated easier??

Hi all, When Instantiating multiple components, my U1,U2,U3 "adders" would be as follows:       U1 : Adder         Port map ( A => A,                    B => B,                    Sum => Sum)...