FPGA #1 - An Overview of Programmable Logic Devices

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 มิ.ย. 2023
  • A look at PAL, PLA, CPLD, and FPGA devices.
    You can support this channel on Patreon! / johnsbasement
    This video is part of a TH-cam Playlist: • FPGA
    My lectures and handout on Boolean Algebra can be found here: faculty.cs.niu.edu/~winans/CS...
    Direct links to the lectures are:
    • Boolean Algebra (part 1)
    • Boolean Algebra (part 2)
    My Boolean Algebra handout is here:
    github.com/Architecture-And-O...
    Music used in this video (Vibe Tracks, Alternate) was downloaded from the TH-cam Audio Library.
    #fpga
    #ICE40HX
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 33

  • @velvetsound
    @velvetsound ปีที่แล้ว +9

    Finally a series on the FPGA that’s going to be for normal humans! Looking forward to this series. Thank you!

  • @PebblesChan
    @PebblesChan ปีที่แล้ว +3

    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 ปีที่แล้ว +1

      ...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).

  • @PebblesChan
    @PebblesChan ปีที่แล้ว +3

    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  ปีที่แล้ว +1

      I decided to let this topic go until I explain what a LUT is.. since that is pretty much the same thing.

  • @DennoWiggle
    @DennoWiggle ปีที่แล้ว +2

    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.

  • @symosys
    @symosys 5 หลายเดือนก่อน

    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  5 หลายเดือนก่อน

      Thanks. I hope I won't let you down!

  • @gregorymccoy6797
    @gregorymccoy6797 ปีที่แล้ว

    Really getting a late start with this video... Looking forward to it. I have always wanted to get into FPGAs.

  • @sparkybrit
    @sparkybrit ปีที่แล้ว

    Another awesome topic. I’m Looking forward to the rest of the series.

    • @JohnsBasement
      @JohnsBasement  ปีที่แล้ว

      Thanks! I look forward to recording it!

  • @ami6packs
    @ami6packs ปีที่แล้ว +1

    actively looking forward to this series

  • @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!

  • @jchidley
    @jchidley 9 หลายเดือนก่อน +1

    I am so glad that I found your channel and this video

    • @JohnsBasement
      @JohnsBasement  9 หลายเดือนก่อน

      Thanks for letting me know!

  • @PebblesChan
    @PebblesChan ปีที่แล้ว +1

    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  ปีที่แล้ว +1

      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.

  • @stevepa3416
    @stevepa3416 11 หลายเดือนก่อน

    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  11 หลายเดือนก่อน

      Thanks! It is good to have aboard.

  • @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.

  • @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  ปีที่แล้ว +1

      These are all great questions! I hope I can clarify each one.

  • @tombouie
    @tombouie 5 หลายเดือนก่อน

    Thks & I've been trying to figure-out how to start

  • @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.

  • @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

  • @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  ปีที่แล้ว +1

      Not sure how to respond to this.... thanks?