Simulating Verilog Designs in Quartus and Modelsim using Testbenches - Essential design flow.

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024
  • This is a step by step guide on how to simulate Verilog designs in the Intel Quartus Prime Design environment. I show how to set up a testbench and how to instantiate one and more interconnected verilog modules.

Комментарии • 5

  • @ivankolesnikov9183
    @ivankolesnikov9183 9 месяцев назад

    Hello, I like this video very much, thank you. A little addition from me: in the window "New Test Bench Settings" you can choose how long it should be simulated: "End simulation at ...". So you don't need to break the simulation manually.

  • @wilsondanielmachadotoro9280
    @wilsondanielmachadotoro9280 2 года назад

    Your work is worth gold! I am very grateful for all the information you have shared with us. I have learned a lot. I hope to continue watching your videos, I love your work.
    Best regards, my friend.

  • @dicleaydemirgunluk
    @dicleaydemirgunluk 10 месяцев назад

    Thank you so much you saved my homework 💕💕

  • @AppalachianEdits
    @AppalachianEdits Год назад

    Hi! Trying to use your work to get started simulating FPGA designs. I follow the steps and code in the video exactly, but always get the error "Error (12061): Can't synthesize current design -- Top partition does not contain any logic". Can you help?

    • @dexter97_66
      @dexter97_66 21 день назад

      yes, you should set your testbench as a top module first so it can simulate it properly, doing otherwise would error out the tool because the simulator is always looking for a testbench