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 bachok83

  1. B

    Parameter (integer) to wire assignment

    erk, unfortunately that doesnt work either. by doesnt work, i mean the synthesizer whines about it still. I would love to ignore the warning, but i am implementing a lookup table using case, where there are 64 cases, 64 lines of warnings for just a single module. another question is, when i...
  2. B

    Parameter (integer) to wire assignment

    verilog set wire to parameter is there any way i can set values to wire from parameter value (in verilog)? say in VHDL, i can easily use conv_std_logic_vector function. I tried setting it right away, eg parameter bla = 10; wire [6:1] thewire; assign thewire = bla+5; that works, but...

Part and Inventory Search

Back
Top