diff options
author | Matt Ettus <matt@ettus.com> | 2010-04-15 14:51:41 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-04-15 14:51:41 -0700 |
commit | d7342b46abac60bf4e2811ac4798dc4e06b5844f (patch) | |
tree | 3d89e9c06626e968f455d9238be1886bea2f8445 /usrp2/top | |
parent | 7d00d3a7b93d53b2f60107f0e43645d35788cf2f (diff) | |
download | uhd-d7342b46abac60bf4e2811ac4798dc4e06b5844f.tar.gz uhd-d7342b46abac60bf4e2811ac4798dc4e06b5844f.tar.bz2 uhd-d7342b46abac60bf4e2811ac4798dc4e06b5844f.zip |
synchronous and asynchronous gpmc models
Diffstat (limited to 'usrp2/top')
-rw-r--r-- | usrp2/top/u1e/tb_u1e.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/u1e/tb_u1e.v b/usrp2/top/u1e/tb_u1e.v index 3cae74c8a..31e4fcb69 100644 --- a/usrp2/top/u1e/tb_u1e.v +++ b/usrp2/top/u1e/tb_u1e.v @@ -33,7 +33,7 @@ module tb_u1e(); .EM_WAIT0(EM_WAIT0), .EM_NCS4(EM_NCS4), .EM_NCS6(EM_NCS6), .EM_NWE(EM_NWE), .EM_NOE(EM_NOE) ); - gpmc_model gpmc_model + gpmc_model_async gpmc_model_async (.EM_CLK(EM_CLK), .EM_D(EM_D), .EM_A(EM_A), .EM_NBE(EM_NBE), .EM_WAIT0(EM_WAIT0), .EM_NCS4(EM_NCS4), .EM_NCS6(EM_NCS6), .EM_NWE(EM_NWE), .EM_NOE(EM_NOE) ); |