From 80f75ce1367e5d1fe1a666aab3ec5f892044ff80 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 10 Apr 2010 08:28:36 +0000 Subject: [PATCH] - added crc32 for emac Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@906 cc03376c-175c-47c8-b038-4cd826a8556b --- projects/mips_sys/sim/tb_mips_sys.fdo | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/mips_sys/sim/tb_mips_sys.fdo b/projects/mips_sys/sim/tb_mips_sys.fdo index 93559ca..e8a07ba 100644 --- a/projects/mips_sys/sim/tb_mips_sys.fdo +++ b/projects/mips_sys/sim/tb_mips_sys.fdo @@ -96,6 +96,7 @@ vcom -explicit -93 "../../../lib/ac97_ctrl/src/core/ac97_wb.vhd" vcom -explicit -93 "../../../lib/emac/src/emac_types.vhd" vcom -explicit -93 "../../../lib/emac/src/piso.vhd" vcom -explicit -93 "../../../lib/emac/src/sipo.vhd" +vcom -explicit -93 "../../../lib/emac/src/crc32.vhd" vcom -explicit -93 "../../../lib/emac/src/emac_rx.vhd" vcom -explicit -93 "../../../lib/emac/src/emac_tx.vhd" vcom -explicit -93 "../../../lib/emac/src/emac_top_jb.vhd"