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

Subversion Repositories light8080

[/] [light8080/] [trunk/] [c/] [compile.bat] - Rev 65

Compare with Previous | Blame | View Log

@echo off 
@echo ----------------------------------------------------------------------------------------
@echo     Small-C Compiler
@echo ----------------------------------------------------------------------------------------
..\tools\c80\c80 -sc00 -ohello.asm hello.c
@echo ----------------------------------------------------------------------------------------
@echo     AS80 Assembler 
@echo ----------------------------------------------------------------------------------------
..\tools\c80\as80 -l -t -s2 hello.asm 
@echo ----------------------------------------------------------------------------------------
@echo     Convert HEX File to Xilinx Memory Init File 
@echo ----------------------------------------------------------------------------------------
..\tools\ihex2vlog\ihex2vlog.exe -a12 -s4096 -mram_image hello.hex ram_image.v
@echo ----------------------------------------------------------------------------------------
@echo     Copy file to RTL directory 
@echo ----------------------------------------------------------------------------------------
copy ram_image.v ..\verilog\rtl 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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