FPGARelated.com

Fit Sixteen (or more) Asynchronous Serial Receivers into the Area of a Standard UART Receiver

Michael Morris

Introduction This article will describe a technique, available in many current FPGA architectures, to fit a large amount of logic into a small area. About ten years ago now (Feb/Mar 2005), I helped develop a multi-line Caller ID product....


I don’t often convert VHDL to Verilog but when I do ...

Christopher Felton

VHDL to Verilog I don’t often convert VHDL to Verilog but when I do it is not the most exciting task in the world (that is an understatement).  For the most part I am HDL agnostic.  Well that is not true, I have a strong...


MyHDL @EDAPlayground

Christopher Felton

  Trying out MyHDL became a little easier recently.  MyHDL is now avaialbe @EDAPlayground.  One can experiment with Python/MyHDL verification of HDL modules and implementing complex digital cirucits in MyHDL. The...


BGA and QFP at Home 1 - A Practical Guide.

Victor Yurkovsky

It is almost universally accepted by the hobbyists that you can't work with high-density packages at home.  That is entirely incorrect.  I've been assembling and reflowing BGA circuit boards at home for a few years now.  BGAs and...


How FPGAs work, and why you'll buy one

Yossi Kreinin

Today, pretty much everyone has a CPU, a DSP and a GPU, buried somewhere in their PC, phone, car, etc. Most don't know or care that they bought any of these, but they did. Will everyone, at some future point, also buy an FPGA? The market size...


StrangeCPU #4. Microcode

Victor Yurkovsky

  Summary: Sliding windows containing runs of microcode. Table of Contents: Part 1: A new CPU - technology review, re-examination of the premises;  StrangeCPU concepts; x86 notes. Part 2: Sliding-Window Token Machines, an...


StrangeCPU #3. Instruction Slides - The Strangest CPU Yet!

Victor Yurkovsky

Summary: Decoding instructions with a Sliding Window system.  0-Bit Sliding Register Windows. Table of Contents: Part 1: A new CPU - technology review, re-examination of the premises;  StrangeCPU concepts; x86 notes. Part 2:...


StrangeCPU #2. Sliding Window Token Machines

Victor Yurkovsky

Summary: An in-depth exploration of Sliding Window Token Machines; ARM notes. Table of Contents: Part 1: A new CPU - technology review, re-examination of the premises;  StrangeCPU concepts; x86 notes. Part 2: Sliding-Window Token...


StrangeCPU #1. A new CPU

Victor Yurkovsky

Summary: In this multi-part series I will share with you a design, implementation notes and code for a slightly different kind of a CPU featuring a novel token machine that resolves an 8-bit token to pretty much any address in a 32-bit or even...


MyHDL FPGA Tutorial II (Audio Echo)

Christopher Felton

Introduction This tutorial will walk through an audio echo that can be implemented on an FPGA development board.  This tutorial is quite a bit more involved than the previous MyHDL FPGA tutorial.  This project will require an...