Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

Output 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
No RepliesBe the first to reply