Forum Discussion
Altera_Forum
Honored Contributor
17 years agohi,
we are trying to use TSE on uclinux, we are at the same point, we set ip an transit to the board, but the board cannot trasmit. I think the problem is in the PHY, we have to configure some registers, anybody have the marvell 88e1111 datasheet? for the timing constraints, you should modify the tse_mac_constraints.sdh and .tlc using your clocks names i think. For the .sdc file, i have changed the "get_keepers" with "get_ports" because the compiler ignore them like that:create_clock -period "125 MHz" -name tx_clk_to_the_tse_mac
become create_clock -period "125 MHz" -name tx_clk