Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- data(N-1 downto 2*N/3) <= data_in_X; --highest bits are for X
- data(2*N/3-1 downto N/3) <= data_in_Y;
- data(N/3-1 downto 0) <= data_in_Z; --lowest bits are for Z
- ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement