Forum Discussion

vr7's avatar
vr7
Icon for New Contributor rankNew Contributor
7 years ago

Creating test bench code on Quartus prime?

Hi there,

I would like to know that how can i create a test bench file in order to test my code, its like do i need to write a code my self and then test it or the quartus has an option to write a test bench code using my main code?

Ive read some many web pages which are un-understandable and put me in confusion, so can anybody help me with this by any means (links, posts, files, videos..etc) to learn the procedure in building test bench and test the main code working.

4 Replies

  • Vicky1's avatar
    Vicky1
    Icon for Regular Contributor rankRegular Contributor

    Hi,

    which quartus version are you using?

    either you can write full testbench code or use testbench template available in Quartus tool.

    Best Regards

    Vikas Jathar

    (This message was posted on behalf of Intel Corporation)

  • Vicky1's avatar
    Vicky1
    Icon for Regular Contributor rankRegular Contributor

    Hi,

    1. First create testbench & instantiate the design in it & eventually compile the testbench in simulation tool(ModelSim) as shown in below link,

    https://www.youtube.com/watch?v=o2KDwNN5-yw

    2. Go to 'Processing' -> 'Start' -> 'Start Test Bench Template Writer'

    Check'Message window' for .vt or .vht file generated in projet directory

    3. For NativeLink Simulation use testbench generated in either step(1) or step(2) & try to simulate as shown in below link,

    https://www.youtube.com/watch?v=PmVVXQchv2c

    4. One more way to simulate design using vector waveform files refer the link below,

    https://www.youtube.com/watch?v=e_ksjHd6sY0

    Let me know if this has helped resolve the issue you are facing or if you need any further assistance.

    Best Regards

    Vikas Jathar

    (This message was posted on behalf of Intel Corporation)

  • vr7's avatar
    vr7
    Icon for New Contributor rankNew Contributor

    I use Quartus prime lite 18.1.

    Thank you for the reply i shall try this and let you know...