summaryrefslogtreecommitdiffstats
path: root/usrp2
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2010-04-15 16:13:42 -0700
committerMatt Ettus <matt@ettus.com>2010-04-15 16:13:42 -0700
commit8f6ddf93ef81deb73a8b84496e115be299769951 (patch)
tree7b3336259c0fed1cf1b42775ade528d32bed4406 /usrp2
parent6dd46af16008e46ee8830748194bbc2a1df9fdf3 (diff)
downloaduhd-8f6ddf93ef81deb73a8b84496e115be299769951.tar.gz
uhd-8f6ddf93ef81deb73a8b84496e115be299769951.tar.bz2
uhd-8f6ddf93ef81deb73a8b84496e115be299769951.zip
correct name of module
Diffstat (limited to 'usrp2')
-rw-r--r--usrp2/gpmc/gpmc_sync.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/usrp2/gpmc/gpmc_sync.v b/usrp2/gpmc/gpmc_sync.v
index 41dfeb49e..825d131d8 100644
--- a/usrp2/gpmc/gpmc_sync.v
+++ b/usrp2/gpmc/gpmc_sync.v
@@ -1,6 +1,6 @@
//////////////////////////////////////////////////////////////////////////////////
-module gpmc
+module gpmc_sync
(// GPMC signals
input arst,
input EM_CLK, inout [15:0] EM_D, input [10:1] EM_A, input [1:0] EM_NBE,
@@ -104,4 +104,4 @@ module gpmc
assign debug = 0;
-endmodule // gpmc
+endmodule // gpmc_sync