Carry Skip Adder implementation in verilog

C

chitranna

Guest
I want to implement a carry skip adder in a 64 bit FPU in verilog.I am fairly new to verilog , and I have no idea how it works. What online material I find is a bit too complex for me to understand. Can anyone help with a sample code or how the adder works in general?
 
Τη Κυριακή, 27 Απριλίου 2014 5:52:59 π.μ. UTC+3, ο χρήστης chitranna έγραψε:
> I want to implement a carry skip adder in a 64 bit FPU in verilog.I am fairly new to verilog , and I have no idea how it works. What online material I find is a bit too complex for me to understand. Can anyone help with a sample code or how the adder works in general?

Hi I can help you.

I had implemented a 16-bit carry-skip (and a variable skip) adder in Verilog HDL (1995 version of the standard). This was around 1998-1999 and part of my B.Sc. thesis (Gosh, it's been some time). Let me know if this would be interesting to you.

Best regards
Nikolaos Kavvadias
http://www.nkavvadias.com
 
BTW I think i was reading chapters from a book by Swartzlander on computer arithmetic back then. Too hard to tell, i don't own this particular book (was at Uni. library) and this had been the previous millennium!

I own (among others) the old Cavanagh book on comparith; it is a rare (and great) quality! Already started to help me in my day job.


Best regards
Nikolaos Kavvadias
http://www.nkavvadias.com
 
hello chitranna

i know and i have this code just email me:
aejtahed10@gmail.com
 
On Sunday, April 27, 2014 at 8:22:59 AM UTC+5:30, chitranna wrote:
> I want to implement a carry skip adder in a 64 bit FPU in verilog.I am fairly new to verilog , and I have no idea how it works. What online material I find is a bit too complex for me to understand. Can anyone help with a sample code or how the adder works in general?

can u send me a carry skip adder verilog program for 8bits
 
On 3/28/2017 11:56 PM, ujjalsarkar696@gmail.com wrote:
On Sunday, April 27, 2014 at 8:22:59 AM UTC+5:30, chitranna wrote:
I want to implement a carry skip adder in a 64 bit FPU in verilog.I am fairly new to verilog , and I have no idea how it works. What online material I find is a bit too complex for me to understand. Can anyone help with a sample code or how the adder works in general?

can u send me a carry skip adder verilog program for 8bits

I'm sure many people "can" send you such a program. But what do you
intend to *do* with it? Will you use it to benefit all mankind? Or
will you use it for evil purposes?

--

Rick C
 
ujjalsarkar696@gmail.com wrote:
On Sunday, April 27, 2014 at 8:22:59 AM UTC+5:30, chitranna wrote:

I want to implement a carry skip adder in a 64 bit FPU in verilog.I am fairly new to verilog , and I have no idea how it works. What online material I find is a bit too complex for me to understand. Can anyone help with a sample code or how the adder works in general?


can u send me a carry skip adder verilog program for 8bits

Check: http://www.ijcst.com/vol61/1/13-Jasbir-Kaur.pdf

I am sure you could have Googled this.

Thanks,
SE
 

Welcome to EDABoard.com

Sponsor

Back
Top