GitXplorerGitXplorer
1

PicoBlaze3-examples

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
380b02d8ed1def91799bc9393dad67dadf0419b0

Add first example

11Maxnet1 committed 2 years ago
Unverified
19bc212456e1f1c97dabbed3c57eddcaf357016d

Add initial gitignore

11Maxnet1 committed 2 years ago
Unverified
f704f4423e141549d5a6bfe6302baca9be4ffc13

Initial commit

11Maxnet1 committed 2 years ago

README

The README file for this repository.

PicoBlaze3-examples

Needed tools:

This repository was tested with opbasm to compile the examples and opbsim to simulate the software on a PicoBlaze3 simulator. If installation does not work out of the box, make sure to check the open issues and merge requests of their GitHub repositories. If that does still not make things work, you can create an issue in this repository to ask for help.

Compilation

Change the directory into the example directory and run the following command:

opbasm -3 <example-name>.psm

Make sure to replace <example-name> with the name of the example you want to compile.

Simulation

Make sure you compiled the example before you want to execute it. Change the directory into the example directory and run the following command:

<path-to-opbsim>/opbsim --pb3 -m:<example-name>.mem

Make sure to replace <example-name> with the name of the example you want to simulate. Make sure to replace <path-to-opbsim> with the path to your opbsim executable.