From 523e216793cea8c14c19d13342e05c1abd1cdf8a Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Mon, 19 Jan 2009 10:05:43 +0000 Subject: [PATCH] - removed PCK_FIO (not needed) 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@268 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/sim/tb_mips_top.fdo | 3 --- lib/CPUs/MIPS/src/tb_mips_top.vhd | 5 ++--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/lib/CPUs/MIPS/sim/tb_mips_top.fdo b/lib/CPUs/MIPS/sim/tb_mips_top.fdo index 2a6562f..12f4690 100644 --- a/lib/CPUs/MIPS/sim/tb_mips_top.fdo +++ b/lib/CPUs/MIPS/sim/tb_mips_top.fdo @@ -2,9 +2,6 @@ ## vlib work -# Misc -vcom -explicit -93 "../../../PCK_FIO-1.16/PCK_FIO.vhd" - # RAMS vcom -explicit -93 "../../../misc/dpram_2w2r.vhd" vcom -explicit -93 "../../../misc/dpram_1w1r.vhd" diff --git a/lib/CPUs/MIPS/src/tb_mips_top.vhd b/lib/CPUs/MIPS/src/tb_mips_top.vhd index 3c8b52a..60fb374 100644 --- a/lib/CPUs/MIPS/src/tb_mips_top.vhd +++ b/lib/CPUs/MIPS/src/tb_mips_top.vhd @@ -25,7 +25,6 @@ LIBRARY ieee; use IEEE.STD_LOGIC_1164.ALL; USE ieee.numeric_std.ALL; -use std.textio.all; -- Imports the standard textio package. library work; use work.mips_types.all; @@ -39,8 +38,8 @@ END tb_mips_top; ARCHITECTURE behavior OF tb_mips_top IS constant CLK_PERIOD : time := 10 ns; - constant SRAM_ADDR_WIDTH : integer := 16; -- words - constant FLASH_ADDR_WIDTH : integer := 16; -- words + constant SRAM_ADDR_WIDTH : integer := 14; -- bits + constant FLASH_ADDR_WIDTH : integer := 14; -- bits signal debug : unsigned(1 downto 0);