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 shitansh

  1. shitansh

    VHDL code for initial force in synthesizable code

    Hi All, I am having one counter which is free running and not resetable in VHDL. Problem is during simulation it its value is 'x' because of non reset control. Can any one knows what code can be implement in synthesizable code to force initial value to 0. does --synopsys translate off and on...
  2. shitansh

    Design Compiler and Clock uncertainty constraint

    Write down formula for which you need explanation..
  3. shitansh

    how to check setup and hold-time between mixed positive and negative edge trigger FF

    If a design has both negative-edge triggered flip-flops (active clock edge is falling edge) and positive-edge triggered flip-flops (active clock edge is rising edge), it is likely that half-cycle paths exist in the design. A half-cycle path could be from a rising edge flip-flop to a falling edge...
  4. shitansh

    effect of Clock Uncertainity

    The hold checks do not require the clock jitter to be included in the uncertainty and thus a smaller value of clock uncertainty is generally specified for hold. HTH, Shitansh Vaghela
  5. shitansh

    Conversion of MATLAB (.m) coding into Verilog HDL

    Fortunately there is no document, the easiest way. First understand functionality of mat-lab code and then think in terms of hardware and write HDL code accordingly. Regards, Shitansh Vaghela
  6. shitansh

    [SOLVED] Trigger detection circut..!

    Simplest way is FSM. Optimal solution is also available, you have to approach your self and if there is problems, there are n number of experts available here!!!!!!!!
  7. shitansh

    Verilog issue using Quartus II

    You can do some thing like this, 1. One instance of your code. 2. Design decoder circuit for chipselect and other signals, since only once chipselect will active at a time this will work. 3. To optimize mux and decoder logic you can use generate statement with if..else construct. (This is...
  8. shitansh

    max_transition violation in my design

    In RTL compiler there is one command which sets high priority for DRC rules for synthesis. I think same kind of command will be there in DC too, In one word you have to run synthesis with DRC check as high priority. HTH, Shitansh Vaghela
  9. shitansh

    max_transition violation in my design

    Which synthesis tool are you using?
  10. shitansh

    [SOLVED] clock gating - help needed

    @oratie, can you please elaborate these constraint in detail, and effect on timing?? Thanks, Shitansh Vaghela
  11. shitansh

    Reset of syncronizing flip flops

    I would suggest to think your self and write your opinion here, that is best way of learning if you are wrong then you will be corrected.... This is very simple think over it..
  12. shitansh

    Needed Info on Self Gating ?

    Here one question, how clock will be enabled again, since once enable pin is activated (o/p of xor), then it will enable pin of gated clock and enable pin of gated cell (o/p of xor gate) will be activated, how to make enable deactivated again with this circuit so that clock will again...
  13. shitansh

    [SOLVED] clock gating - help needed

    Further in this question, can any body tell in case of gated cell for clock, which constraint has to give for gated enable pin, for synthesis and Timing Analysis???

Part and Inventory Search

Back
Top