FPGA

  • MYSTERY FPGA CIRCUIT FEELS THE PRESSURE

    In order to interact with an FPGA board, a user usually presses a button. Is that the only way to interact? Not so sure. A video from Clifford Wolf shows us otherwise. It’s quite intriguing! The Verilog implements a simple ring oscillator (basically an inverter with its output tied to its input). Via Hackaday

  • Learning Verilog for FPGAs: Flip Flops

      Creating an adder on Verilog and putting it into an FPGA board can be done in various ways: With or without clocks.  A very detailed and thorough tutorial explains how to use clocked elements to verify whether the adder has ever generated a carry as well as a few counters. Using clocks avoids getting glitches and…

  • Open source FPGA toolchain builds CPU

    Ever wondered if you could run a J1a CPU on an FPGA using only open source hardware? This is possible using these three open source tools: an Open Source Forth kernel, SwapForth running on an Open Source CPU, the J1a built using an entirely Open Source FPGA toolchain, IceStorm When you develop software, you need some…

  • Gates to FPGAs: TTL Electrical Properties

    Great reference from Bil Herd about TTL Electrical properties. On the path to exploring complex logic, let’s discuss the electrical properties that digital logic signals are comprised of. While there are many types of digital signals, here we are talking about the more common voltage based single-ended signals and not the dual-conductor based differential signals.…