URL
https://opencores.org/ocsvn/zpu/zpu/trunk
Subversion Repositories zpu
[/] [zpu/] [trunk/] [zpu/] [readme.txt] - Rev 96
Compare with Previous | Blame | View Log
In example folder you'll find a simple hello world exampleof the ZPU that you can run in ModelSim.ModelSim Simulation hello world===============================Read "example/simzpu_small.do" for more information onhow to run the simulation.The ZPU and it's tools are under git version control,which opencores.org does not yet support.See http://opensource.zylin.com/zpu.htm for detailson how to get the full source.Changing the hello world application====================================1. Download the stable ZPU toolchain binaries:http://opensource.zylin.com/zpudownload.html2. Add zpu-elf-gcc to the path(either using Cygwin underWindows or Linux):tar xjvf zpugcclinux.tar.bz2export PATH=$PATH:`pwd`/install/bin3. Build modified hello world:cd zpu/example/hello worldsh build.sh4. Run simulation again and check log.txt output file forchanged output.
