ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

41,426 results

Related queries

4 to 2 encoder verilog code

8 to 3 encoder verilog code

multiplexer verilog code

verilog code for priority encoder

behavioral modeling in verilog

modelsim installation

magnitude comparator

3x8 decoder using 2x4 decoder

LEARN THOUGHT
Design a Verilog Code for 2 to 4 Decoder | VLSI Design | S VIJAY MURUGAN

This video discussed about Verilog HDL programming concept of 2 to 4 decoder circuit. https://youtu.be/Xcv8yddeeL8 - Full Adder ...

10:50
Design a Verilog Code for 2 to 4 Decoder | VLSI Design | S VIJAY MURUGAN

17,079 views

3 years ago

Explore Electronics
Decoder 2: 4 | verilog code for 2 to 4 decoder in data flow and behavioral description

2:4 decoder is explained with its truth table, logical circuit and verilog code. Follow for placement & career guidance: ...

7:38
Decoder 2: 4 | verilog code for 2 to 4 decoder in data flow and behavioral description

4,615 views

2 years ago

Anas Salah Eddin
21 - Describing Decoders in Verilog

... called it um generic or decoder generic and it contains the generic decoder code or it will contain it okay so first what we need to ...

23:30
21 - Describing Decoders in Verilog

6,310 views

4 years ago

Electro DeCODE
Verilog Code for 2 to 4 Decoder in Modelsim with TestBench | Verilog Tutorial

This video provides you details about how can we design a 2 to 4 Decoder using Dataflow Level Modeling in ModelSim. The ...

13:17
Verilog Code for 2 to 4 Decoder in Modelsim with TestBench | Verilog Tutorial

28,937 views

5 years ago

Adithya
#14 decoder using Verilog || Eda Playground

you can go through the code github : https://github.com/adithyapuvvada/Verilog.git.

15:36
#14 decoder using Verilog || Eda Playground

165 views

1 year ago

PlanetSkillzz
Decoder concept and EDA Playground Verilog coding

Here is the link to the digital electronics playlist: ...

10:22
Decoder concept and EDA Playground Verilog coding

795 views

2 years ago

FN_AUST
Verilog code of Decoder circuit

Decoder. B. Foreign. Always. Foreign. It zero zero zero one similarly two with zero one jonathan four beat. Have four bit auto shop ...

16:40
Verilog code of Decoder circuit

694 views

5 years ago

LEARN THOUGHT
How to Write 2 to 4 Decoder Verilog HDL Program? // Behavioral Model // S Vijay Murugan

This video help to learn verilog hdl program for 2 to 4 decoder using behavioral modeling. #Learnthought #veriloghdl #verilog ...

9:41
How to Write 2 to 4 Decoder Verilog HDL Program? // Behavioral Model // S Vijay Murugan

6,204 views

2 years ago

ALL ABOUT ELECTRONICS
Decoder Explained | What is Decoder? Applications of Decoder | 5 to 32 Decoder using 3 to 8 Decoders

In this video, what is decoder, different applications of the decoder, and the logic circuit of the decoder are explained.

21:50
Decoder Explained | What is Decoder? Applications of Decoder | 5 to 32 Decoder using 3 to 8 Decoders

518,810 views

3 years ago

People also watched

Visual Electric
The best way to start learning Verilog

I use AEJuice for my animations — it saves me hours and adds great effects. Check it out here: ...

14:50
The best way to start learning Verilog

226,691 views

4 years ago

Md Abu Shayem
4 to 16 Decoder Using 3 to 8 Decoder Verilog (HDL) Code.

CODE: module Dec4to16c (e,a,b,c,y); input e,a,b,c; output [15:0] y; wire e0,a0,b0,c0; not (e0,e); not (a0,a); not (b0,b); not (c0,c); ...

18:22
4 to 16 Decoder Using 3 to 8 Decoder Verilog (HDL) Code.

5,299 views

5 years ago

ECTE- Laboratory
How to write Verilog HDL module for 3 to 8 Decoder using ModelSim

After this video, you will be able to. 1. To Write the Verilog HDL module using ModelSim 2. To Write 3 to 8 Decoder Verilog HDL ...

8:28
How to write Verilog HDL module for 3 to 8 Decoder using ModelSim

4,508 views

5 years ago

Route2basics
Verilog code of 4x1 Multiplexer

In this video we teach how to code a multiplexer in verilog.

5:28
Verilog code of 4x1 Multiplexer

38,961 views

9 years ago

Maharshi Sanand Yadav T
Write a Verilog HDL Program in Behavioral Model for 8:3 Encoder || Digital Design || #veriloghdl

This video includes a step-by-step explanation of the logic design, Verilog code walkthrough, waveform simulation, and output ...

