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 arifboy

  1. A

    Multiple varying delays to signals in VHDL

    Dont waste my time anymore, my focus is towards my code and algorithms which can be implemented on it, not towards people like you
  2. A

    Multiple varying delays to signals in VHDL

    Its the same, I just added those lines of you with signal checker..Intiially there is extra cycle added as you see in waveform. It is taking an extra cycle instead of just one, to make Alu_logic a 1. You cant simulate it at your end? 1742951406 You yourself dont know VHDL, thats why you...
  3. A

    Multiple varying delays to signals in VHDL

    With your suggestion the waveform came closer to what the expected waveform is, but still not exactly there. I have attached a photo of that. You suggested if, I used while too with other lines exactly as you mentioned, but that didn't work too according to expectation.
  4. A

    Multiple varying delays to signals in VHDL

    This is program code, not the testbench. I was using after previously as you mentioned but second after nullifies first one for each of if else above. Wait actually is doing something at least, but output is not right one. I think its not possible to simulate it in this way in VHDL, at least by...
  5. A

    Multiple varying delays to signals in VHDL

    In Simulations, the waveforms which I target must be possible, but I failed to get using both 'wait' and 'after' and even with combo of these two too. So maybe I am missing some key points. Synthesis can be achieved by a different approach, but first thing is Simulations and get the required...
  6. A

    Multiple varying delays to signals in VHDL

    I am working on a VHDL code to insert multiple varying delays to signals. I have shown code below and expected waveforms and present waveforms respectively too. How can the code be changed to get desired waveforms? Code: int := conv_integer(pc); wait until rising_edge(clk)...

Part and Inventory Search

Back
Top