Monday, December 27, 2010

Barrel Shifter


Barrel shifter at behavioural level:


module barr_shf (data , amount ,type, out);
input [3:0] data;
input [1:0] amount , type;
output reg [3:0] out;
always @ (type or amount or out or data)
case (type)  
0: out = data >> amount;   
1: out = data << amount;


Mobile Ad-hoc Networks (Routing)

Atta ullah shah bukhari

Friday, December 10, 2010

Mobile ad hoc Networks





ABSTRACT:

                                 With the recent technological advances in wireless communication and the increasing popularity of portable computing devices, wireless and mobile ad hoc networks are expected to play an increasingly