URL
https://opencores.org/ocsvn/leros/leros/trunk
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
4 |
martin |
@echo off
|
2 |
|
|
echo ********************************************************
|
3 |
|
|
echo Build the Java Class FIle
|
4 |
|
|
echo ********************************************************
|
5 |
|
|
|
6 |
|
|
javac -target 1.5 -g -cp ./;./lib/Muvium-Leros-API.jar; Blink.java
|
7 |
|
|
|
8 |
|
|
echo ********************************************************
|
9 |
|
|
echo Compile Java Class File into Leros Assembler
|
10 |
|
|
echo ********************************************************
|
11 |
|
|
|
12 |
|
|
java -cp ./;./lib/Muvium-Leros-API.jar;./lib/Muvium-Leros.jar;./lib/jdom.jar;./lib/jaxen.jar;. MuviumMetal Blink config.xml muvium.asm
|
13 |
|
|
|
14 |
|
|
echo ********************************************************
|
15 |
|
|
echo Compile Leros Assembler into a ROM binary Image
|
16 |
|
|
echo ********************************************************
|
17 |
|
|
|
18 |
|
|
java -cp ./;./lib/Leros.jar;./../lib/antlr-3.3-complete.jar leros.asm.LerosAsm -s ./ asm muvium.asm
|
19 |
|
|
|
20 |
|
|
echo ********************************************************
|
21 |
|
|
echo Run the Simulator with the QuickIO Option
|
22 |
|
|
echo ********************************************************
|
23 |
|
|
|
24 |
|
|
java -cp ./;./lib/Leros.jar; leros.sim.LerosSim -qio rom.txt
|
25 |
|
|
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.