answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the difference between CD1 and MD1 Electric Hoist?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Electrical Engineering

How do you write Verilog code for modified booth encoder?

1.booth encoder module:module booth_encode(input [2:0] X,output reg[2:0] SDN);always @ (X)beginif(X==8'b000) SDN=3'b000;else if(X==3'b001) SDN=3'b100;else if(X==3'b010) SDN=3'b100;else if(X==3'b011) SDN=3'b010;else if(X==3'b100) SDN=3'b011;else if(X==3'b101) SDN=3'b101;else if(X==3'b110) SDN=3'b101;else if(X==3'b111) SDN=3'b000;else SDN=3'bx;endendmodule2.Booth decoder module:module booth_decoder(input [7:0] Y,input [2:0] beo,output reg[8:0] bdo);reg [8:0]A;reg [7:0]X;always @(Y,beo)begincase(beo)3'b000:bdo=9'b000000000;3'b100:bdo={1'b0,Y};3'b101:beginX=(~Y)+1'b1;bdo={1'b1,X};end3'b010:bdo={Y,1'b0};3'b011:beginA={Y,1'b0};bdo=(~A)+1'b1;endendcaseendendmodule3.carry save adder module:module csa(input [14:0] P0,input [12:0] P1,input [10:0] P2,input [8:0] P3,output [14:0] P);wire sb,sc,sd,se,sf,sg,sh,si,sj,sk,sl,sm,sb1,sc1,sd1,se1,sf1,sg1,sh1,si1,sj1,sk1,sl1,sm1,ca,cb,cc,cd,ce,cf,cg,ch,ci,cj,ck,cl,cm,ca1,cb1,cc1,cd1,ce1,cf1,cg1,ch1,ci1,cj1,ck1,cl1,c00,c01,c1,c2,c3,c4,c5,c6,c7,c8,c9,c10,c11;hah01(P0[0],1'b0,P[0],c00);ha h02(P0[1],1'b0,P[1],c01);ha h1(P0[2],P1[0],P[2],ca);ha h2(P0[3],P1[1],sb,cb);fa f01(P0[4],P1[2],P2[0],sc,cc);fa f02(P0[5],P1[3],P2[1],sd,cd);fa f03(P0[6],P1[4],P2[2],se,ce);fa f04(P0[7],P1[5],P2[3],sf,cf);fa f05(P0[8],P1[6],P2[4],sg,cg);fa f06(P0[9],P1[7],P2[5],sh,ch);fa f07(P0[10],P1[8],P2[6],si,ci);fa f08(P0[11],P1[9],P2[7],sj,cj);fa f09(P0[12],P1[10],P2[8],sk,ck);fa f010(P0[13],P1[11],P2[9],sl,cl);fa f011(P0[14],P1[12],P2[10],sm,cm);ha h3(sb,ca,P[3],ca1);ha h4(sc,cb,sc1,cb1);ha h5(sd,cc,sd1,cc1);fa f11(se,cd,P3[0],se1,cd1);fa f12(sf,ce,P3[1],sf1,ce1);fa f13(sg,cf,P3[2],sg1,cf1);fa f14(sh,cg,P3[3],sh1,cg1);fa f15(si,ch,P3[4],si1,ch1);fa f16(sj,ci,P3[5],sj1,ci1);fa f17(sk,cj,P3[6],sk1,cj1);fa f18(sl,ck,P3[7],sl1,ck1);fa f19(sm,cl,P3[8],sm1,cl1);ha h6(sc1,ca1,P[4],c1);fa f1(c1,sd1,cb1,P[5],c2);fa f2(c2,se1,cc1,P[6],c3);fa f3(c3,sf1,cd1,P[7],c4);fa f4(c4,sg1,ce1,P[8],c5);fa f5(c5,sh1,cf1,P[9],c6);fa f6(c6,si1,cg1,P[10],c7);fa f7(c7,sj1,ch1,P[11],c8);fa f8(c8,sk1,ci1,P[12],c9);fa f9(c9,sl1,cj1,P[13],c10);fa f10(c10,sm1,ck1,P[14],c11);endmodule4.half adder module:module ha(input a,input b,output sum,output carry);xor x1(sum,a,b);and a1(carry,a,b);endmodule5.full adder module:module fa(input a,input b,input c,output sum,output carry);wire w1,w2,w3;ha h1(a,b,w1,w2);ha h2(w1,c,sum,w3);or o1(carry,w2,w3);endmodule6.Final module:module final_module(input [7:0] X,input [7:0] Y,output [14:0] P);reg [2:0]a,b,c,d;wire [2:0]sdn1,sdn2,sdn3,sdn4;wire [8:0]p0,p1,p2,p3;wire [14:0]p00;wire [12:0]p01;wire [10:0]p02;always @(X)begina={X[1],X[0],1'b0};b={X[3],X[2],X[1]};c={X[5],X[4],X[3]};d={X[7],X[6],X[5]};endbooth_encode b1(a,sdn1);booth_decoder d1(Y,sdn1,p0);assign p00=p0[8]?{6'b111111,p0}:{6'b000000,p0};booth_encode b2(b,sdn2);booth_decoder d2(Y,sdn2,p1);assign p01=p1[8]?{4'b1111,p1[8:0]}:{4'b0000,p1[8:0]};booth_encode b3(c,sdn3);booth_decoder d3(Y,sdn3,p2);assign p02=p2[8]?{2'b11,p2}:{2'b00,p2};booth_encode b4(d,sdn4);booth_decoder d4(Y,sdn4,p3);csa c1(p00,p01,p02,p3,P);endmodule


Related questions

Where can I get 'The Sims 2' CD 1 from?

its supposed to come with the case cd1 and cd2.


Where is the air filter located on a 2003 Mercedes e220 cdi?

what is engine oil capicity of Mercedes e220 cd1.


How do you remove Microsoft office 97 professional edition without cd1?

Full description here: http://support.microsoft.com/default.aspx?scid=kb;en-us;158658


What frank zappa song was a prelude?

The Central Scrutinizer is track one from the first cd of 2 on the album Joe's Garage, with track nine on same cd1: Scrutinizer Postlude as the "follow up" to the prelude opener track one.


Which songs are on Pop Party 10?

I can only name some for the moment: CD1 1.PSY-Gangnam Style 2.CARLY RAE JEPSEN-Call Me Maybe 3.MAROON 5-Payphone 4.TULISA-Young


How do you connect Samsung Monte internet to laptop?

*I assume u r able to use internet on your mobile and now want 2 use the same internet on ur laptop throught it. -Install the samsung kies CD1 and CD2 in ur laptop/desktop. -while the setup in about to run it will prompt u for CUSTOM SETTING or the regular one. -Go for custom and click ON the internet option in there.Let the setup continue. After this connect the mobile wid its cable 2 da laptop n press on the CONNECT option to dial up. best luckk njoy :P


What songs were written by Michael Jackson from 1993 - 1999?

Well the albums he relased during that period was HIStory and Blood on the Dance Floor and if you include Dangerous he released a few in 1993: Songs he wrote from Dangerous that were released in 1993: Co-wrote 'Give Into Me' Wrote 'Will You Be There' Songs he wrote from HIStory CD2 (CD1 was his greatest hits): Co-wrote 'Scream', 'This Time Around', 'Tabloid Junkie', '2 Bad' and 'HIStory' Wrote 'They Don't Care About Us'. 'Stranger in Moscow', 'Earth Song', 'D.S', 'Money', 'Childhood' and 'Little Susie' Song he wrote from Blood On The Dance Floor: Wrote 'Morphine' Co-wrote 'Blood On The Dance Floor', 'Ghosts', 'Superfly Sister' and 'Is It Scary'


What rap song has like a guy cocking a gun then shooting it?

The Young Guns II sound track by John Bon Jovi has something similar to what you are asking about. I don't know if that's what your looking for or not but check out the CD anyway. Aldo Novas guitar work on that album is pretty cool. no i am looking for a rap song i think it is older


What songs are going to be on Now 74?

Cd1 Cheryl Cole-Fight for this love jay Sean and lil Wayne-down Michael buble-havnt met you yet chipmunk-oopsy daisy robbie Williams-bodies Miley Cyrus-party in the usa jay-z and Alicia keys-empire state of mind pitbull-hotel room service david guetta and akon-sexy chick shakira- she wolf duck sauce-anyway temper trap-sweet dispossition cheryl cole- 3 words paolo nutini-pencil full of lead alphabeat-the spell pixie lott- boys and girls Michael buble-cry me a river lady gaga-bad romance jls-everybody in love foo fighters-wheels jls-beat again cd2 Leona Lewis-happy Alexandra Burke and flo rida-bad boys black eyed peas meet me halfway Whitney Houston-million dollar bill black eyed peas-i gotta feeling taio cruz-break your heart tinchy stryder-your not alone n-dubz-i need you young soul rebles-i got soul cobra starship-good girls go bad the saturdays-forever is over Calvin harris-flashback dizzee rascal-dirtee cash jordin sparks-s.o.s(let the music play) paloma faith-New York big pink-dominos florence and the machine-you've got the love dorchrey-what about now


Why does a double disc CD count as two CDs on the charts if only one copy was sold?

I think this might be in reference to other countries (primarily the United Kingdom) that releases multiple versions of the same single to boost sales and chart positions. For instance, any record label could release four B-sides on one CD and give the fans a great value, but they eventually caught onto this certain glitch that they could possibly split up those B-sides (many singles dropped from five songs to four songs to the very common two or three songs that we know today). This created the CD1 and CD2 philosophy. Your average dedicated fan will see both discs and feel the need to get both of them to complete their collection. For the record companies, that means double the profits and double the units sold (therefore creating an inflated number of fans of one particular song). For the stray folks who may just be getting into the band, they might opt for a single that has another song they know (possibly as a live, acoustic, or remix version) as a B-side. Often a label will put a sticker on the packaging denoting a different track that Customer X might like. These are the people that aren't the guaranteed 1/2 combo, so if they can get them to buy one for thinking they like two of the songs on the disc, at least they can get one more unit sold. It's an awful business!


What is the now 82 track list?

CD1:01. Fun feat. Janelle Monáe - We Are Young02. Carly Rae Jepsen - Call Me Maybe03. Maroon 5 feat. Wiz Khalifa - Payphone04. Flo Rida - Whistle05. Coldplay & Rihanna - Princess Of China06. Rudimental feat. John Newman - Feel The Love07. Nicki Minaj - Starships08. Rihanna - Where Have You Been09. Rita Ora feat. Tinie Tempah - R.I.P.10. Conor Maynard - Can't Say No11. Justin Bieber - Boyfriend12. Ed Sheeran - Small Bump13. D'Banj - Oliver Twist14. Stooshe - Black Heart15. Katy Perry - Part Of Me16. Marina & The Diamonds - Primadonna17. Paloma Faith - Picking Up The Pieces18. Train - Drive By19. Cover Drive - Sparks20. Jason Mraz - I Won't Give Up21. Alex Clare - Too Close22. Emeli Sandé - My Kind Of LoveCD2:01. will.i.am feat. Eva Simons - This Is Love02. Cheryl - Call My Name03. DJ Fresh Feat. Rita Ora - Hot Right Now04. Tulisa - Young05. David Guetta feat. Nicki Minaj - Turn Me On06. Calvin Harris feat. Ne-Yo - Let's Go07. Usher - Scream08. Jessie J feat. David Guetta - LaserLight09. Chris Brown - Turn Up The Music10. The Wanted - Chasing The Sun11. The Saturdays - 30 Days12. Loreen - Euphoria13. Swedish House Mafia - Greyhound14. Azealia Banks feat. Lazy Jay - 21215. Plan B - iLL Manors16. B.o.B - So Good17. Sway - Level Up18. Taio Cruz - There She Goes19. Labrinth - Express Yourself20. Scissor Sisters - Only The Horses21. Lawson - When She Was Mine22. Gary Barlow & The Commonwealth Band - Sing


What songs will be on Now 74?

Here are the tracks (In order) Cd1 Cheryl Cole-Fight for this love Michael Buble-havnt met you yet The Black Eyed Peas- I gotta feeling David Guetta feat. Akon- Sexy Chick La Roux- Bulletproof Taio Cruz- Break your heart N-dubz- I need you Jason Derulo- Whatcha Say Jay Sean feat. Lil Wayne- Down Alesha Dixon- To love again Chipmunk feat. Dayo Olatunji- Oopsy Daisy Tinchy Stryder feat. Amelle- Never Leave you Little Boots- Remedy Pixie Lott- Boys and Girls Mini Viva- Left my heart in Tokyo Sean Kingston- Fire Burning Pitbull feat. Nicole Scherzinger- Hotel Room Service Sugababes- Get Sexy The Saturdays- Forever is Over Young Soul Rebels- I got Soul Agnes- I need you now JLS- Beat Again Cd2 Lady Gaga- Paparazzi Beyonce- Sweet Dreams Shakira- She Wolf Jay-Z feat. Rihanna and Kanye West- Run this Town Mr Hudson feat. Kanye West- Supernova Robbie Williams- Bodies Dizzee Rascal- Holiday Calvin Harris- Ready for the Weekend Whitney Houston- Million Dollar Bill (Frankie Knuckles Radio Mix) The Ian Carey Project- Get Shaky Chase and Status feat. Plan B- End Credits The Temper Trap- Sweet Disposition Muse- Uprising Snow Patrol- Just say Yes Florence + The Machine- You've got the Love Lily Allen- 22 Paolo Nutini- Pencil Full of Lead MIKA- We are Golden Cobra Starship feat. Leighton Meester- Good girls go bad Mumford and Sons- Little Lion Man Just Jack- The day I Died Esmee Denters- Outta Here deadmau5 feat. Rob Swire- Ghosts 'n' Stuff