RTL code refactoring

This commit is contained in:
Blaise Tine
2020-04-20 13:01:42 -04:00
parent e8a4923eb4
commit a0e15af0dc
16 changed files with 149 additions and 202 deletions

View File

@@ -371,7 +371,7 @@ begin
avs_raq_push = avs_read;
end
VX_generic_queue_ll #(
VX_generic_queue #(
.DATAW($bits(t_local_mem_addr)),
.SIZE(AVS_RD_QUEUE_SIZE)
) vx_rd_addr_queue (
@@ -394,7 +394,7 @@ begin
avs_rdq_push = avs_readdatavalid;
end
VX_generic_queue_ll #(
VX_generic_queue #(
.DATAW($bits(t_local_mem_data)),
.SIZE(AVS_RD_QUEUE_SIZE)
) vx_rd_data_queue (