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

Subversion Repositories zipcpu

[/] [zipcpu/] [trunk/] [INSTALL.md] - Diff between revs 208 and 209

Show entire file | Details | Blame | View Log

Rev 208 Rev 209
Line 8... Line 8...
- It contains a copy of the Verilog RTL describing the ZipCPU.  This is useful should you ever wish to build your own project using the ZipCPU.  However, if you are just trying to use an existing SoC implementation, you can safely ignore this directory.
- It contains a copy of the Verilog RTL describing the ZipCPU.  This is useful should you ever wish to build your own project using the ZipCPU.  However, if you are just trying to use an existing SoC implementation, you can safely ignore this directory.
- It contains two simulators: [one](sim/cpp) independent of the RTL, the [second](sim/verilator) based upon the RTL.  Neither of these simulators is as good as a proper simulator of a SoC, but they remain here for ... whatever reasons.
- It contains two simulators: [one](sim/cpp) independent of the RTL, the [second](sim/verilator) based upon the RTL.  Neither of these simulators is as good as a proper simulator of a SoC, but they remain here for ... whatever reasons.
- It contains my first attempt at building an Assembler.  Well, it does until I eventually remove it from the repository as unnecessary ...
- It contains my first attempt at building an Assembler.  Well, it does until I eventually remove it from the repository as unnecessary ...
- It also contains the source code for an example assembly level [debugger](sw/zipdbg).  This will probably be replaced in time with an implementation of gdb, but it remains for the time being.
- It also contains the source code for an example assembly level [debugger](sw/zipdbg).  This will probably be replaced in time with an implementation of gdb, but it remains for the time being.
 
 
Prior to building within the ZipCPU repository directory, you need to make certain you have a number of prerequisites.  These include: texinfo gcc-dev g++-dev flex bison libbison-dev verilator libgmp10 libgmp-dev libmpfr-dev libmpc-dev libelf-dev and ncurses-dev.
Prior to building within the ZipCPU repository directory, you need to make certain you have a number of prerequisites.  These include: texinfo gcc-dev g++-dev flex bison libbison-dev verilator libgmp10 libgmp-dev libmpfr-dev libmpc-dev libelf-dev, bc, ctags, and ncurses-dev.
 
 
To build all of the above, type _make_ in the main repository directory.  This will build the tools and place them into a [local install directory](sw/install/cross-tools/bin).  Sadly, this process will currently fail about halfway through.  To get past this, add the [install directory](sw/install/cross-tools/bin) to your path and restart.  _make_ will then pick up where it left off and finish the task.
To build all of the above, type _make_ in the main repository directory.  This will build the tools and place them into a [local install directory](sw/install/cross-tools/bin).  Sadly, this process will currently fail about halfway through.  To get past this, add the [install directory](sw/install/cross-tools/bin) to your path and restart.  _make_ will then pick up where it left off and finish the task.
 
 
The ZipCPU build process does not yet install anything into your local system.  All of the tools generated (currently) will be left in the local [install directory](sw/install).
The ZipCPU build process does not yet install anything into your local system.  All of the tools generated (currently) will be left in the local [install directory](sw/install).

powered by: WebSVN 2.1.0

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