Other

“Intel announced today a brand-new product family, the Intel® Agilex™ FPGA. This new family of field programmable gate arrays (FPGA) will provide customized solutions to address the unique data-centric business challenges across embedded, network and data center markets. “The race …

“DEC PDP-1 is a computer designed and produced in 1959. Considering the pace of change in computing, that might seem like the prehistoric age. However, it is also surprisingly modern and proves a point that the basic concepts still …

“This a CHIP-8 game console emulator working on FPGA chip (TinyFPGA BX). Implementation notes and remarks Writing unit tests (see cpu, gpu, bcd) helped me a lot, I was able to test most instructions in simulation. I wrote several …

“After completing my VGA Generator project a while back, I’ve embarked on a new electronics project: building a simple 6502-based homebrew 8-bit computer on a breadboard. There are a bunch of similar projects online from which to draw ideas …

“Long time no post! Now that’s out of the way… As ever, I’m always on the search for cheap electronics and this board is nearly mind blowing given both the price and form factor you can get it …

“Building on the Zybo Z7 image processing application. This project demonstrates using HLS with C/C++ to accelerate image processing. To create our HLx Image processing block we will be using the eclipse-based Vivado HLS. Once we have Vivado HLS …

“Designing hardware logic circuits can be fun. The old school way to do this was with NAND gates, on a bread board, wired up with jumper wires. This is still possible, but it doesn’t take much before the number …

“Creating an image processing platform that enables HDMI input to HDMI output. This can be used as a base for HLS-based image processing demo. Story This project will demonstrate how to create a simple image processing platform based on …

“If you’re looking for a tool for measuring frequency that is not the classic multimeter and, in the various drawers of your lab, between a forgotten board and various devices, you can’t find one, worry not: you don …

“This article will review the “std_logic_vector” data type which is one of the most common data types in VHDL. In a previous article on the VHDL hardware description language, we discussed the basic structure of VHDL code through several introductory …