Вы находитесь на странице: 1из 5

8/9/2015 Design of Parallel IN ­ Serial OUT Shift Register using Behavior Modeling Style (Verilog CODE).

 ~ Verilog Programming By Naresh Singh Dobal

    Search  

HOME VERILOG PROGRAMS VERILOG DESIGNS PROJECTS TUTORIALS ASSIGNMENTS ABOUT US CONTACT US TESTIMONIAL

Search Here
VHDL Projects Design of Parallel IN ­ Serial OUT Shift Register
using Behavior Modeling Style (Verilog CODE). Search

 23:36   Naresh Singh   2 comments


FaceBook Likes
Followers
Like Share 28,166 people like this. +2   Recommend this on Google
       
Join this site
with Google Friend Connect
Email Subscribe
Members (28)  More »
Email address... Submit

Design of Parallel In ­ Serial OUT Shift Register using
Powered by Blogger. Behavior Modeling Style ­

About Me

Already a member? Sign in

Digital clock
NARE S H  S I NGH 
Follow 78
22:38:49
V I E W  M Y   COM P LE T E
P ROF I LE
Output Waveform :  Parallel IN ­ Serial OUT Shift Register Total Pageviews
 

Popular Posts 280,550
Design of
Parallel IN ­
Verilog CODE ­
Archives
Serial OUT
Shift Register ▼  2013 ( 108 )
using
►  November ( 8 )
Behavior
Modeling Style (Verilog //­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­ ▼  July ( 100 )
CODE). // The Three Basic
Design of Parallel In ­ Serial // Title       : parallel_in_serial_out Element inside a
OUT Shift Register using Computer Chip ­
Behavior Modeling Style ­ // Design      : vhdl_upload2
Output Waveform :  Parallel // Author      : Naresh Singh Dobal Let's start with making
IN ­ Serial OUT Shi... // Company     : nsdobal@gmail.com a Semiconductor
Chip ­
4 to 1 // Verilog HDL Programs &  Exercise with Naresh Singh Dobal.
Multiplexer // Let's Know about our
Design using Semiconductor
Logical //­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­ Industry ­
Expression //
Computer Chips are
(Verilog // File        : Parallel IN ­  Serial OUT Shift Register.v Every­Where
CODE)
(Application of Ele...
4 to 1 Multiplexer Design
using Logical Expression Very Important
 (Data Flow Modeling Style)­ module parallel_in_serial_out ( din ,clk ,reset ,load ,dout ); ACRONYMS &
Output Waveform : 4 to 1 TERMS of
Multiplexer Program ­ ... Semiconductor I...
output dout ;
1 : 4 Electronics ­ Trends
reg dout ; Setting Points
World of Integrated
input [3:0] din ; Chips AND
wire [3:0] din ; Electronic Design ­
Demultiplexer Design input clk ;
using Gates (Verilog Design of 8 to 3 Parity
CODE). wire clk ; Encoder using if ­
else sta...

http://verilogbynaresh.blogspot.in/2013/07/design­of­parallel­in­serial­out­shift.html 1/5
8/9/2015 Design of Parallel IN ­ Serial OUT Shift Register using Behavior Modeling Style (Verilog CODE). ~ Verilog Programming By Naresh Singh Dobal
1 : 4   Demultiplexer Design input reset ; Design of 8 : 3 Parity
using Logical Gates (Data Encoder using
wire reset ;
Flow Modeling Style)­ Output conditional o...
WaveForm : 1 : 4 input load ;
Demultiplexer Program­ //­... wire load ; Design of 8 nibble
queue using Behavior
Design of 4 Modeling S...
Bit reg [3:0]temp;
Comparator Design of 8 nibble
using Stack using Behavior
Behavior always @ (posedge (clk)) begin Modeling S...
Modeling  if (reset) Design of Parallel IN ­
Style (Verilog CODE) Serial OUT Shift
  temp <= 1;
Design of 4 Bit Comparator Register ...
using Behavior Modeling  else if (load)
Style ­ Output Waveform : 4   temp <= din; FPGA / CPLD Based
Bit Comparator Design Project
 else begin
Verilog CODE ­ //­... System Design using
  dout <= temp[3];
Design of JK Loop Statements
  temp <= {temp[2:0],1'b0}; (Behavior Mode...
Flip Flop
using
 end
Sample Programs for
Behavior end Basic Systems using
Modeling Verilog HD...
Style (Verilog
endmodule Design of 4 Bit Adder
CODE) ­
Design of JK Flip Flop using cum Subtractor using
Behavior Modeling Style ­ Loops (...
Output Waveform :   JK Flip Design of 4 Bit
Flop Verilog CODE ­ //­­­­­­­­­ Subtractor using
Newer Post Home Older Post
­­­­­­­­... Loops (Behavior M...
Design of 2 comments : Design of 4 Bit Adder
Frequency using Loops
Divider (Behavior Modeli...
(Divide by 10) Manasa Hegde said...
using Design of Stepper
Behavior plzz give the testbench code for this... Motor Driver (Half
Modeling Style (Verilog Step) using B...
CODE) ­ 22 October 2013 at 00:37 Design of Stepper
Design of Frequency Divider Motor Driver (Full
(Divide by 10) using Step) using B...
Behavior Modeling Style ­
ANIL KUMAR said... Design of First In ­ First
Output Waveform :  
Frequency Divider (Divide by Out (FIFO) Register
plzz write the same code to run for 8 times usi...
10)....
Design of 4 18 April 2014 at 01:50
Design of 8 Nibble RAM
Bit Adder (memory) using
using 4 Full Behavior Mod...
Adder Post a Comment Design of 8 Nibble ROM
Structural (Memory) using
Modeling Behavior Mod...
Style (Verilog Code)
Design of 4 Bit Adder using Sensor Based Traffic
4 Full Adder (Structural Enter your comment... Light Controller using
Modeling Style) ­ Output FSM Te...
Waveform :  4 Bit Adder
Timer Based Single
using 4 Full Adder Verilog...
Way Traffic Light
Design of Controller us...
Comment as:  Google Account
Serial In ­ Design of ODD Counter
Serial Out using FSM
Shift Register Technique (Verilog...
using D Flip Publish
  Preview
Flop Design of Frequency
(Structural Modeling Style) Dividers in Verilog
(Verilog CODE). HDL
Design of Serial IN  ­ Serial Counters Design in
OUT Shift Register using  D Verilog HDL.
Flip Flop (Structural
Modeling Style).. Output Design of MOD­6
Waveform :  Serial IN  ­  ... Counter using
Behavior Modeling
Binary To St...
Gray Code
Converter Design of BCD Counter
using Logical using Behavior
Gates Modeling Styl...
(Verilog
Design of Integer
CODE).
Counter using
Binary To Gray Code Behavior Modeling ...
Converter using Logical
Gates (Data Flow Modeling Design of 4 Bit Binary
Style)­ Output Waveform : Counter using
Binary To Gray Code Behavior Mode...

http://verilogbynaresh.blogspot.in/2013/07/design­of­parallel­in­serial­out­shift.html 2/5
8/9/2015 Design of Parallel IN ­ Serial OUT Shift Register using Behavior Modeling Style (Verilog CODE). ~ Verilog Programming By Naresh Singh Dobal
Converter Ver... Design of 2 Bit Binary
Counter using
Design of
Behavior Mode...
Serial IN ­
Parallel OUT Design of Frequency
Shift Register Divider (Divide by 10)
using using B...
Behavior
Modeling Style (Verilog Design of Frequency
CODE)­ Divider (Divide by 8)
using Be...
Design of Serial IN ­ Parallel
Out Shift Register using Design of Frequency
Behavior Modeling Style ­ Divider (Divide by 4)
Output Waveform :   Serial using Be...
IN ­ Parallel OUT   ...
Design of Frequency
Divider (Divide by 2)
using Be...
Modeling Styles in
Verilog HDL
How to use CASE
Statements in
Behavior Modeling
St...
How to use IF­ELSE
Statements in
Behavior Modeling...
Design of 4 Bit
Comparator using
Behavior Modeling...
Design of Binary To
GRAY Code
Converter using
CASE...
Design of GRAY to
Binary Code
Converter using if­e...
Small Description about
Behavior Modeling
Style in...
Design of Parallel IN ­
Parallel OUT Shift
Registe...
Design of Serial IN ­
Parallel OUT Shift
Register ...
Design of Serial IN ­
Serial OUT Shift
Register us...
Design of SR Latch
using Behavior
Modeling Style (...
Design of D­Latch using
Behavior Modeling
Style (V...
Design of Toggle Flip
Flop using Behavior
Modeling...
Design of JK Flip Flop
using Behavior
Modeling Sty...
Design of SR (Set ­
Reset) Flip Flop
using Behavio...
Design of D­Flip Flop
using Behavior
Modeling Styl...
Design of BCD to 7
Segment Driver for
Common Catho...
Design of BCD to 7
Segment Driver using
IF­ELSE St...
Design of GRAY to
Binary Code
http://verilogbynaresh.blogspot.in/2013/07/design­of­parallel­in­serial­out­shift.html 3/5
8/9/2015 Design of Parallel IN ­ Serial OUT Shift Register using Behavior Modeling Style (Verilog CODE). ~ Verilog Programming By Naresh Singh Dobal
Converter using
CASE...
Design of Binary to
GRAY Code
Converter using if­e...
Design of 2 to 4
Decoder using CASE
Statements (Be...
Design of 4 to 2
Encoder using CASE
Statements (Be...
Design of 1 to 4
Demultiplexer uisng
CASE Statemen...
Design of 4 to 1
Multiplexer using
case statements...
Design of 2 to 4
Decoder using if­else
statements ...
Design of 4 to 2
Encoder using if ­
else statements...
Design of 1 to 4
Demultiplexer using
IF­ELSE state...
Design of 4 to 1
Multiplexer using if ­
else statem...
Design of Master Slave
Flip Flop using D Flip
Flo...
Design of toggle Flip
Flop using D Flip
Flop (Stru...
Design of Parallel IN ­
Parallel OUT Shift
Regis...
Design of 4 Bit Serial IN
­ Parallel OUT Shift...
Design of Serial In ­
Serial Out Shift
Register u...
Design of 4 Bit Adder
cum Subtractor using
xor Gat...
Design of 4 Bit Adder
cum Subtractor using
Structu...
Design of 4 Bit
Subtractor using
Structural Modeli...
Design of 4 Bit Adder
using 4 Full Adder
Structura...
Design of 2 to 1
Multiplexer using
Gate Level Mode...
Small Description about
Gate Level Modeling
Style ...
Conditional Operator
(Data Flow Modeling
Style) Ve...
Design of 2 Bit
Comparator using
Conditional Opera...
Design of BCD to 7
Segment Driver for
Common Anode...
Design of BCD to 7

http://verilogbynaresh.blogspot.in/2013/07/design­of­parallel­in­serial­out­shift.html 4/5
8/9/2015 Design of Parallel IN ­ Serial OUT Shift Register using Behavior Modeling Style (Verilog CODE). ~ Verilog Programming By Naresh Singh Dobal
Segment Driver for
Common Catho...
Design of Binary To
Excess3 Code
Converter using C...
Design of 2 : 4 Decoder
using Conditional
Operator...
Design of 4 : 2 Encoder
using Conditional
Operator...
Design of 1 :4
Demultiplexer using
Conditional Ope...
Design of 4 : 1
Multiplexer using
Conditional Oper...
Digital System Design
using Logical
Expression (Ve...
Design of Gray to
Binary Code
Converter using
Logi...
Binary To Gray Code
Converter using
Logical Gates ...
Design of 1 Bit
Comparator using
Logical Gates (V...
4 : 2 Encoder using
Logical Gates
(Verilog CODE).
2 : 4 Decoder using
Logical Gates
(Verilog CODE).
Half Subtractor Design
using Logical
Expression (V...
1 : 4 Demultiplexer
Design using Gates
(Verilog CO...
4 to 1 Multiplexer
Design using Logical
Expression...
Full Subtractor Design
using Logical Gates
(Verilo...
Full Adder Design using
Logical Expression
(Verilo...
Half Adder Design using
Logical Expressions
(Veril...
Logical Operators test
in Verilog HDL
Design
Simple AND Gate
Design using Verilog
HDL
Small Description about
Data Flow Modeling
Style i...

Copyright © 2011 Verilog Programming By Naresh Singh Dobal | Powered by Blogger

Design by Wordpress Theme | Bloggerized by Free Blogger Templates | coupon codes

http://verilogbynaresh.blogspot.in/2013/07/design­of­parallel­in­serial­out­shift.html 5/5

Вам также может понравиться