aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2010-04-12 19:20:22 -0700
committerMatt Ettus <matt@ettus.com>2010-04-12 19:20:22 -0700
commitf95bf4d8d94511d26a5bb1f52823f8ffd5f637fe (patch)
tree638e888eb0aff64a6244906e5a8481a7c8366338
parent45b9ec4c39a2f4a3087b2f637f70818fd0efb94e (diff)
downloaduhd-f95bf4d8d94511d26a5bb1f52823f8ffd5f637fe.tar.gz
uhd-f95bf4d8d94511d26a5bb1f52823f8ffd5f637fe.tar.bz2
uhd-f95bf4d8d94511d26a5bb1f52823f8ffd5f637fe.zip
lengthened delay between cycles, added more transactions on the data bus
-rw-r--r--usrp2/models/gpmc_model.v9
1 files changed, 7 insertions, 2 deletions
diff --git a/usrp2/models/gpmc_model.v b/usrp2/models/gpmc_model.v
index 3424671bd..6066ede6e 100644
--- a/usrp2/models/gpmc_model.v
+++ b/usrp2/models/gpmc_model.v
@@ -41,7 +41,7 @@ module gpmc_model
EM_NCS6 <= 1;
//#1.5;
EM_NWE <= 1;
- #6;
+ #60;
EM_A <= 10'bz;
EM_D_int <= 16'bz;
end
@@ -82,7 +82,12 @@ module gpmc_model
GPMC_Write(0,38,16'h5678);
GPMC_Write(0,40,16'h9abc);
GPMC_Write(0,11'h2F4,16'hF00D);
- GPMC_Write(0,11'h7FE,16'hF00D);
+ GPMC_Write(0,11'h7FE,16'hDEAD);
+ GPMC_Write(0,11'h7FE,16'hDEAD);
+ GPMC_Write(0,11'h7FE,16'hDEAD);
+ GPMC_Write(0,11'h7FE,16'hDEAD);
+ GPMC_Write(0,11'h7FE,16'hDEAD);
+ GPMC_Write(0,11'h7FE,16'hDEAD);
#100000;
$finish;
end