- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
I have used "TSE_10_100_1000_MAC" core in the design, I am trying to simulate the entire design containing this core using TEST BENCH, but the problem I am facing during compilation for "altera_tse_top_gen_host.v" as it is a encrypted file. The License I am using cannot generate the source file for this module. Kindly let me know how to use the compiled file of "altera_tse_top_gen_host.v" to simulate the entire design. my run.do file snippet, **************************************************************** set ETH_DIR "../TSE_10_100_1000_MAC" vlog -work work ${ETH_LIB}/altera_tse_reset_synchronizer.v vlog -work work ${ETH_LIB}/altera_tse_top_gen_host.v vlog -work work ${ETH_LIB}/altera_tse_mac.v vcom -work work ${ETH_DIR}/tse_10_100_1000_mac.vhd ****************************************************************Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
What is the specific error that you observe?- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For the ModelSim simulator, you should use models under ./[instance_name]_sim folders. You can see the file list in ./[instance_name]_sim/mentor/msim_setup.tcl.
If I create a script, I'll do this. ********************** source ../TSE_10_100_1000_MAC_sim/mentor/msim_setup.tcl set QSYS_SIMDIR "./../" set QUARTUS_INSTALL_DIR "C:/altera/15.0/quartus/" dev_com com ********************** QSYS_SIMDIR and QUARTUS_INSTALL_DIR have to be set to proper path you are using. 'dev_com' is not needed if you already compiled device specific libraries in "alias dev_com {".
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page