Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by jai5605

  1. J

    [SOLVED] Verilog Programming problem

    I solved it on my own, but thanks a lot anyway! you're right. w[8] was the problem.
  2. J

    [SOLVED] Verilog Programming problem

    `timescale 100ns/1ps module CarryLAS_tb; reg [7:0] a; reg [7:0] b; reg ci; wire [7:0] sum; wire of; //overflow wire co; integer i; CarryLAS_8 CLA(a,b,ci,sum,co,of); initial begin a=0; b=0; ci=0; end initial begin // all possible cases for(i=0; i<262144; i=i+1) // 2^18 #10 {a...

Part and Inventory Search

Back
Top