Skip to content
Snippets Groups Projects
Commit 0f564d54 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Corrected mac_sosi port name.

parent 8bc0ee9a
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,8 @@ ENTITY io_mac_10g IS
-- MM
mm_clk : IN STD_LOGIC;
mm_rst : IN STD_LOGIC;
csr_mosi : IN t_mem_mosi; -- CSR = control status register
csr_miso : OUT t_mem_miso;
mac_mosi : IN t_mem_mosi; -- CSR = control status register
mac_miso : OUT t_mem_miso;
-- ST
tx_clk_312 : IN STD_LOGIC := '0'; -- 312.5 MHz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment