[Home] [Lektion 1] [Lektion 2] [Lektion 3] [Lektion 4] [Lektion 5] [Lektion 6] [Lektion 7] [Lektion 8] [Lektion 9] [Lektion 10] [Lektion 11]
Lektion 5
Up ]


Arithmetic circuits and Memories

Arithmetics
Ripple Carry Adder
Carry Look-ahead
FPGA Addition
 
74x382 ALU
Multipliers
 
Memories
 
 
 
 
 
 
 

 Emner:                                 

Last updated: 04-03-09

  •  Adders and Subtractors

    •  Half-Adder and Full Adder

    •  Ripple carry adder

    •  Carry look ahead adder
       

  •  ALU - Arithmetic Logic Unit  

    • Multipliers - Combinatorial and Sequential

    • Division - Combinatorial and Seqiential
       

  •  Memory

    •  ROM

    •  Static / Dynamic RAM

    •  Synchronous / Asynchronous RAM

    •  LUT based RAM vs. Flip-Flop Based Registers

    •  Block RAM

    •  Dual port / Single port RAM
       

  •  Where would you use FPGA memory ??? - (Topics which will be covered in lessons xx)

    •  FIFO buffers - read more here

    •  Waveform generators (sinus for instance) - read more here

    •  Program memory for the PicoBlaze - read more here

 

 

   Examples and Problems:
 

 

  Resume:
 

One of the original purposes for logic-devices was the creation of the Computer which could perform arithmetic operations automatically.  The Full-Adder an important component in all the basic arithmetic operations: + - * and /.

When it comes to implementing arithmetic in a FPGA

 

 

   

 

   

 

   

 

   

 

   

 

    Hit Counter