diff options
author | Matt Ettus <matt@ettus.com> | 2010-02-18 18:03:26 -0800 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-02-18 18:03:26 -0800 |
commit | e56b4767451dcdca41512faba634b812e44d2e1d (patch) | |
tree | e1db75cafea6fa739ded87024cf74bd726c7ac60 /usrp2/top/u1e/tb_u1e.v | |
parent | 1912ff60acd490a24204a7596e373e9aef9276cd (diff) | |
download | uhd-e56b4767451dcdca41512faba634b812e44d2e1d.tar.gz uhd-e56b4767451dcdca41512faba634b812e44d2e1d.tar.bz2 uhd-e56b4767451dcdca41512faba634b812e44d2e1d.zip |
Fixed paths to help icarus find opencores and xilinx models. Added Xilinx global set and reset module.
Diffstat (limited to 'usrp2/top/u1e/tb_u1e.v')
-rw-r--r-- | usrp2/top/u1e/tb_u1e.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usrp2/top/u1e/tb_u1e.v b/usrp2/top/u1e/tb_u1e.v index 85d2b49f0..319645af6 100644 --- a/usrp2/top/u1e/tb_u1e.v +++ b/usrp2/top/u1e/tb_u1e.v @@ -7,6 +7,8 @@ module tb_u1e(); wire [31:0] debug; wire [1:0] debug_clk; + xlnx_glbl glbl (.GSR(),.GTS()); + initial begin $dumpfile("tb_u1e.lxt"); $dumpvars(0,tb_u1e); |