-
Notifications
You must be signed in to change notification settings - Fork 4
Zet - The x86 (IA-32) open implementation
License
freecores/zet86
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Quick help ---------- The most important file is "impl/virtex4-ml403ep/syn/kotku.v" as is the top level module for the complete SOC system. For building the system (Xilinx tools must be installed): $ source /opt/Xilinx/10.1/ISE/settings64.sh # (or equivalent) $ cd impl/virtex4-ml403ep/syn/ $ make As a result, you will have a file named "kotku.bit", which is the conf- iguration stream for the FPGA. Explanation of directories -------------------------- bin/ - Some scripts to prepare ROMs, download microcode, etc... doc/ - Documentation stub impl/ - Implementation dependent files (for different boards) currently one board supported: virtex4-ml403ep/ rtl-model/ - Zet processor RTL model sim/ - Simulation scripts and testbenches soc/ - Implementation independent files for the SOC system src/ - Source files for some commands used to transform ROMs tests/ - 8086 test benches (exactly the same as in the web)
About
Zet - The x86 (IA-32) open implementation
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published