aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp2/control_lib/traffic_cop.v
blob: e7579656aabae8648dcac989d1e70753c6f2b8fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module traffic_cop();


endmodule // traffic_cop



/*
 
 Traffic Cop to control buffer pool
 
 Inputs
 
 Commands
 
 Basic Operations
 
 Outputs
 
 
 
 
 
 */