Forum Discussion
Altera_Forum
Honored Contributor
14 years agoTriple Speed Ethernet
Hi,
1. Can i do loopback by using (2 instances) TSE (Triple Speed Ethernet) Megacore from MegaWizard by inter connecting Tx & Rx? (1TX connected to 2Rx and 2Tx connected to 1Rx) Without using NIOS ? 2. How to test TSE Megacore using Test bench generated by TSE Megacore ? what parameter i have to set for testbench to work ? Thanks S_K_G1 Reply
- Altera_Forum
Honored Contributor
2. create a project in modelsim and add the file 'run_**_tb.tcl' to the project (** stands for the TSE model name you create and the file is always in './testbench/**/'). Then right click the 'run_**_tb.tcl' file and select 'execute'.