Forum Discussion
3 Replies
- FawazJ_Altera
Frequent Contributor
Hello, can you please share with me the piece of code that you have found? thanks - JWils26
New Contributor
In the altera_hps_emac_interface_splitter_hw.tcl file:
#
# connection point emac_tx_reset
#
add_interface emac_tx_reset reset end
set_interface_property emac_tx_reset associatedClock emac_gtx_clk
set_interface_property emac_tx_reset synchronousEdges DEASSERT
set_interface_property emac_tx_reset ENABLED true
add_interface_port emac_tx_reset rst_tx_n_o reset_n Input 1
- FawazJ_Altera
Frequent Contributor
Thank you very much for your sharing, I will go through that with my internal team and reply to you ASAP. Thanks