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 tbyeoh

  1. T

    State of a rising edge

    In behavioral verilog code below, what happens if signals a,b rises at the SAME time? always@(posedge a) begin if (b==1) do this else do that end In modelsim: b takes value 0 and 'do that' occurs. In iverilog, b=1 and 'do this' occurs. So, looks like it is not standardized across compilers...
  2. T

    How to model 2 concurrent processes in verilog

    Thanks for the reply. Process B(processing) is assumed to be much faster than A(receive data). Reason being that process B runs on a data clk which is much slower than the system clk that A runs on. - - - Updated - - - A valid data word is indicated by another signal, transmit_start. B should...
  3. T

    How to model 2 concurrent processes in verilog

    I am trying to code a system in behavioral verilog that has 2 processes running concurrently. One is a serial input buffer that continuously monitors the input line for valid data (let's call this process A). The other is a process that kicks off when valid data is detected and passed to it. It...
  4. T

    Help!Cannot edit schematic in Cadence

    Tried opening some of my previous schematics in cadence and found that I could not edit them. All the edit functions'/buttons such as "add wire", "add instance", "delete", etc.. are gone from the menus. If I press the bindkeys to try initiate, say, a delete, an error msg shows on icfb...
  5. T

    how to get a ideal comparator from analoglib in cadence

    Where can I find the ahdlLib? I don't see that in my Component Browser's Library drop down. Or anybody with an idea on how to get an ideal comparator into my Cadence design? Thanks!
  6. T

    Can Encounter take a hierarchical verilog input file?

    Ok. Thanks. We are trying to P&R with a hierarchical netlist and running into placement errors. We think it has something to do with this code in our .LEF SITE CoreSite CLASS CORE ; SIZE 0.56 BY 5.7 ; END CoreSite What does this do or define?
  7. T

    Can Encounter take a hierarchical verilog input file?

    Thanks in advance for any advice provided.
  8. T

    hspice taking a long time

    Not sure what you're looking for. Any specifics?
  9. T

    hspice taking a long time

    Thanks for the reply. We found the problem. The models were not correctly defined and the runs were going into recursive procedures. Thanks again for the offer to help! -TB
  10. T

    hspice taking a long time

    Hi, I extracted a netlist from my schematic and fired off hspice. It's a 512b sram design and still running after 12 hours. My question is: How do I know it really IS taking that long or the simulation is not converging? Or some other issue..?? Thanks, TB

Part and Inventory Search

Back
Top