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 skpatel73

  1. S

    Co simulation of verilog of system C

    Just get a simulator that will do both SystemC and Verilog. I've used both Modelsim and Aldec for this. The interface is simple...you just instantiate the SystemC piece as a verilog module in your testbench. Your simulator should come with a bunch of examples of how to do this. Samir
  2. S

    systemC and systemVerilog

    Do you have any links for using UML with SystemC? I haven't heard of any efforts in that regard, but it sounds interesting!
  3. S

    Why I can't synthesize Verilog code with rising and falling edge?

    Re: a doubt in verilog Shouldn't it be: always@(posedge clk, negedge reset) The synthesizer probably thinks you're trying to do a logical OR of two edges.
  4. S

    24 volts DC to 5 volts

    24 V to 5 V DC It depends on what you are driving with the 5V. If it is driving a high-impedance input, then you can probably get away with a voltage divider (2 resistors). If you are driving a low-impedance input, then you'll probably need to do some kind of active circuit to provide the...
  5. S

    systemC and systemVerilog

    SystemC is built into a lot of the simulators now, including Modelsim and Aldec. This means no PLI, and no slowdown in runtime. The C++ leverage for SystemC shouldn't be underestimated. If you were going to write the same verification suite in SystemC and in SystemVerilog, I believe the...

Part and Inventory Search

Back
Top