URL
https://opencores.org/ocsvn/light8080/light8080/trunk
Subversion Repositories light8080
[/] [light8080/] [trunk/] [readme.txt] - Rev 75
Compare with Previous | Blame | View Log
The test programs have been assembled with TASM (Telemark Cross Assembler),a free assembler available for DOS and Linux.A few test benches and demos are included in the /sw directory. All of themassume you have installed the TASM assembler and include a build BAT script, sothey should be easy toA few Modelsim simulation scripts are included to assist in running the testbenches with that simulator. They are in the /sim directory.The scripts expect that Modelsim's current directory is the /sim directory.(you can change the working directory with 'File'->'change directory').By examining the build scripts and the modelsim scripts it should be easy toidentify what parts of theMost relevant files===================vhdl\light8080.vhdl Core source (single file)vhdl\test\light8080_tb.vhdl Test bench entity (without object code)vhdl\demo\cs2b_4kbasic_cpu.vhdl altair 4K Basic demo on DE-1 boardvhdl\demo\cs2b_4kbasic_rom.vhdl ROM/RAM for 4K Basic demovhdl\demo\rs232_tx.vhdl Serial tx code for demovhdl\demo\rs232_rx.vhdl Serial rx code for demovhdl\demo\c2sb_4kbasic.csv Pin assignment file for Quartus IIverilog\rtl\ Verilog files of CPU and SOCverilog\bench\ Verilog light8080 SOC testbenchverilog\sim\icarus Verilog simulation files for Icarusverilog\syn\altera_c2 Altera Quartus project file (Cyclone II)verilog\syn\xilinx_s3 Xilinx ISE project file (Spartan 3)util\uasm.pl Microcode assemblerutil\microrom.bat Sample DOS bat file for assemblerucode\light8080.m80 Microcode source filesim\sim_tb0.do Modelsim script for test bench 0sim\sim_tb1.do Modelsim script for test bench 1doc\designNotes.tex Core documentation in LaTeX formatdoc\designNotes.pdf Core documentation in PDF formatdoc\Light8080 Core Specifications.odf Specs doc for the VHDL/Verilog coresw\tb\tb0.asm Test bench 0 sourcesw\tb\tb1.asm Test bench 1 sourcesw\tb\soc_tb.vhdl Test bench for VHDL SoCsw\demo\hello.asm 'Hello World' for VHDL SoC on DE-1 boardsw\demo\c2sb VHDL top entity for DE-1 board demosc\ Hello World Small-C light8080 SOC sampletools\readme.txt Brief description of all the tools.tools\c80\ C80 compiler and AS80 assembler toolsused to compile the C example program.Compiled with TCC (Tiny C Compiler).tools\ihex2vlog\ Intel HEX to Verilog tool used togenerate the Verilog program & RAMmemory file used by the verilog SOC.Compiled with TCC (Tiny C Compiler).tools\obj2hdl HEX to VHDL conversion tool.tools\hexconv Deprecated HEX to VHDL conversion tool.
