diff --git a/lib/FIFO/src/fifo_async.vhd b/lib/FIFO/src/fifo_async.vhd index 35340e7..370595a 100644 --- a/lib/FIFO/src/fifo_async.vhd +++ b/lib/FIFO/src/fifo_async.vhd @@ -102,7 +102,7 @@ begin ); -inst_dpram_1w1r2c: entity work.dpram_1w1r2c_ro +inst_dpram_1w1r2c: entity work.dpram_1w1r2c_ra GENERIC MAP ( addr_width => addr_width, diff --git a/lib/FIFO/src/fifo_sync.vhd b/lib/FIFO/src/fifo_sync.vhd index 5c8d8c8..58c6a61 100644 --- a/lib/FIFO/src/fifo_sync.vhd +++ b/lib/FIFO/src/fifo_sync.vhd @@ -101,7 +101,7 @@ inst_fifo_sync_ctrl: entity work.fifo_sync_ctrl ); -inst_dpram_1w1r2c: entity work.dpram_1w1r2c_ro +inst_dpram_1w1r2c: entity work.dpram_1w1r2c_ra GENERIC MAP ( addr_width => addr_width,