aboutsummaryrefslogtreecommitdiffstats
path: root/usrp2/top/E1x0/make.sim
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2011-06-07 16:48:30 -0700
committerMatt Ettus <matt@ettus.com>2011-06-07 16:48:30 -0700
commite4be5c906e8c1f0901ff7206b4b965a0abc7d8d2 (patch)
tree7c7d2f9697d9d873e3d6917da6a87e31cabbbc93 /usrp2/top/E1x0/make.sim
parentf0a9f021120eae604321edb9a97a7a5d8716da47 (diff)
downloaduhd-e4be5c906e8c1f0901ff7206b4b965a0abc7d8d2.tar.gz
uhd-e4be5c906e8c1f0901ff7206b4b965a0abc7d8d2.tar.bz2
uhd-e4be5c906e8c1f0901ff7206b4b965a0abc7d8d2.zip
lots of renaming and moving around of toplevel directories to reflect product names
Diffstat (limited to 'usrp2/top/E1x0/make.sim')
-rw-r--r--usrp2/top/E1x0/make.sim7
1 files changed, 7 insertions, 0 deletions
diff --git a/usrp2/top/E1x0/make.sim b/usrp2/top/E1x0/make.sim
new file mode 100644
index 000000000..1c163884c
--- /dev/null
+++ b/usrp2/top/E1x0/make.sim
@@ -0,0 +1,7 @@
+all: sim
+
+sim:
+ iverilog -Wimplicit -Wportbind -c cmdfile tb_u1e.v -o tb_u1e
+
+clean:
+ rm -f tb_u1e *.vcd *.lxt a.out