AHDL

Example of Legal Number of Bits for Groups of Different Sizes



The following equation is legal:

a[4..1] = b[2..1]

In this equation, the bits are mapped as follows:

a4 = b2
a3 = b1
a2 = b2
a1 = b1

- Altera -

 

Created by chm2web html help conversion utility.