summaryrefslogtreecommitdiffstats
path: root/usrp2/gpmc
diff options
context:
space:
mode:
Diffstat (limited to 'usrp2/gpmc')
-rw-r--r--usrp2/gpmc/gpmc_to_fifo_async.v (renamed from usrp2/gpmc/gpmc_to_fifo.v)4
1 files changed, 2 insertions, 2 deletions
diff --git a/usrp2/gpmc/gpmc_to_fifo.v b/usrp2/gpmc/gpmc_to_fifo_async.v
index 267804469..c47d69d7d 100644
--- a/usrp2/gpmc/gpmc_to_fifo.v
+++ b/usrp2/gpmc/gpmc_to_fifo_async.v
@@ -1,5 +1,5 @@
-module gpmc_to_fifo
+module gpmc_to_fifo_async
(input EM_CLK, input [15:0] EM_D, input [1:0] EM_NBE,
input EM_NCS, input EM_NWE,
@@ -55,4 +55,4 @@ module gpmc_to_fifo
assign fifo_ready = first_write & (fifo_space > frame_len);
-endmodule // gpmc_to_fifo
+endmodule // gpmc_to_fifo_async