11:53
Write a Verilog HDL Program in Behavioral Model for 8:3 Encoder || Digital Design || #veriloghdl

3,940 views

3 years ago

Brahmesh S M
VHDL Code For 3 To 8 Decoder

Hi one and all in this video we shall learn how to write the bstl code for 328 decoder more specifically we shall learn how to ...

15:16
VHDL Code For 3 To 8 Decoder

17,291 views

4 years ago

Route2basics
Verilog Code for BCD to Seven Segment Converter

In this Video we discuss how to create a BCD to 7 seg converter BCD :-https://www.youtube.com/watch?v=-QEZ-w4tP6g 7 ...

9:55
Verilog Code for BCD to Seven Segment Converter

26,274 views

9 years ago

EC MRIT
Verilog program for 2:4 Decoder using NAND gates | HDL Lab | ECE | 5th sem | 18ECL58 | 17ECL58 | VTU

Verilog program for 2:4 Decoder realization using NAND gates only.

10:02
Verilog program for 2:4 Decoder using NAND gates | HDL Lab | ECE | 5th sem | 18ECL58 | 17ECL58 | VTU

7,429 views

5 years ago

BhanuEduTech
Simple 3 to 8 bit decoder implementation by VHDL/Verilog in Xilinx

In this video we are going to Design 3 to 8 Decoder in Xilinx using Verilog/VHDL Download the code here: ...

5:32
Simple 3 to 8 bit decoder implementation by VHDL/Verilog in Xilinx

1,673 views

4 years ago

Electro DeCODE
How to Create 7 Segment Controller in FPGA using Verilog? | FPGA Programming in Vivado| Nexys 4 FPGA

... Seven segment 9:50 Seven segment on Nexys 4 (FPGA) Board 12:50 Verilog Code of Seven Segment interfacing with switches ...

32:57
How to Create 7 Segment Controller in FPGA using Verilog? | FPGA Programming in Vivado| Nexys 4 FPGA

32,607 views

3 years ago

Maharshi Sanand Yadav T
Write a Verilog HDL program for 3:8 Decoder realization through 2:4 Decoder | #verilog #decoder

YouTube Description (1000 characters): In this video, we explain how to design a 3:8 decoder using two 2:4 decoders in Verilog ...

11:27
Write a Verilog HDL program for 3:8 Decoder realization through 2:4 Decoder | #verilog #decoder

6,055 views

3 years ago

Jonathan - EE Content
2 to 4 , 3 to 8, 4 to 16 and 5 to 32 bit Decoders in SystemVerilog 👀

In this video I have continued from the previous video in which I designed a 2 to 4 bit decoder. The main idea behind development ...

28:52
2 to 4 , 3 to 8, 4 to 16 and 5 to 32 bit Decoders in SystemVerilog 👀

369 views

4 years ago

LEARN THOUGHT
Design of 8 to 3 Encoder Using Verilog HDL | VLSI Design | S VIjay Murugan

... Operators https://youtu.be/vAUN-jxgUok - 2to4 Decoder Verilog Program https://youtu.be/uiQuoUxPJZY - Design 8to3 Encoder ...

11:14
Design of 8 to 3 Encoder Using Verilog HDL | VLSI Design | S VIjay Murugan

11,722 views

3 years ago

First 10 Hours : Digital Logic with Verilog HDL
Decoder 2 to 4 and Testbench in VerilogHDL
6:31
Decoder 2 to 4 and Testbench in VerilogHDL

1,053 views

7 years ago

Ovisign Verilog HDL Tutorials
How to design a Hamming74 Decoder for FPGA using Verilog

Design a Hamming74 Decoder for FPGA using Verilog HDL and Modelsim! This Verilog Hamming74 and Hamming84 decoder ...

10:33
How to design a Hamming74 Decoder for FPGA using Verilog

1,870 views

3 years ago

Electronics techie_T
VERILOG CODE EXPLANATION FOR 3:8 DECODER

A 3-to-8 Decoder is a digital circuit that takes 3 input bits and converts them into 8 unique outputs. Each combination of the input ...

9:10
VERILOG CODE EXPLANATION FOR 3:8 DECODER

75 views

3 months ago

Anas Salah Eddin
22 - Describing Encoders in Verilog

... of combinational circuit building blocks and specifically they perform a function that is the opposite of that of a decoder so let me ...

25:56
22 - Describing Encoders in Verilog

4,818 views

4 years ago

Maharshi Sanand Yadav T
Verilog HDL Program in Behavioral Modeling for 2x4 Decoder | DSDV Lab | Digital Design

Description (within 1000 characters): In this video, learn how to write a Verilog HDL program using behavioral modeling for a 2x4 ...

12:29
Verilog HDL Program in Behavioral Modeling for 2x4 Decoder | DSDV Lab | Digital Design

2,098 views

3 years ago