From 5e38a6ff4382b34ccc1da2ef9b7586a2f6b44e31 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 17 May 2015 11:21:17 +0000 Subject: [PATCH] - ram_sim.vhd deleted - ram_wb has it's own ram implementation git-svn-id: http://moon:8086/svn/vhdl/trunk@1110 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/misc/sim/tb_ram_wb.fdo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/misc/sim/tb_ram_wb.fdo b/lib/misc/sim/tb_ram_wb.fdo index 34f771c..6667db1 100644 --- a/lib/misc/sim/tb_ram_wb.fdo +++ b/lib/misc/sim/tb_ram_wb.fdo @@ -4,7 +4,7 @@ vlib work # Top and TB vcom -explicit -93 "../utils_pkg.vhd" -vcom -explicit -93 "../ram_sim.vhd" +vcom -explicit -93 "../../rams/dpram_1w1r1c_ra_sim.vhd" vcom -explicit -93 "../ram_wb.vhd" vcom -explicit -93 "../tb_ram_wb.vhd"