Author name: vlsitrainers.com

Verilog lexical conventions

Understanding Verilog Lexical Conventions Verilog, a hardware description language (HDL), is widely used for modeling digital systems. Its syntax and structure are influenced by the C programming language, making it accessible to those familiar with C. A fundamental aspect of Verilog is its lexical conventions, which define the basic building blocks of the language. These

Verilog lexical conventions Read More »

APB Protocol

 Introduction: Advanced Peripheral Bus (APB) is the part of Advanced Microcontroller Bus Architecture (AMBA) family protocols. The Latest version of APB is v2.0, which was a part of AMBA 4 release. It is a low-cost interface and it is optimized for minimal power consumption and reduced interface complexity. Unlike AHB, it is a Non-pipelined protocol,

APB Protocol Read More »

UNIT-V Sequential Circuit Description Component test and Verification

SEQUENTIAL MODELS In digital circuits, storage of data is done either by feedback, or by gate capacitances that are refreshed frequently. Pending : Fig.181 Sequential models FEEDBACK MODEL: Pending : Fig.182 Feedback Mode CAPACITIVE MODEL Pending : Fig.183Capacitive model When c becomes 1 the value of D is saved in the input gate of the

UNIT-V Sequential Circuit Description Component test and Verification Read More »

UNIT-IV SWITCH LEVEL MODELLINGSYSTEM TASKS, FUNCTIONS, AND COMPILER DIRECTIVES

In today’s environment the MOS transistor is the basic element around which a VLSI is built. Designers familiar with logic gates and their configurations at the circuit level may choose to do their designs using MOS transistors. Verilog has the provision to do the design description at the switch level using such MOS transistors. Switch

UNIT-IV SWITCH LEVEL MODELLINGSYSTEM TASKS, FUNCTIONS, AND COMPILER DIRECTIVES Read More »

Scroll to Top