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 AlinParcalab

  1. A

    Pipelining 32 Bit Multiplier in Verilog

    I have rewritten everything, but the total delay on 32 B I think will really big. About the coding style, if could you give me some hints, and about that FSM since you have spoken about it I have a question, how could I pipeline the FSM I am thinking about it since a while already because a...
  2. A

    Pipelining 32 Bit Multiplier in Verilog

    I understand, at the moment I do not have acces to Cadence tool, the target was to buy them afther I have design which works and have a working RTL. But let's say and warning like this "Unused sequential element St2_Ac_reg was removed." from my point of view is clearly not good since if I look...
  3. A

    Pipelining 32 Bit Multiplier in Verilog

    My bad, my point was, how can I fix these warrning, why are they there? - - - Updated - - - My bad, my point was, how can I fix these warnings, why are they there? Is is because synthesis too is an FPGA tool, will it compile and work just fine with Cadence synthesis tool for Asics? I am...
  4. A

    Pipelining 32 Bit Multiplier in Verilog

    Here is my Verilog Code, I am tring to make a 32x32 sequential multiplier, 32 stages, here is one of the verision I have tried the other has the comblogic made out of always blocs and each odd stage is on negedge and the others are on posedge module mul_piped #(parameter word = 32, parameter...

Part and Inventory Search

Back
Top