From bfb58f3b4e2bc3853d907c733f8ca4a40286b057 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 17 May 2015 19:02:36 +0000 Subject: [PATCH] [SDRAM] - changes due to FIFO changes git-svn-id: http://moon:8086/svn/vhdl/trunk@1116 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/SDRAM/ddr_sdr_v1_5/sim/tb_sdram_ctrl_frontend64_wb.fdo | 3 ++- lib/SDRAM/ddr_sdr_v1_5/sim/tb_sdram_ctrl_frontend_wb.fdo | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/SDRAM/ddr_sdr_v1_5/sim/tb_sdram_ctrl_frontend64_wb.fdo b/lib/SDRAM/ddr_sdr_v1_5/sim/tb_sdram_ctrl_frontend64_wb.fdo index d25b108..e6ac6b1 100644 --- a/lib/SDRAM/ddr_sdr_v1_5/sim/tb_sdram_ctrl_frontend64_wb.fdo +++ b/lib/SDRAM/ddr_sdr_v1_5/sim/tb_sdram_ctrl_frontend64_wb.fdo @@ -1,9 +1,10 @@ ## NOTE: Do not edit this file. ## +if {[file exists work]} {vdel -lib work -all} vlib work vcom -explicit -93 "../../../FIFO/src/fifo_ctrl_pkg.vhd" -vcom -explicit -93 "../../../rams/dpram_1w1r2c_ro_sim.vhd" +vcom -explicit -93 "../../../rams/dpram_1w1r2c_ra_sim.vhd" vcom -explicit -93 "../../../FIFO/src/gray_counter.vhd" vcom -explicit -93 "../../../FIFO/src/fifo_async_ctrl.vhd" vcom -explicit -93 "../../../FIFO/src/fifo_async.vhd" diff --git a/lib/SDRAM/ddr_sdr_v1_5/sim/tb_sdram_ctrl_frontend_wb.fdo b/lib/SDRAM/ddr_sdr_v1_5/sim/tb_sdram_ctrl_frontend_wb.fdo index 4b8b1e3..731f7db 100644 --- a/lib/SDRAM/ddr_sdr_v1_5/sim/tb_sdram_ctrl_frontend_wb.fdo +++ b/lib/SDRAM/ddr_sdr_v1_5/sim/tb_sdram_ctrl_frontend_wb.fdo @@ -1,9 +1,10 @@ ## NOTE: Do not edit this file. ## +if {[file exists work]} {vdel -lib work -all} vlib work vcom -explicit -93 "../../../FIFO/src/fifo_ctrl_pkg.vhd" -vcom -explicit -93 "../../../rams/dpram_1w1r2c_ro_sim.vhd" +vcom -explicit -93 "../../../rams/dpram_1w1r2c_ra_sim.vhd" vcom -explicit -93 "../../../FIFO/src/gray_counter.vhd" vcom -explicit -93 "../../../FIFO/src/fifo_async_ctrl.vhd" vcom -explicit -93 "../../../FIFO/src/fifo_async.vhd"