Diese Sammlung enthΓ€lt alle wichtigen Ressourcen, die wΓ€hrend des Trainings und darΓΌber hinaus nΓΌtzlich sind, kategorisiert nach Themengebieten und Schwierigkeitsgrad.
- π All About Circuits - Digital - Kostenloses Online-Lehrbuch
- π₯ EEVBlog Electronics Tutorials - Dave Jones' exzellente Tutorials
- π₯ Great Scott! Electronics - AnfΓ€ngerfreundliche Projekte
- π Texas Instruments Logic Guide - CMOS Logic Families
- π₯ Ben Eater's Digital Electronics - Breadboard Computer Serie
- π Digital Design and Computer Architecture - Harris & Harris
- π₯ Khan Academy - Electrical Engineering - Grundlagen
- π Falstad Circuit Simulator - Online Circuit Simulator
- π₯ What is an FPGA? - Lucid explanation by Lattice
- π FPGA Prototyping by Verilog Examples - Pong Chu
- π fpga4fun.com - Excellent FPGA tutorials and projects
- π Lattice ECP5 Family Datasheet
- π FPGAs: World Class Designs - Clive Maxfield
- π FPGA Architecture Survey - Academic overview
- π Xilinx 7-Series Architecture - CLB Details
- π Intel/Altera Architecture Handbook
- π A Verilog HDL Primer - J. Bhasker
- π HDLBits - Interactive Verilog exercises
- π Asic-World Verilog Tutorial - Comprehensive online tutorial
- π₯ Nandland Verilog Tutorials - YouTube serie
- π VHDL for Engineers - Kenneth Short
- π VHDL Tutorial - University of Pennsylvania
- π The Designer's Guide to VHDL - Peter Ashenden
- π SystemVerilog for Design - Sutherland, Davidmann
- π SystemVerilog Tutorial - ChipVerify
- π IEEE 1800-2017 SystemVerilog Standard
- π Icarus Verilog - Open source Verilog simulator
- π GHDL - Open source VHDL simulator
- π GTKWave - Waveform viewer
- π EDA Playground - Online HDL simulator
- π Writing Testbenches - Janick Bergeron
- π SystemVerilog for Verification - Chris Spear
- π UVM (Universal Verification Methodology) - Industry standard
- π₯ Verification Academy - Mentor Graphics training
- π Yosys Manual - Synthesis tool
- π nextpnr Documentation - Place & Route
- π openFPGALoader - Programming tool
- π Project Trellis - ECP5 bitstream documentation
- π YosysHQ Installation - Pre-built binaries
- π FPGA Toolchain on Linux - Automated installation
- π₯ Open Source FPGA Development - Complete workflow
- π ULX3S GitHub Repository - Official hardware repository
- π ULX3S Schematic - Detailed schematics
- π ULX3S Manual - Hardware manual
- π Radiona ULX3S - Official product page
- π ULX3S Examples - Community examples
- π ULX3S MicroPython - ESP32 integration
- π₯ ULX3S Getting Started - Video tutorial
- π ULX3S Discord - Community chat
- π TRS-80.org - Comprehensive TRS-80 resource
- π TRS-80 Model III Service Manual - Technical details
- π TRS-80 Memory Map - Memory layout
- π Z80 CPU User Manual - Official Z80 documentation
- π Big-80 Project - TRS-80 FPGA implementation
- π TRS-IO - Modern TRS-80 interface
- π OpenCores T80 - Z80 soft core
- π Retro Computing Forum - Q&A community
- π Z80 Assembly Language Programming - Lance Leventhal
- π Z80.info - Instruction set and resources
- π TASM Z80 Assembler - Cross assembler
- π₯ Z80 Breadboard Computer - Ben Eater series
- π VGA Signal Timing - Timing specifications
- π HDMI Specification - Official HDMI standard
- π hdl-util HDMI - Open source HDMI implementation
- π₯ VGA Controller Tutorial - Practical implementation
- π Bitmap Font Generator - Font creation tool
- π ASCII Art Archive - Character patterns
- π TRS-80 Character Set - Original character ROM
- π SDRAM Controller Tutorial - Lattice application note
- π OpenCores SDRAM Controller - Open source implementation
- π SDRAM Standard - JEDEC specification
- π Lattice Memory Usage Guide
- π₯ FPGA Memory Deep Dive - Technical details
- π RAM Initialization - Yosys memory commands
- π Saleae Logic Analyzers - Professional tools
- π sigrok/PulseView - Open source logic analyzer software
- π Bus Pirate - Multi-purpose interface tool
- π₯ Logic Analyzer Tutorial - Usage guide
- π₯ Oscilloscope Tutorial - EEVBlog basics
- π Probe Selection Guide - Keysight guide
- π OpenScope - Open source oscilloscope
- π r/FPGA - Reddit FPGA community
- π FPGA4Fun Forum - Project discussions
- π Stack Overflow FPGA - Technical Q&A
- π EEVBlog Forum - Electronics discussions
- π¬ ULX3S Discord - ULX3S specific
- π¬ 1BitSquared Discord - Open hardware community
- π¬ RISC-V Discord - CPU design discussions
- π IEEE Xplore - Academic papers
- π ACM Digital Library - Computer science papers
- π° EE Times - Industry news
- π° Electronics Weekly - Industry news
- π High-Speed Digital Design - Howard Johnson
- π Signal Integrity - Simplified - Eric Bogatin
- π SI-PI-EMI Design - Online magazine
- π DSP for FPGAs - Meyer-Baese
- π Xilinx DSP Slice - Hardware multipliers
- π Lattice DSP Implementation
- π Computer Organization and Design - Patterson & Hennessy
- π RISC-V Specification - Open ISA
- π OpenCores CPU Cores - Various CPU implementations
- π₯ Building a CPU - Ben Eater breadboard CPU
| Item | Preis | Beschreibung | Link |
|---|---|---|---|
| ULX3S Board | β¬120-180 | ECP5-85F FPGA Board | Radiona |
| Logic Analyzer Clone | β¬15-25 | 8-Channel USB Logic Analyzer | AliExpress |
| Multimeter | β¬30-50 | Basic DMM with freq counter | Lokaler Elektronik-Shop |
| Breadboard Kit | β¬20-30 | Breadboards + Jumpers + LEDs | Amazon |
- Yosys + nextpnr + openFPGALoader - Complete open source toolchain
- GTKWave - Waveform viewer
- VS Code + Verilog Extension - Code editor
- KiCad - PCB design (fΓΌr eigene Boards)
- LED Matrix Controller - 8x8 LED matrix with patterns
- VGA Pattern Generator - Simple VGA controller
- UART Echo - Serial communication
- Simple Calculator - 7-segment display + keypad
- SPI Flash Controller - External memory interface
- Audio Synthesizer - PWM-based sound generation
- VGA Text Display - Character-based terminal
- PS/2 Keyboard Controller - Input device interface
- RISC-V Soft CPU - 32-bit processor implementation
- Ethernet Controller - Network interface
- DDR3 Controller - High-speed memory interface
- HDMI Video Generator - Digital video output
| Begriff | Bedeutung |
|---|---|
| ASIC | Application-Specific Integrated Circuit |
| BRAM | Block RAM - Dedicated memory blocks in FPGA |
| CDC | Clock Domain Crossing |
| DSP | Digital Signal Processing |
| HDL | Hardware Description Language |
| IP Core | Intellectual Property Core - Reusable design |
| LUT | Look-Up Table - Basic logic element |
| PLL | Phase-Locked Loop - Clock generation |
| RTL | Register Transfer Level |
| TMDS | Transition-Minimized Differential Signaling |
Diese Referenzsammlung wird regelmΓ€Γig aktualisiert. Letzte Aktualisierung: September 2025
Feedback erwΓΌnscht: Schicken Sie VorschlΓ€ge fΓΌr zusΓ€tzliche Ressourcen oder Korrekturen!
π Viel Erfolg beim Lernen und Experimentieren! π