From 8f6ddf93ef81deb73a8b84496e115be299769951 Mon Sep 17 00:00:00 2001
From: Matt Ettus <matt@ettus.com>
Date: Thu, 15 Apr 2010 16:13:42 -0700
Subject: correct name of module

---
 usrp2/gpmc/gpmc_sync.v | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'usrp2/gpmc')

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
-- 
cgit v1.2.3