Digital Design - Expert Advise
Enhance knowledge in Digital VLSI domain - By Rahul Jain
_TOP_MENU
VLSI Update
Career Growth in VLSI Industry
The Future of Semiconductor
Semiconductor Companies
VERILOG_RTL
Count 0's n 1's
SYNC n ASYNC FF
Pattern Detection
GREY TO BINARY CONV
FIR FILTER
PARITY CHECKER
SQUARE ROOT
ROUND ROBIN ALGO
BINARY TO 7-SEGMENT
8-BIT ALU
BINARY TO GREY CONV
SYNCHRONOUS FIFO
EDGE DETECTOR
LOW Power Design
Low Power Design Verification
Low Power design Technique
RTL for Low Power Design
UPF for Low Power DesignLink 3
UPF Example
Retention Cells UPF
Link 3
Digital Design
Reset Recovery and Removal
NAND Gate using Mux
Async or Synchronous Reset for Asic
XOR gate using NAND
Error Correction n Detection
AHB or AXI or AMBA 2
I2C or CAN Protocol
MTBF
Link 3
Link 2
Link 3
Link 2
Link 3
Synthesis
SDC File
Samir Palnitkar Solution
Timing Constraint
Clock Gating Circuit
Interview Question
Target Library Vs Link Library
Link 2
Protocol
I2C IP
UART IP
SPI IP
MicroWire IP
Link 2
Link 2
Link 2
VLSI Quiz
Quiz 1: Digital design Fundamentals
Quiz2: Digital Design: CDC
Link 1
Interview QA
VLSI Interview Q/A
Interview Q/A on AXI Protocol
Interview Q/A on Digital Design
Interview Q/A General Topics
Interview Q/A on PCIe Express
Interview Q/A on Synthesis
Interview Q/A on IC Fabrication
Interview Q/A on Asynchronous FIFO
JOB Portal
JOBs in VLSI
JOB Portal Freshers
Moving to Finland ?
Sweden Salary for IT Professional
Limited entry scope for Freshers
10 Things to remember
Donate US
Donate us
div>
Mar 21, 2024
Quiz3 : Digital Design Fundamentals
Contents
1.
Verilog : Which one is perfect example for simulation and synthesis mismatch ?
always @(*)
always @(posedge clk ) { }
always @(a ) { b = a ; }
none
2.
Verilog: with operator "===" ,
Output can be 1,0 or X
Output can be 0 or 1
it is invalid operator
None
3.
Verilog: Which code will implement synchronous reset flop ?
always @(posedge clk or negedge reset) { }
always @(*) { }
always @ (posedge clk ) { }
None
4.
Verilog is a
web designing language
hardware description language
Full Stack developer
None
5.
Which is the case equality operator ?
==
===
!==
!=
6.
Which one is the bit-wise negation operator ?
$
&
~
!
7.
In procedural assignment ,value will assign to
net
wire
register
none
8.
Which one is the gatetype keyword ?
nmos
pmos
cmos
all of above
9.
Which one is having highest strength level ?
strong1
supply1
large1
pull1
10.
The Non-Blocking Procedural Assignment
The non-blocking procedural assignment allows you to schedule assignments without blocking the procedural flow
Syntax is
<=
The simulator evaluates the right-hand side and schedules the assignment of the new value to take place at a time specified by a procedural timing control.
All of above
Submit
Next
This quiz has been created using the tool
HTML Quiz Generator
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment