aboutsummaryrefslogtreecommitdiffstats
path: root/usrp2/gpmc/fifo_to_gpmc.v
diff options
context:
space:
mode:
Diffstat (limited to 'usrp2/gpmc/fifo_to_gpmc.v')
-rw-r--r--usrp2/gpmc/fifo_to_gpmc.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/gpmc/fifo_to_gpmc.v b/usrp2/gpmc/fifo_to_gpmc.v
index 27252b970..26443a702 100644
--- a/usrp2/gpmc/fifo_to_gpmc.v
+++ b/usrp2/gpmc/fifo_to_gpmc.v
@@ -82,7 +82,7 @@ module fifo_to_gpmc
end
GPMC_STATE_EMPTY: begin
- if (EM_A == LAST_ADDR) begin
+ if (addr == LAST_ADDR) begin
gpmc_state <= GPMC_STATE_START;
gpmc_ptr <= next_gpmc_ptr;
addr <= 0;