diff options
| -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 | 
