Forum Discussion
Altera_Forum
Honored Contributor
13 years agoIf you can use SystemVerilog, its simple to use the streaming operator
out = {<<{inp}}; // right to left streamingIf you can use SystemVerilog, its simple to use the streaming operator
out = {<<{inp}}; // right to left streaming