diff options
author | Matt Ettus <matt@ettus.com> | 2010-06-14 16:14:30 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-05-26 17:31:19 -0700 |
commit | 014ea68739c616836bcdfce292c8ab89da26afad (patch) | |
tree | 18de12cf4488dd17718b9d59790f248be3342c3d /usrp2/gpif/gpif_rd.v | |
parent | e25f67d54ad40479415a5208b8f9a4739a79df30 (diff) | |
download | uhd-014ea68739c616836bcdfce292c8ab89da26afad.tar.gz uhd-014ea68739c616836bcdfce292c8ab89da26afad.tar.bz2 uhd-014ea68739c616836bcdfce292c8ab89da26afad.zip |
gpif skeletons
Diffstat (limited to 'usrp2/gpif/gpif_rd.v')
-rw-r--r-- | usrp2/gpif/gpif_rd.v | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usrp2/gpif/gpif_rd.v b/usrp2/gpif/gpif_rd.v new file mode 100644 index 000000000..f716d4a5d --- /dev/null +++ b/usrp2/gpif/gpif_rd.v @@ -0,0 +1,5 @@ + +module gpif_rd + (); + +endmodule // gpif_rd |