Forum Discussion
Altera_Forum
Honored Contributor
11 years agoModelsim 10.1 PE syntax error for "tse_10_100_1000_mac" IP core
Hi, I have used "tse_10_100_1000_mac" IP core in my design While verifying the design I compiled the tse_10_100_1000_mac IP core to proceed further with verification activity. But modelsim 10.1...
Altera_Forum
Honored Contributor
11 years agoWhat I did is loading msim_setup.tcl in my custom script like below.
# Triple Speed Ethernet MAC source ./../altera_tse_sim/mentor/msim_setup.tcl set QSYS_SIMDIR "./../altera_tse_sim/" set QUARTUS_INSTALL_DIR "c:/altera/13.1/quartus/" # Compile device library files dev_com # Compile the design files in correct order com Where altera_tse is the name of my TSE IP, altera_tse_sim is the silumation lib folder Quartus II software generated. QSYS_SIMDIR and QUARTUS_INSTALL_DIR parameters are used in the msim_setup.tcl. I have learnt this way from the TSE's testbench. I like that.