- Roll back for Release 12

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@774 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2010-03-12 08:30:35 +00:00
parent a73cc52a72
commit d820072d82
5 changed files with 0 additions and 9 deletions
-3
View File
@@ -1,11 +1,8 @@
../../../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
-2
View File
@@ -8,10 +8,8 @@ DIST_DIR="./release/mips.r12"
mkdir -p $DIST_DIR/src
mkdir -p $DIST_DIR/sim
mkdir -p $DIST_DIR/doc
mkdir -p $DIST_DIR/bsp
mkdir -p $DIST_DIR/tools
cp -a ../bsp/* $DIST_DIR/bsp/
cp -a ../doc/*.pdf $DIST_DIR/doc/
cp -a ../doc/*.txt $DIST_DIR/doc/
cp -a ../tools/* $DIST_DIR/tools/
-1
View File
@@ -200,7 +200,6 @@ 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,
-2
View File
@@ -55,8 +55,6 @@ Changes in release 12
# which is already active in the previous cycle
...
- mips_biu.vhd: added asynchronous BUS-FIFOs to support different clocks for CPU and BUS
-----------------------------------------------------------------
Changes in release 11
-----------------------------------------------------------------
-1
View File
@@ -15,7 +15,6 @@ 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