diff options
author | Matt Ettus <matt@ettus.com> | 2010-04-15 16:16:31 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-04-15 16:16:31 -0700 |
commit | 449a420f4024004abc49f3a17d224910710def92 (patch) | |
tree | 0e54a4a1c482ef0dbcfb99935628f140821774d6 /usrp2/top/u1e/tb_u1e.v | |
parent | 2e6079841b7509f08a54c67db2ec19e07329e0d9 (diff) | |
download | uhd-449a420f4024004abc49f3a17d224910710def92.tar.gz uhd-449a420f4024004abc49f3a17d224910710def92.tar.bz2 uhd-449a420f4024004abc49f3a17d224910710def92.zip |
async gpmc progress
Diffstat (limited to 'usrp2/top/u1e/tb_u1e.v')
-rw-r--r-- | usrp2/top/u1e/tb_u1e.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usrp2/top/u1e/tb_u1e.v b/usrp2/top/u1e/tb_u1e.v index 31e4fcb69..5fc8134fb 100644 --- a/usrp2/top/u1e/tb_u1e.v +++ b/usrp2/top/u1e/tb_u1e.v @@ -21,9 +21,9 @@ module tb_u1e(); wire [1:0] EM_NBE; reg clk_fpga = 0, rst_fpga = 1; - always #15.625 clk_fpga = ~clk_fpga; + always #15625 clk_fpga = ~clk_fpga; - initial #200 + initial #200000 @(posedge clk_fpga) rst_fpga <= 0; |