diff options
author | Matt Ettus <matt@ettus.com> | 2010-11-23 15:30:11 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-23 19:06:59 -0800 |
commit | 2a2e33575743b4a162935569321d47030f4bd5d0 (patch) | |
tree | 133c2748aa5fe126bc1bc93b90128d06c45a1d75 /usrp2/simple_gemac/simple_gemac_wrapper.build | |
parent | ffdb0ba08887e9bf9df600138d1e209e37d043db (diff) | |
download | uhd-2a2e33575743b4a162935569321d47030f4bd5d0.tar.gz uhd-2a2e33575743b4a162935569321d47030f4bd5d0.tar.bz2 uhd-2a2e33575743b4a162935569321d47030f4bd5d0.zip |
reduce warnings, modernize testbench
Diffstat (limited to 'usrp2/simple_gemac/simple_gemac_wrapper.build')
-rwxr-xr-x | usrp2/simple_gemac/simple_gemac_wrapper.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/simple_gemac/simple_gemac_wrapper.build b/usrp2/simple_gemac/simple_gemac_wrapper.build index 30f65ab17..9293deca6 100755 --- a/usrp2/simple_gemac/simple_gemac_wrapper.build +++ b/usrp2/simple_gemac/simple_gemac_wrapper.build @@ -1 +1 @@ -iverilog -Wimplict -Wportbind -y ../control_lib/newfifo/ -y ../models/ -y . -y miim -y ../coregen/ -y ../control_lib/ -o simple_gemac_wrapper_tb simple_gemac_wrapper_tb.v +iverilog -Wimplict -Wportbind -y ../fifo/ -y ../models/ -y . -y miim -y ../coregen/ -y ../control_lib/ -o simple_gemac_wrapper_tb simple_gemac_wrapper_tb.v |