Altera_Forum
Honored Contributor
10 years agoHow to use TSE_10_100_1000_MAC core to simulate the design
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 ****************************************************************