diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-22 19:25:06 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-22 19:25:06 -0800 |
commit | aebd62b626a8910f5ca92694b56162940f9a09fa (patch) | |
tree | fbe15be93391be35e837fec567f97d07fe8c6e3d /fpga/usrp2/simple_gemac/simple_gemac_wrapper19.build | |
parent | d34565968a4f764252a492de42c0e8f93f2e7666 (diff) | |
parent | 195c8f9a53b4737478ca4c46fe226bd1d8c6857f (diff) | |
download | uhd-aebd62b626a8910f5ca92694b56162940f9a09fa.tar.gz uhd-aebd62b626a8910f5ca92694b56162940f9a09fa.tar.bz2 uhd-aebd62b626a8910f5ca92694b56162940f9a09fa.zip |
Merge branch 'fpga_next' into uhd_next
Diffstat (limited to 'fpga/usrp2/simple_gemac/simple_gemac_wrapper19.build')
-rwxr-xr-x | fpga/usrp2/simple_gemac/simple_gemac_wrapper19.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp2/simple_gemac/simple_gemac_wrapper19.build b/fpga/usrp2/simple_gemac/simple_gemac_wrapper19.build index 4be0aac1f..b9475baa2 100755 --- a/fpga/usrp2/simple_gemac/simple_gemac_wrapper19.build +++ b/fpga/usrp2/simple_gemac/simple_gemac_wrapper19.build @@ -1 +1 @@ -iverilog -Wimplict -Wportbind -y ../control_lib/newfifo/ -y ../models/ -y . -y miim -y ../coregen/ -y ../control_lib/ -o simple_gemac_wrapper19_tb simple_gemac_wrapper19_tb.v +iverilog -Wimplict -Wportbind -y ../fifo/ -y ../models/ -y . -y miim -y ../coregen/ -y ../control_lib/ -o simple_gemac_wrapper19_tb simple_gemac_wrapper19_tb.v |