URL
https://opencores.org/ocsvn/a-z80/a-z80/trunk
Subversion Repositories a-z80
[/] [a-z80/] [trunk/] [readme.txt] - Rev 22
Compare with Previous | Blame | View Log
A-Z80A conceptual implementation of the Z80 CPU------------------------------------------for Altera, Xilinx and Lattice FPGAsThis project is described in more details at https://baltazarstudios.comFor additional information, read 'Quick Start' and 'Users Guide' documentsin the 'docs' folder. Also read a 'readme.txt' file in each of the folders.Prerequisites=============* Altera Quartus and Modelsim (free web editions) OR* Xilinx ISE (free Webpack edition) OR* Lattice ICECube toolchain from Synopsis (Lattice tested by JuanS)* Python 3.5 or newerImporting A-Z80 into your project=================================If you want to use A-Z80 in your own project, run "export.py" script whichwill copy only the files that are needed. Do not manually pick and copy files.Folder layout============="cpu" folder contains CPU functional blocks and all top-level modules:alu ALU block, ALU control and flags logicbus data bus switches, pin logic, address latch and incrementercontrol PLA decoder, the sequencer and other control blocksregisters CPU register file and the register control logictoplevel top level core, interfaces and test code"host" folder integrates the A-Z80 CPU into several fully functional designs:"basic_de1" contains a simplified board consisting of A-Z80 CPU, memoryand UART modules that can run small Z80 programs on Altera DE1"basic_nexys3" contains the same example project but for Xilinx Nexys3 board"zxspectrum_de1" contains a simple implementation of the Sinclair ZX Spectrumfor Altera DE1 board"tools", "resources" contain various tools related to the project; reverseengineering of the real Z80, design verification and testing.Email me if you have any questions, issues or you want to use A-Z80 or any ofthe files within this project. I'd like to hear from you,Goran Devicgdevic@yahoo.com----------------------------------------------------------------------------------This project and each file therein is covered under the GNU GPL2.0 license.It basically states that anyone is free to use it and distribute it, but the fullsource needs to be available under the same terms.
