Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
10 years ago

ALTSHIFT_TABS automatically inserted into the design

I had the following in my design: r_reg1 <= { r_reg1, inputpin }; Then I had to introduce a condition to select which register input data will be shifted into, I did it this way: i...