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 Sudeep Mc

  1. S

    How to instantiate two different modules based on a condition in verilog?

    In the generate-if case given above, SIZEPAR is fixed. Therefore it will always instantiate 8x8 multiplier. If the input size is 4 and lesser it has to instantiate 4x4 multiplier. I doubt that will happen. Yes, I mean the length of the inputs are variable at runtime. In that case what do you do...
  2. S

    How to instantiate two different modules based on a condition in verilog?

    I have got two different multiplier modules. 1. 4x4 multiplier 2. 8x8 multiplier Based on the length of the inputs a and b, one of these modules should be selected. I have written a code where enable becomes high when any of the input length is greater than 4 bit(binary). I cannot instantiate...
  3. S

    How to instantiate two different modules based on a condition in verilog?

    I have got two different multiplier modules. 1. 4x4 multiplier 2. 8x8 multiplier Based on the length of the inputs a and b, one of these modules should be selected. I have written a code where enable becomes high when any of the input length is greater than 4 bit(binary). I cannot...

Part and Inventory Search

Back
Top