- Back to current work

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@775 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2010-03-12 08:37:10 +00:00
parent d820072d82
commit 90a8a33bb8
5 changed files with 11 additions and 1 deletions
+3
View File
@@ -1,8 +1,11 @@
../../../misc/dpram_2w2r.vhd
../../../misc/dpram_1w1r.vhd
../../../FIFO/src/fifo_ctrl_pkg.vhd
../../../FIFO/src/gray_counter.vhd
../../../FIFO/src/fifo_sync_ctrl.vhd
../../../FIFO/src/fifo_sync.vhd
../../../FIFO/src/fifo_async_ctrl.vhd
../../../FIFO/src/fifo_async.vhd
../../../uart/bbfifo_16x8.vhd
../../../uart/kcuart_rx.vhd
+1 -1
View File
@@ -2,7 +2,7 @@
PROJECT="mips_sys"
DIST_FILE="./files.dist"
DIST_DIR="./release/mips.r12"
DIST_DIR="./release/mips.r13"
# ---------------------------------------------------------------
mkdir -p $DIST_DIR/src
+1
View File
@@ -200,6 +200,7 @@ inst_mips_top: entity work.mips_top
debug => debug,
nmi => nmi,
eb => eb,
cpu_clk => clk,
RST_I => rst,
CLK_I => clk,
ACK_I => ACK_I,
+5
View File
@@ -1,3 +1,8 @@
-----------------------------------------------------------------
Changes in release 12
-----------------------------------------------------------------
- mips_biu.vhd: added asynchronous BUS-FIFOs to support different clocks for CPU and BUS
-----------------------------------------------------------------
Changes in release 12
-----------------------------------------------------------------
+1
View File
@@ -15,6 +15,7 @@ J-MIPS Features
- J-Bus kompatible Bus Interface Unit (J-Bus ist im wesentlichen FIFO interface mit 'wichtigen' Signalnamen)
- 1,2 DMIPS/MHz mit 16Kbyte I/D-Cache (Dhrystone 2.1, GCC 4.3)
- Endianness umschaltbar zur Hard-reset Zeit
- Unterschiedliche Frequenzen für CPU und BUS möglich
-----------------------------------------------------------------
Known Limitations