Open
Description
I'm trying to use this code in a Spartan 6 board, however ISE14.7 does not support System Verilog.
Vivado supports SV but not Spartan 6 family :-(
I tried to translate this code to Verilog but packed assignaments like this get me confussed and don't know how to do it.
Any clue to translate it? Is there any tool to convert it to Verilog? Thanks.
logic [23:0] audio_sample_word_packet [3:0] [1:0];...
logic [23:0] audio_sample_word_buffer [1:0] [3:0] [1:0];...
audio_sample_word_packet <= audio_sample_word_buffer[!sample_buffer_current];
Metadata
Metadata
Assignees
Labels
No labels