skip to main | skip to sidebar

Trixy Programming

attempts to solve technical problems

Tuesday, September 25, 2007

Structural PFA verilog Partial Full Adder


module pfa(
output p, g, s,
input a, b, cin);
xor #1 sumer(s, a, b, cin);
xor #1 proper(p, a, b);
and #1 gener(g, a, b);
endmodule
Posted by Justin Beck at 11:14 PM

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

About Justin

Justin's Website

Blog Archive

  • ►  2009 (5)
    • ►  December (4)
    • ►  July (1)
  • ►  2008 (15)
    • ►  December (15)
  • ▼  2007 (30)
    • ►  October (5)
    • ▼  September (16)
      • Must Have Tools for Windows XP
      • ModelSim is exiting with code 211.
      • Verilog 3 to 8 decoder and 1 to 8 demux RTL
      • Structural 16bit CLA adder in Verilog
      • Structural CLA verilog 4bit module with expanded t...
      • Structural PFA verilog Partial Full Adder
      • 3bit counter verilog
      • Ruby Capture Key Presses - getc doesn't work
      • Ruby text to speech on windows
      • Sick of undefined method * for nil:NilClass
      • Ruby Documentation Library that doesn't suck
      • Pandora for Facebook = Wonderful
      • Practical Programming: Getting Real
      • Learning Ruby = Programming Ruby Book
      • Putty Numpad doesn't work
      • Auto-mounting Linux Directories through SSH
    • ►  August (9)