Digital Logic Design
Digital Logic Design
  • 24
  • 89 115
Verilog Hardware Level Module, Altera DE1-SoC Device
Write a Verilog hardware level module using slider switches as circuit input and LEDs as circuit output. Configure device settings and import pin assignments. Advice on dealing with warnings.
มุมมอง: 527

วีดีโอ

Altera DE1-SoC FPGA Switch Input, LED output
มุมมอง 2.5K2 ปีที่แล้ว
This is an introduction to using the switch inputs and LED outputs on the Altera DE1-SoC FPGA development board. Learn how to select the correct hardware device, write a Verilog module that shows slide and push-button inputs states on the red LEDs and import pin assignments.
Minterms Demystified
มุมมอง 412 ปีที่แล้ว
What is a minterm? How are minterms formed? How are minterms used?
Maxterms Demystified
มุมมอง 202 ปีที่แล้ว
What is a maxterm? How are maxterms formed? How do we use maxterms?
How to write Verilog Bitwise Operator Modules
มุมมอง 3352 ปีที่แล้ว
Learn to translate Boolean logic circuit expressions into Verilog hardware description modules using bitwise operators for AND, OR, NOT. Instantiate and simulate the modules. Use the RTL Views to see the hardware schematic synthesis of the language constructs.
How to write and instantiate Verilog Gate Primitive Modules
มุมมอง 5232 ปีที่แล้ว
Learn to translate Boolean logic circuit expressions into Verilog hardware description modules using gate primitives such as AND, OR, NOT. Instantiate and simulate the modules. Use the RTL Views to see the hardware schematic synthesis of the language constructs.
Quartus Week 2 Tutorial
มุมมอง 3202 ปีที่แล้ว
Multiple Schematic Files in Project, Add/Remove Files from project, Create/update block symbols, Top Level entity, naming simulations
How to create a Quartus Functional Simulation
มุมมอง 3.4K2 ปีที่แล้ว
Learn how to generate a logic gate functional simulation using Quartus Prime Lite software. Set up the project environment. Draw a schematic using not, wire, and, or, and xor gates. Create and configure the simulation settings to produce the functional simulation output.
How to instantiate a Verilog module, part 2, bus signals
มุมมอง 1.5K3 ปีที่แล้ว
Module instantiation is often a tricky subject for students learning a hardware description language. It's often easier to understand block schematic diagrams as they provide a visual reference for wiring connections. We create a block schematic solution and then use it to understand how to create the same system with Verilog. The Verilog solution explains using named instantiation to wire (con...
How to instantiate a Verilog Module, part 1
มุมมอง 4.1K3 ปีที่แล้ว
Module instantiation is often a tricky subject for students learning a hardware description language. It's often easier to understand block schematic diagrams as they provide a visual reference for wiring connections. We create a block schematic solution and then use it to understand how to create the same system with Verilog. The Verilog solution explains using named instantiation to wire (con...
Programming DE1-SoC using Quartus Prime Lite 18.1
มุมมอง 7K3 ปีที่แล้ว
After installing Quartus Prime Lite 18.1 software, we verify Windows recognizes the DE1-SoC development board. The demonstration includes creating a Quartus project, writing a Verilog module that uses switches to turn on red LEDs, and the tricks needed to upload the program to the DE1-SoC.
Clock Division: 50 MHz to 1 Hz, part 2
มุมมอง 4.4K6 ปีที่แล้ว
Create a hardware level schematic for the 1Hz clock circuit and program it to an Altera DE2 board. LEDR1 was unexpectedly turning on with the clock signal, simply because I had a second output pin wired to clock[0] as well. The output pin labeled clock[7..0] should be removed, with only a bus wire output connected to the one_hz circuit symbol, named clock[7..0]
Clock Division: 50 MHz to 1 Hz, part 1
มุมมอง 18K6 ปีที่แล้ว
Use Quartus II Web Edition software to create a block schematic clock divider circuit. The input reference clock is 50 MHz. Divide by 5 and divide by 10 circuits are used to derive a 1 Hz clock.
Finite State Machine Sequence Detect 110, Part 4
มุมมอง 9587 ปีที่แล้ว
Develop the D input state equations and draw the schematic.
Finite State Machine Sequence Detect Part 4
มุมมอง 2537 ปีที่แล้ว
Develop D flip flop state equations, draw schematic
Finite State Machine Sequence Detect 110, Excitation Tables
มุมมอง 1.5K7 ปีที่แล้ว
Finite State Machine Sequence Detect 110, Excitation Tables
Finite State Machine Sequence Detect 110, part 2
มุมมอง 3K7 ปีที่แล้ว
Finite State Machine Sequence Detect 110, part 2
Finite State Machine Sequence Detection, Part 1
มุมมอง 1.8K7 ปีที่แล้ว
Finite State Machine Sequence Detection, Part 1
D flip flops
มุมมอง 9727 ปีที่แล้ว
D flip flops
D Latch
มุมมอง 4517 ปีที่แล้ว
D Latch
Seven Segment Display Verilog Case Statements
มุมมอง 28K7 ปีที่แล้ว
Seven Segment Display Verilog Case Statements
Seven Segment Display Exercise
มุมมอง 7K7 ปีที่แล้ว
Seven Segment Display Exercise
Intro to Quartus II Web Edition Simulation
มุมมอง 2.2K8 ปีที่แล้ว
Intro to Quartus II Web Edition Simulation
Signed Number Systems, Part 1
มุมมอง 1358 ปีที่แล้ว
Signed Number Systems, Part 1