Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorzkorcyl committed Mar 6, 2015
1 parent 05e299c commit a414984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gbe_wrapper.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ begin
MONITOR_TX_PACKETS_OUT => monitor_tx_packets(4 * 32 - 1 downto 3 * 32),
MONITOR_DROPPED_OUT => monitor_dropped(4 * 32 - 1 downto 3 * 32),

MAKE_RESET_OUT => MAKE_RESET_OUT
MAKE_RESET_OUT => open
);
end generate GEN_LINK_3;

Expand Down Expand Up @@ -515,7 +515,7 @@ begin
MONITOR_TX_PACKETS_OUT => monitor_tx_packets(3 * 32 - 1 downto 2 * 32),
MONITOR_DROPPED_OUT => monitor_dropped(3 * 32 - 1 downto 2 * 32),

MAKE_RESET_OUT => open --MAKE_RESET_OUT
MAKE_RESET_OUT => MAKE_RESET_OUT
);
end generate GEN_LINK_2;

Expand Down

0 comments on commit a414984

Please sign in to comment.