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

Subversion Repositories zpu

[/] [zpu/] [trunk/] [zpu/] [readme.txt] - Diff between revs 94 and 96

Show entire file | Details | Blame | View Log

Rev 94 Rev 96
Line 1... Line 1...
In example folder you'll find a simple hello world example
In example folder you'll find a simple hello world example
of the ZPU that you can run in ModelSim.
of the ZPU that you can run in ModelSim.
 
 
 
ModelSim Simulation hello world
 
===============================
Read "example/simzpu_small.do" for more information on
Read "example/simzpu_small.do" for more information on
how to run the simulation.
how to run the simulation.
 
 
The ZPU and it's tools are under git version control,
The ZPU and it's tools are under git version control,
which opencores.org does not yet support.
which opencores.org does not yet support.
 
 
See http://opensource.zylin.com/zpu.htm for details
See http://opensource.zylin.com/zpu.htm for details
on how to get the full source.
on how to get the full source.
 
 
 
Changing the hello world application
 
====================================
 
1. Download the stable ZPU toolchain binaries:
 
 
 
http://opensource.zylin.com/zpudownload.html
 
 
 
2. Add zpu-elf-gcc to the path(either using Cygwin under
 
Windows or Linux):
 
 
 
tar xjvf zpugcclinux.tar.bz2
 
export PATH=$PATH:`pwd`/install/bin
 
 
 
3. Build modified hello world:
 
 
 
cd zpu/example/hello world
 
sh build.sh
 
 
 
4. Run simulation again and check log.txt output file for
 
changed output.

powered by: WebSVN 2.1.0

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