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

Subversion Repositories light8080

[/] [light8080/] [trunk/] [c/] [compile.bat] - Blame information for rev 89

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 65 motilito
@echo off
2
@echo ----------------------------------------------------------------------------------------
3
@echo     Small-C Compiler
4
@echo ----------------------------------------------------------------------------------------
5
..\tools\c80\c80 -sc00 -ohello.asm hello.c
6
@echo ----------------------------------------------------------------------------------------
7
@echo     AS80 Assembler
8
@echo ----------------------------------------------------------------------------------------
9
..\tools\c80\as80 -l -t -s2 hello.asm
10
@echo ----------------------------------------------------------------------------------------
11
@echo     Convert HEX File to Xilinx Memory Init File
12
@echo ----------------------------------------------------------------------------------------
13
..\tools\ihex2vlog\ihex2vlog.exe -a12 -s4096 -mram_image hello.hex ram_image.v
14
@echo ----------------------------------------------------------------------------------------
15
@echo     Copy file to RTL directory
16
@echo ----------------------------------------------------------------------------------------
17
copy ram_image.v ..\verilog\rtl

powered by: WebSVN 2.1.0

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