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 Digital-L0gik

  1. D

    Passing Data From 2*Clk to a domain that is clk

    This is what I came up with, I think it will work but would like some feedback from the community. Thanks for the help. The last two blue signals in the timing diagram are node D and out.
  2. D

    Passing Data From 2*Clk to a domain that is clk

    I have data coming at 2*clk and I want to clock the data into half the clock (clk) without losing data. For example, if I have 16 bits coming in at speed 2clk, I want to capture it in domain running at clk and perhaps ouput 32 bits of data in the clk domain, thus capturing two cycles of data...
  3. D

    Cadence Simulation Help Needed

    Thanks for the help guys. I got a disk size increase but also employed some of the tips you used here. Thanks a lot!
  4. D

    Cadence Simulation Help Needed

    Thanks for responding. I encountered the disk space error only after I have been plotting only the points I click on the schematic. I ran out of space doing it that way. I googled the .trn file being big, and someone said to do go to outputs, save all, and check the box that says only...
  5. D

    Cadence Simulation Help Needed

    I am having a problem when simulating a circuit that my tran.tran.trn file is getting to be huge. The way I plot, is I go to output, to be plotted, select on schematic. I have a lot of inputs. I guess cadence is spitting out too much information into this file. How can I reduce the size of...
  6. D

    Error In Using Cadence .scs file

    Thanks so much, that was exactly my issue. I appreciate it!
  7. D

    Error In Using Cadence .scs file

    I am using cadence virtuoso and spectre to simulate a complicated circuit I am building. I am trying to set up my stimulus properly so I wrote this .scs file. I am having trouble getting the piecewise linear function working. Can anyone please provide me with some help? I am very new to the...
  8. D

    Looking for some good OVM tutorials

    Does any know of some good OVM tutorials? I am having trouble piecing together OVM an applying it to my design work. I have seen the OVM book but it is very heavy, dry and not beginner friendly.
  9. D

    Clock Dividing - how to handle a late arriving edge?

    Re: Clock Dividing Yeah, i account for that. Thanks for the reply. You are right, clock tree synthesis will take care of it.
  10. D

    Clock Dividing - how to handle a late arriving edge?

    Clock Dividing Hi Everyone, I have a highspeed clock coming out of a piece of ip that times data coming out on every edge of that fast clk. My design requires that I divide this clock by 2, and I am doing so by a simple flip flop configuration (no PLL is available to use). My concern is that...
  11. D

    Verilog Question - sequential order vs parallel

    I believe non blocking assignments should fix this issue, I dont know why it didnt for you. How are you testing this code?
  12. D

    Is it possible to do something like this?

    Wow amazing. I am a cynic in some regards, so I believe companies do this regularly to weed out the competition hahaha.
  13. D

    Is it possible to do something like this?

    Is it possible for say intel to take an off the shelf amd chip and be able to decode the architecture/technology within the chip? Perhaps they have equipment that could easily draw a schematic of fabricated chip. What do you guys think? I personally think that the cost to do something like...
  14. D

    clock division - using analog logic, logic in the clock path

    Re: clock division My other guess would be that in asics, you have the ability to add more sophisticated clock trees and so any skew in clock gating can be negligible.
  15. D

    clock division - using analog logic, logic in the clock path

    Re: clock division PLLs are fancy mixed signal designs. They allow you to divide down clocks cleanly. By cleanly I mean with minimal clock skew on the output clocks. Flip Flops do not have the extra circuitry to clean up the output. Therefore, when possible use plls. Gating clocks adds skew.

Part and Inventory Search

Back
Top