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 mjuneja

  1. M

    Query regarding a verilog statement

    What does this statement means ?? assign a = ((1'b0) != b);
  2. M

    [SOLVED] Techniques for logic cell estimation - FPGA

    Can somebody share what are the best techniques in FPGA design that can be used to estimate the logic cell utilisation in an FPGA even before the RTL is written in (VHDL or verilog) so that FPGA selection can be done accordingly to avoid last minute surprises. Thanks
  3. M

    Tracing internal signals in Modelsim

    "KEEP IIRC" property belongs to which process, I am using ISE design suite from Xilinx.
  4. M

    [SOLVED] Rs232 is protocol or wiring standard?

    https://en.wikipedia.org/wiki/RS-232 https://www.electronicshub.org/rs232-protocol-basics/
  5. M

    Tracing internal signals in Modelsim

    In which file format do you save the waveform window set up, which can be recalled in the simulation run. And second thing, as already asked in post #4, how do you relate internal signal names in post layout simulation to the original names in source code
  6. M

    Tracing internal signals in Modelsim

    Thanks to both of you.. Both of these solutions proved helpful for behavioral simulation. But if I am doing post layout simulation the names of all the internal signals changes. So my query is there any way to trace these names back to the original names used in the source code (VHDL code.)...
  7. M

    Tracing internal signals in Modelsim

    Hello I am running a simulation of a digital design for Virtex 5 FPGA in Modelsim simulator (PE student edition 10.4a). Currently I am able to trace all the top entity signals in wave window, however I want to trace the internal signals of the design as well, which are not visible in the...
  8. M

    Digital weighing scale maximum load capacity.

    See there are 2 things -- 1. How much maximum weight the weighing machine can sustain ?? That depends on the capacity of the sensor being used which is ultimately decided by your requirements. 2. How much maximum weight the machine can display ?? For that you have to choose the right...
  9. M

    VHDL state machine execution

    Can you share the code of your state register and next state logic process.
  10. M

    Digital weighing scale maximum load capacity.

    Can you re-frame your question .. Are you talking about design parameters or something else..what are you planning to design.
  11. M

    [SOLVED] Basic capacitor question

    900 V defines the maximum capacity of the capacitor. If you are charging using 500 V, it will get charged uptill 500 V. That is Q = 600uF x 500 V.
  12. M

    Cannot continue(fatal error) problems with lifo

    One thing I noticed in your code is that stack_ptr is not there in the process sensitivity list, I am not sure whether till 1000 ns your simulation results are ok or not. Second thing is since stack grows downwards so the fatal error might be due to negative index of stack_mem, just verify the...
  13. M

    setup violation in physical designing

    First of all it is important to understand which path in the design is failing, trace it back to RTL code and the verify what are the timing constraints that has been defined for that path in the constraint file. So to fix it either you have to modify the logic to satisfy the constraints or...
  14. M

    Is logic cell a technology independent parameter

    I think logic resources utilized by the design depends on 2 things 1. the FPGA used for design 2. the IDE used to implement the design as different IDE tools uses different optimization algorithms.
  15. M

    Techniques to solve metastability issue in VHDL

    The double sampling you have shared works when you are dealing with signals crossing one clock domain and entering into other clock domain. And in that too clock to be used in the sampling FF should be of the receiving domain.

Part and Inventory Search

Back
Top