diff options
Diffstat (limited to 'fpga/usrp2/control_lib/traffic_cop.v')
-rw-r--r-- | fpga/usrp2/control_lib/traffic_cop.v | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/fpga/usrp2/control_lib/traffic_cop.v b/fpga/usrp2/control_lib/traffic_cop.v new file mode 100644 index 000000000..e7579656a --- /dev/null +++ b/fpga/usrp2/control_lib/traffic_cop.v @@ -0,0 +1,25 @@ + +module traffic_cop(); + + +endmodule // traffic_cop + + + +/* + + Traffic Cop to control buffer pool + + Inputs + + Commands + + Basic Operations + + Outputs + + + + + + */ |