Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- I haven't read the code, but shifted_ref60 <= {read_data, 2'h0} ; is the same as: shifted_ref60 <= read_data & '00'; -- e.g. concatenation --- Quote End --- thanks, it realy helpfull