Forum Discussion
3 Replies
- SengKok_L_Intel
Regular Contributor
Hi, I believe you are referring to the clk_txmac & clk_rxmac, these are the output clock of the LL 100G Ethernet. Since this is a conduit port, you can actually connect it back to the platform designer via the clock bridge IP, so that you can use for other purpose. Regards -SK - JRubi5
New Contributor
Thanks for your effective answer.
I have defined in the VHDL design file the following port signals, compliant with the standard Avalon nomenclature:
Csi_StClock_clk : in std_logic;
Cso_StClock_clk : out std_logic;
I have made this assignment in the architecture:
Cso_StClock_clk <= clk_rxmac;
where clk_rxmac is bundled among the signals in the Conduit that is driven by the Ethernet IP.
Then in Platform Designer I have signal Cso_StClock_clk drive the input of a clock bridge IP. The output of the clock bridge IP drives Csi_StClock_clk, and this is the signal specified as a clock for the various Avalon source ports in the Signals and Interfaces tab of the Component Editor.
- SengKok_L_Intel
Regular Contributor
Yes, it look good. Regards -SK