FPGA #1 - An Overview of Programmable Logic Devices

  Рет қаралды 6,959

John's Basement

John's Basement

Күн бұрын

Пікірлер
@velvetsound
@velvetsound Жыл бұрын
Finally a series on the FPGA that’s going to be for normal humans! Looking forward to this series. Thank you!
@symosys
@symosys Жыл бұрын
Watched FPGA #7 first, then this. Absolutely excellent. I’ve been interested in FPGA’s for a while and looked at various documents and videos. This is by far the best explanation. Looking forward to more and finally being able to start to play, program, simulate and understand these
@JohnsBasement
@JohnsBasement Жыл бұрын
Thanks. I hope I won't let you down!
@PebblesChan
@PebblesChan Жыл бұрын
Many presentations including your one excludes the Bipolar Fuseable link PROM such as the National 74S288 / Signetics 82S123 (256 bits arranged as 32x8 bits). It was used in some S100 boards such as the Cromenco SCC & Australian DGZ80 then later in the Australian MicroBee computer. It was easily field programmable by blasting its nichrome fuses by applying +10V on the VCC pins, selecting the desired address to be programmed and applying 63mA (usually 12-18V) to the desired output pins to have their fuses blown. When PALs first came out the manufacturers were secretive about the programming algorithms so expensive programmers needed to be used. I actually had to go to the manufacturer’s offices to program them. Thank goodness in the 1990’s sanity prevailed with the release of GALs which were reprogrammable (but still requiring the use of special programmers).
@JohnsBasement
@JohnsBasement Жыл бұрын
I decided to let this topic go until I explain what a LUT is.. since that is pretty much the same thing.
@PebblesChan
@PebblesChan Жыл бұрын
The GAL16V8, GAL20V8 & GAL22V10 (& equivalents) are very useful. They come in DIP packages and are great for all sorts of things including glue logic and decoders.
@thorpejsf
@thorpejsf Жыл бұрын
...and the 22V10 is still made by Atmel / Microchip (ATF22V10), and there is a completely open-source toolchain available for them (GALasm or Galette + minipro).
@ami6packs
@ami6packs Жыл бұрын
actively looking forward to this series
@JohnsBasement
@JohnsBasement Жыл бұрын
Thanks!
@jchidley
@jchidley Жыл бұрын
I am so glad that I found your channel and this video
@JohnsBasement
@JohnsBasement Жыл бұрын
Thanks for letting me know!
@timgordon2943
@timgordon2943 Жыл бұрын
Very well explained, John! I look forward to seeing what magic you weave with my favorite tool the FPGA!
@JohnsBasement
@JohnsBasement Жыл бұрын
Thanks for the kind words & support!
@DennoWiggle
@DennoWiggle Жыл бұрын
Oooo. Interesting. I'm hoping to learn a lot from upcoming video's on this topic especially when you get hands on and I can follow along.
@sparkybrit
@sparkybrit Жыл бұрын
Another awesome topic. I’m Looking forward to the rest of the series.
@JohnsBasement
@JohnsBasement Жыл бұрын
Thanks! I look forward to recording it!
@jamesross3939
@jamesross3939 Жыл бұрын
Looking forward to this series. I'd like to understand these concepts better: when to use wire vs reg, always block parameters, always block with no parameters, blocking vs non-blocking, when to use assignments that are tied to logic in an always block and several other design elements.
@JohnsBasement
@JohnsBasement Жыл бұрын
These are all great questions! I hope I can clarify each one.
@jackrubin
@jackrubin Жыл бұрын
Yes! This is the series I've been hoping for! Monte Dalrymple's book, "Microprocessor Design Using Verilog HDL" might be of interest a bit further down the line, especially since he is Z80-centric (designed the Rabbit CPUs).
@JohnsBasement
@JohnsBasement Жыл бұрын
Thank you for the encouragement! Thanks for the book tip. I have a copy around here somewhere.
@stevepa3416
@stevepa3416 Жыл бұрын
really valuable channel. I got out of school (Computer Science) last year. Got really into networking/OS stuff in school and got a good job. But Ive been really wanting to learn FPGA and logic design work for the purpose of making FPGA based NICs. I managed to grab myself a few alveo u200 boards for cheap online but have had trouble looking for good info to experiment with implementing things on there. I definitely will come back to this channel periodically.
@JohnsBasement
@JohnsBasement Жыл бұрын
Thanks! It is good to have aboard.
@gregorymccoy6797
@gregorymccoy6797 Жыл бұрын
Really getting a late start with this video... Looking forward to it. I have always wanted to get into FPGAs.
@PebblesChan
@PebblesChan Жыл бұрын
One thing about modern FPGAs & CPLDs is that they don’t come natively in an inexpensive high gate count 5V low pin count DIP package. Having to deal with BGAs and logic level translators are a real pain in the proverbial!
@JohnsBasement
@JohnsBasement Жыл бұрын
Yeah... mixing voltages is a pain in the arse! We will have to be using level-converters to interface with 5V parts. I posted that video about logic families a few weeks ago to make sure everyone knows about the options we have for level shifting.
@tombouie
@tombouie Жыл бұрын
Thks & I've been trying to figure-out how to start
@JohnsBasement
@JohnsBasement 7 ай бұрын
Glad I could help
@TC-zt1sp
@TC-zt1sp Жыл бұрын
So... on internal input bus (XYZ) in line two from bottom to top, do you have X_+Y_+Z shorted together?
@JohnsBasement
@JohnsBasement Жыл бұрын
If they are all connected to the same input then yes
@brtgiononsens118
@brtgiononsens118 18 күн бұрын
Hi John, I'm new to FPGA design boards. Do you have any videos explaining EEPROM programming for your FPGA board?, im trying to desing my own
@JohnsBasement
@JohnsBasement 18 күн бұрын
@@brtgiononsens118 I haven't recorded that particular one yet. That actually is filled with a lot of subtleties. Thanks for reminding me. Maybe I'll do that one next.
@JohnsBasement
@JohnsBasement 18 күн бұрын
I'm sure I show me doing it and running the script that comes with the software that I use on raspberry pi. From there you can reverse engineer the script that's in there, but I admit it's filled with some voodoo.
@JohnsBasement
@JohnsBasement 18 күн бұрын
@@brtgiononsens118 on just about every fpga board that you can buy, you can use a JTAG programmer.... Which works a bit differently but it is more standard than the way I do it. But if you don't have one and or you don't want to buy one, it's cheaper to do it the way I do it..... Or at least it was 9 years ago when I first designed it to be used as a peripheral for a raspberry pi.
@brtgiononsens118
@brtgiononsens118 18 күн бұрын
@@JohnsBasement I'll buy the JTAG still would like a standalone solution, ill watch it if you do the video, thanks so much, your videos been a lot of help.
@JohnsBasement
@JohnsBasement 18 күн бұрын
@brtgiononsens118 JTAG is the mainstream way to do it.
@ewetoo
@ewetoo Жыл бұрын
Great overview. It's wild how early you see these kinds of things on old hardware, especially the later versions of ISA cards.
@JohnsBasement
@JohnsBasement Жыл бұрын
Thanks!
@davidgari3240
@davidgari3240 Жыл бұрын
At first I thought he was strident and clumsy, but then his logic tied me up and raped me. Well done, Professor.
@JohnsBasement
@JohnsBasement Жыл бұрын
Not sure how to respond to this.... thanks?
FPGA #2 - Installing the Icestorm Toolchain
31:34
John's Basement
Рет қаралды 2,7 М.
The History of the FPGA: The Ultimate Flex
18:08
Asianometry
Рет қаралды 350 М.
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
Programmable Array Logic (PAL) Explained | Digital Electronics
21:43
ALL ABOUT ELECTRONICS
Рет қаралды 16 М.
Get Started With FPGAs and Verilog in 13 Minutes!
13:30
Doctor Volt
Рет қаралды 38 М.
Architecture All Access: Modern FPGA Architecture | Intel Technology
20:48
I built my own 16-Bit CPU in Excel
15:45
Inkbox
Рет қаралды 1,6 МЛН
Catching up with async Rust
17:55
fasterthanlime
Рет қаралды 23 М.
Driving a VGA Display?! Getting started with an FPGA! (TinyFPGA)
11:26
HOW TRANSISTORS RUN CODE?
14:28
Core Dumped
Рет қаралды 609 М.
#756 Basics: PAL GAL Programmable Logic
35:31
IMSAI Guy
Рет қаралды 21 М.
EEVblog #496 - What Is An FPGA?
37:44
EEVblog
Рет қаралды 773 М.
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН