Forum Discussion
Ivan00
New Contributor
4 years agoHi Ean,
i have chosen different output bus size in order to demonstrate the bug. The bug manifests itself when subscript is used on the right side.
When I resize the bus, the o_bug[16 downto 0] must be connected to i[16 downto 0], only bit 17 should be removed. Instead the whole connection is removed.
This happens only if the type test_type_t is defined in a generic package.
Best regards,
Ivan
YEan
Contributor
4 years agoHi Ivan,
If the bus length of input and output were different the Quartus will show error messages. You may consider to change the architecture in your design to fulfill your requirement.
Thanks,
Ean