Altera_Forum
Honored Contributor
11 years agoOutput bit stream
Solved.
I need to output a bit stream according to a collection of fixed data. The fixed data is a collection of constant values in hex number format. I need to convert these to bits and and output the bits. If I could initialize a bit array this would be trivial but it seems verilog only allows you to load a bit array one location at a time. Is there a way to convert the array of hex values to bits and store them? Thanks Rich