Commit 05081240 authored by Tristan Gingold's avatar Tristan Gingold

Add README, adjust Manifest.py

parent dc69f930
VME64x Core
===========
Running the testbench
---------------------
After having cloned the repository, simply do:
git submodule init
git submodule update
cd hdl/testbench/simple_tb/modelsim
hdlmake
make
sh run_all.sh
This is an automatic testbench with a yes/no status.
It runs the testbench several times with a different scenario value.
The last line should be: OK!
Tested with ModelSim SE-64 10.2a on linux.
...@@ -3,6 +3,5 @@ files = [ ...@@ -3,6 +3,5 @@ files = [
] ]
modules = { modules = {
"local": [ "../../rtl" ], "local": [ "../../rtl", "../../ip_cores/general-cores" ],
"git": "git://ohwr.org/hdl-core-lib/general-cores.git",
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment