Compare commits
2 commits
c3c439835e
...
c144fc3fed
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c144fc3fed | ||
![]() |
16d4ec1186 |
5 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ library ieee;
|
||||||
use ieee.std_logic_1164.all;
|
use ieee.std_logic_1164.all;
|
||||||
use ieee.numeric_std.all;
|
use ieee.numeric_std.all;
|
||||||
use work.router_types.all;
|
use work.router_types.all;
|
||||||
use work.routing_functions.all;
|
use work.arbiter_functions.all;
|
||||||
|
|
||||||
entity arbiter is
|
entity arbiter is
|
||||||
generic(
|
generic(
|
|
@ -4,7 +4,7 @@ use ieee.numeric_std.all;
|
||||||
|
|
||||||
use work.router_types.all;
|
use work.router_types.all;
|
||||||
|
|
||||||
package routing_functions is
|
package arbiter_functions is
|
||||||
function single_packet_rout_dir_det (
|
function single_packet_rout_dir_det (
|
||||||
level : in integer;
|
level : in integer;
|
||||||
pack_dest : in t_pos_addr;
|
pack_dest : in t_pos_addr;
|
||||||
|
@ -21,7 +21,7 @@ package routing_functions is
|
||||||
) return std_logic_vector;
|
) return std_logic_vector;
|
||||||
end package;
|
end package;
|
||||||
|
|
||||||
package body routing_functions is
|
package body arbiter_functions is
|
||||||
function single_packet_parent_rout_dir_det(
|
function single_packet_parent_rout_dir_det(
|
||||||
level : in integer;
|
level : in integer;
|
||||||
pack_dest : in t_pos_addr;
|
pack_dest : in t_pos_addr;
|
|
@ -2,7 +2,7 @@ library ieee;
|
||||||
use ieee.std_logic_1164.all;
|
use ieee.std_logic_1164.all;
|
||||||
use ieee.numeric_std.all;
|
use ieee.numeric_std.all;
|
||||||
use work.router_types.all;
|
use work.router_types.all;
|
||||||
use work.routing_functions.all;
|
use work.arbiter_functions.all;
|
||||||
|
|
||||||
entity parent_arbiter is
|
entity parent_arbiter is
|
||||||
generic(
|
generic(
|
Loading…
Add table
Add a link
Reference in a new issue