URL
https://opencores.org/ocsvn/a-z80/a-z80/trunk
[/] [a-z80/] [trunk/] [tools/] [zmac/] [make_modelsim.bat] - Diff between revs 3 and 12
Show entire file |
Details |
Blame |
View Log
Rev 3 |
Rev 12 |
Line 7... |
Line 7... |
Rem and drop an asm file into it. If you drop an ASM file and there were errors,
|
Rem and drop an asm file into it. If you drop an ASM file and there were errors,
|
Rem this script will keep the DOS window open so you can see the errors.
|
Rem this script will keep the DOS window open so you can see the errors.
|
Rem
|
Rem
|
zmac --zmac %1
|
zmac --zmac %1
|
if errorlevel 1 goto error
|
if errorlevel 1 goto error
|
bindump.py zout\%~n1.cim ..\..\cpu\toplevel\simulation\modelsim\ram.hexdump
|
python bindump.py zout\%~n1.cim ..\..\cpu\toplevel\simulation\modelsim\ram.hexdump
|
if errorlevel 1 goto error
|
if errorlevel 1 goto error
|
goto end
|
goto end
|
|
|
:error
|
:error
|
@echo ------------------------------------------------------
|
@echo ------------------------------------------------------
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.