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 Muddussir

  1. M

    procedural block instantiation from with in if-else or case statement

    thank you for the explanation. I was thinking on the point that there must be solution to such situations where for an input bit 0 instantiation of B1 and for input bit 1 instantiation of B2 take place. such kind of scenarios are very common. how can we deal these in verilog.
  2. M

    procedural block instantiation from with in if-else or case statement

    dear all is there any way to instantiate procedural block using case/ if-else statement? if not is there any alternative? i am using verilog on xilinx platform for code. for example : if synthesize this procedural block else synthesize this procedural block etc. or a more...
  3. M

    "sel is not a constant" help required

    i want to select memory using case statement
  4. M

    "sel is not a constant" help required

    Dear all How can i remove the following error. "sel is not a constant" case (sel) 1'b0: always @ () begin ------------------- ---------------- end 1'b1: always @ () ----------------------- --------- end endcase

Part and Inventory Search

Back
Top