FPGA #12 - Verilog Always Pt. I (Combinational Circuits)

Поділитися
Вставка
  • Опубліковано 8 вер 2024
  • Using the Verilog always construct to define combinational circuits.
    Related Github repo:
    github.com/joh...
    You can support this channel on Patreon! / johnsbasement
    This video is part of a UA-cam Playlist: • FPGA
    Music used in this video (Vibe Tracks, Alternate) was downloaded from the UA-cam Audio Library: www.youtube.co...
    #verilog

КОМЕНТАРІ • 8

  • @axelanderson2030
    @axelanderson2030 5 місяців тому +4

    Looks like I'm in for a ride! I am very honoured as a young person to have such an experienced individual talk about verilog!

    • @JohnsBasement
      @JohnsBasement  5 місяців тому +3

      Tis I that am honored with such praise!

  • @jamesross3939
    @jamesross3939 5 місяців тому +1

    Well done and very informative!

  • @captaindunsell8568
    @captaindunsell8568 5 місяців тому

    In the 80s at Andor Systems in Cupertino… Dr. Amdahl’s last mainframe venture … we created, in pascal, compile code simulation. We wrote the entire mainframe in pascal, each subroutine was a chip, that after all the simulation, we wrote our own silicon compiler that used the same source code that was used with the simulation. The verification process was output from the simulation of the pins of the chip at each clock cycle .
    This process allowed us to got into production with REV 1 chips… at that time we used 256k gate arrays from NEC…

    • @captaindunsell8568
      @captaindunsell8568 5 місяців тому

      My chief engineer works for Cadence as their senior field application engineer… aka super customer support

    • @JohnsBasement
      @JohnsBasement  5 місяців тому

      Holy cow!!! Now that is some simulation!!!

    • @pentachronic
      @pentachronic 5 місяців тому

      I have a full top level bench with back annotated RTL simulation with models running on a chip with 1M gates. Works well. Verilog + System Verilog.