Commit 8235c135 authored by Projects's avatar Projects

Fixes make to wr-nic use wrpc3.0.

parent cc361ad0
......@@ -3,7 +3,7 @@ use ieee.std_logic_1164.all;
use ieee.NUMERIC_STD.all;
library work;
use work.endpoint_private_pkg.all; -- dirty hack, again
use work.endpoint_pkg.all;
use work.genram_pkg.all;
use work.wr_fabric_pkg.all;
......
......@@ -31,7 +31,7 @@ use work.nic_descriptors_pkg.all;
use work.wr_fabric_pkg.all;
use work.nic_wbgen2_pkg.all;
use work.endpoint_private_pkg.all;
use work.endpoint_pkg.all;
entity nic_rx_fsm is
......
......@@ -27,7 +27,7 @@ use IEEE.NUMERIC_STD.all;
use work.nic_constants_pkg.all;
use work.nic_descriptors_pkg.all;
use work.wr_fabric_pkg.all;
use work.endpoint_private_pkg.all; -- dirty hack
use work.endpoint_pkg.all;
use work.nic_wbgen2_pkg.all;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment