diff options
author | Matt Ettus <matt@ettus.com> | 2010-04-15 16:13:42 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-04-15 16:13:42 -0700 |
commit | 8f6ddf93ef81deb73a8b84496e115be299769951 (patch) | |
tree | 7b3336259c0fed1cf1b42775ade528d32bed4406 /usrp2/gpmc | |
parent | 6dd46af16008e46ee8830748194bbc2a1df9fdf3 (diff) | |
download | uhd-8f6ddf93ef81deb73a8b84496e115be299769951.tar.gz uhd-8f6ddf93ef81deb73a8b84496e115be299769951.tar.bz2 uhd-8f6ddf93ef81deb73a8b84496e115be299769951.zip |
correct name of module
Diffstat (limited to 'usrp2/gpmc')
-rw-r--r-- | usrp2/gpmc/gpmc_sync.v | 4 |
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 |