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 Hallolo

  1. H

    synthesizable counter with delay

    Hi what is a synthesizable form of : counter_out <= #12 counter_out + 1; in verilog HDL, where i intend to replace 12 by generic code that performs a count and hold for some number of clock cycles. Thanks
  2. H

    Piplined Fixed point dividerin verilog

    Hi every one iam looking for a piplined fixed point divider, a generic one that i can choose the size of the dividend and divisor , between 2-32 bits. I found a serial one in opencore, but having difficluty with a a piplined one. If i generate a 32 bit divider using Xilinx coregenerator, will...
  3. H

    parametrized adder tree in Verilog

    Hi all Iam trying to design a paranetrized adder tree, i tried doing so using multiple generate loops, but what i noticed was that in the second generate loop and third the previous working first level part of the adder tree stops working. Any suggestion on how to implement an adder tree that...
  4. H

    parametrized adder tree in Verilog

    Hi, Can anyone advise me on how to design a parametrized adder tree interms of the number of inputs and wordlength in Verilog. I tried desiging one using Generate statments, and i do infer the correct number of adders in the first level of the tree, but for the rest levels, i do not. Regards

Part and Inventory Search

Back
Top