Showing posts with label Digital Circuit Design. Show all posts
Showing posts with label Digital Circuit Design. Show all posts

Monday, August 2, 2021

Thursday, July 29, 2021

Wednesday, July 28, 2021

Tuesday, July 27, 2021

Verilog HDL Examples - Design of an Event Detector (Circuit Design)

Problem : Design a circuit which detects and event (for one clock cycle) whenever there is a change (Either rising edge or falling edge)in the input signalSolution : 1) The input signal is asynchronous to the Event Detector logic domain -Note: The data_in must come out of a register from the source...

Thursday, July 22, 2021

Verilog HDL Examples - Design of Gray Code Counter (For FIFO Design)

Gray Code : - Named after Frank Gray- Known as reflected binary code (RBC), - Also known just as reflected binary (RB) or Gray Code - An ordering of the binary numeral system such that two successive values differ in only one bit (binary digit) Decimal(Base 10) Binary...