diff options
author | Matt Ettus <matt@ettus.com> | 2010-02-25 18:38:48 -0800 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-02-25 18:38:48 -0800 |
commit | c8e869b2e685cb8a5c012498b7f47aaadf39698a (patch) | |
tree | 31d5187fff01cb88d8b9c813713daed140953900 /usrp2/models | |
parent | d808829fee0c93f22c2ff3b34d0772d7cb91df5c (diff) | |
download | uhd-c8e869b2e685cb8a5c012498b7f47aaadf39698a.tar.gz uhd-c8e869b2e685cb8a5c012498b7f47aaadf39698a.tar.bz2 uhd-c8e869b2e685cb8a5c012498b7f47aaadf39698a.zip |
loopback and test
Diffstat (limited to 'usrp2/models')
-rw-r--r-- | usrp2/models/gpmc_model.v | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usrp2/models/gpmc_model.v b/usrp2/models/gpmc_model.v index 1e7dcdde5..3424671bd 100644 --- a/usrp2/models/gpmc_model.v +++ b/usrp2/models/gpmc_model.v @@ -78,11 +78,12 @@ module gpmc_model #1000; GPMC_Read(1,36); #1000; - GPMC_Write(0,36,16'hF00D); - GPMC_Write(0,38,16'hF00D); - GPMC_Write(0,40,16'hF00D); - GPMC_Write(0,11'h7FFE,16'hF00D); - #1000; + GPMC_Write(0,36,16'h1234); + 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); + #100000; $finish; end |