Lavanya1533 / Verilog_Coding_Practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verilog_Coding_Practice

First Verilog Phrase using three different modeling styles

  1. Structural modeling (uses pre-defined primitives in library)
  2. Dataflow modeling (Uses concurrent assignment statement)
  3. Behavioral modeling (uses always block)

Above three modeling styles are used to design

  1. 4-bit comparator
  2. 2:1 Mux

About


Languages

Language:Verilog 98.9%Language:Coq 1.1%