diff options
author | Matt Ettus <matt@ettus.com> | 2009-09-10 22:04:07 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2009-12-21 16:50:35 -0800 |
commit | a20bd4d33884d7d807facaff5b33a3785202c2aa (patch) | |
tree | 7f44edaa6ac514c6906882346b311a9ae11d0e90 /simple_gemac/simple_gemac_wrapper19.build | |
parent | 8f2c33eab9396185df259639082b7d1618585973 (diff) | |
download | uhd-a20bd4d33884d7d807facaff5b33a3785202c2aa.tar.gz uhd-a20bd4d33884d7d807facaff5b33a3785202c2aa.tar.bz2 uhd-a20bd4d33884d7d807facaff5b33a3785202c2aa.zip |
19 bit wide interface in prep for connection to UDP/IP state machines.
TX side done, not rx yet. Not tested, but it does compile.
Diffstat (limited to 'simple_gemac/simple_gemac_wrapper19.build')
-rwxr-xr-x | simple_gemac/simple_gemac_wrapper19.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simple_gemac/simple_gemac_wrapper19.build b/simple_gemac/simple_gemac_wrapper19.build new file mode 100755 index 000000000..4be0aac1f --- /dev/null +++ b/simple_gemac/simple_gemac_wrapper19.build @@ -0,0 +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 |