OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /eco32/trunk/fpga
    from Rev 310 to Rev 311
    Reverse comparison

Rev 310 → Rev 311

/pl/Makefile
1,10 → 1,17
#
# Dummy Makefile
# Makefile for pipeline implementations of ECO32
#
 
BUILD = ../../build
 
.PHONY: all install clean
 
all:
#$(MAKE) -C boards all
 
install:
#$(MAKE) -C boards install
 
clean:
#$(MAKE) -C boards clean
rm -f *~
/Makefile
4,7 → 4,7
 
BUILD = ../build
 
DIRS = tests mc mc-sim mc-vl pl pl-sim pl-vl
DIRS = mc mc-sim mc-vl pl pl-sim pl-vl tests
 
.PHONY: all install clean
 
/README
1,17 → 1,23
Contents of Subdirectories
--------------------------
 
experiments
different experiments to explore implementation alternatives
 
memdelay
RAM simulation with adjustable read/write delays
 
memspeed
SDRAM speed measurement circuit for XESS board, old controller
 
mc
multicycle implementations of ECO32
(DONE)
 
mc-sim
multicycle simulation of ECO32
(NOT YET)
 
mc-vl
Verilator-translated multicycle simulation of ECO32
(NOT YET)
 
pl
pipeline implementations of ECO32
24,3 → 30,6
pl-vl
Verilator-translated pipeline simulation of ECO32
(NOT YET)
 
tests
different tests that can be run on any implementation

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.