- 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
This commit is contained in:
@@ -2,9 +2,6 @@
|
|||||||
##
|
##
|
||||||
vlib work
|
vlib work
|
||||||
|
|
||||||
# Misc
|
|
||||||
vcom -explicit -93 "../../../PCK_FIO-1.16/PCK_FIO.vhd"
|
|
||||||
|
|
||||||
# RAMS
|
# RAMS
|
||||||
vcom -explicit -93 "../../../misc/dpram_2w2r.vhd"
|
vcom -explicit -93 "../../../misc/dpram_2w2r.vhd"
|
||||||
vcom -explicit -93 "../../../misc/dpram_1w1r.vhd"
|
vcom -explicit -93 "../../../misc/dpram_1w1r.vhd"
|
||||||
|
|||||||
@@ -25,7 +25,6 @@
|
|||||||
LIBRARY ieee;
|
LIBRARY ieee;
|
||||||
use IEEE.STD_LOGIC_1164.ALL;
|
use IEEE.STD_LOGIC_1164.ALL;
|
||||||
USE ieee.numeric_std.ALL;
|
USE ieee.numeric_std.ALL;
|
||||||
use std.textio.all; -- Imports the standard textio package.
|
|
||||||
|
|
||||||
library work;
|
library work;
|
||||||
use work.mips_types.all;
|
use work.mips_types.all;
|
||||||
@@ -39,8 +38,8 @@ END tb_mips_top;
|
|||||||
ARCHITECTURE behavior OF tb_mips_top IS
|
ARCHITECTURE behavior OF tb_mips_top IS
|
||||||
|
|
||||||
constant CLK_PERIOD : time := 10 ns;
|
constant CLK_PERIOD : time := 10 ns;
|
||||||
constant SRAM_ADDR_WIDTH : integer := 16; -- words
|
constant SRAM_ADDR_WIDTH : integer := 14; -- bits
|
||||||
constant FLASH_ADDR_WIDTH : integer := 16; -- words
|
constant FLASH_ADDR_WIDTH : integer := 14; -- bits
|
||||||
|
|
||||||
signal debug : unsigned(1 downto 0);
|
signal debug : unsigned(1 downto 0);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user