Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

How to simulate the top file .bdf in Modelsim when done in QUARTUSII

Actually ,this is the first time to do this ,and also want to try through this way .one design was done in QUARTUSII by schematic file way with many LPM add ,sub, mult and dff blocks ,how to stimulate in Modelsim .thanks

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    with your .bdf open, go to File > Create / Update > Create HDL Design File from Current File, then instantiate the generated HDL in your test bench, and simulate in ModelSim

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    with your .bdf open, go to File > Create / Update > Create HDL Design File from Current File, then instantiate the generated HDL in your test bench, and simulate in ModelSim

    --- Quote End ---

    the time before i took a test ,and found that only with the two files ,one is .v file generated from the LPM block(Create HDL Design File from Current File) ,another one is test bench .v for the first one.The two add into Modelsim for a simulation ,

    but# Error loading design happened , maybe some net friends are right ,this problem refer to the library about the LPM ,we should add other library and compile the library . for more help ,thanks a lot.