Forum Discussion
Altera_Forum
Honored Contributor
15 years agojust multiply i by 2
REG1(i*2) <= ORG_REG(i*2)(1 downto 0); REG1(i*2 +1) <= ORG_REG(i*2)(3 downto 2);just multiply i by 2
REG1(i*2) <= ORG_REG(i*2)(1 downto 0); REG1(i*2 +1) <= ORG_REG(i*2)(3 downto 2);