commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r7267 - usrp2/trunk/fpga/testbench


From: matt
Subject: [Commit-gnuradio] r7267 - usrp2/trunk/fpga/testbench
Date: Wed, 26 Dec 2007 12:37:33 -0700 (MST)

Author: matt
Date: 2007-12-26 12:37:32 -0700 (Wed, 26 Dec 2007)
New Revision: 7267

Modified:
   usrp2/trunk/fpga/testbench/Makefile
   usrp2/trunk/fpga/testbench/cmdfile
Log:
progress


Modified: usrp2/trunk/fpga/testbench/Makefile
===================================================================
--- usrp2/trunk/fpga/testbench/Makefile 2007-12-26 19:36:45 UTC (rev 7266)
+++ usrp2/trunk/fpga/testbench/Makefile 2007-12-26 19:37:32 UTC (rev 7267)
@@ -1,7 +1,7 @@
 all: u2_sim
 
 u2_sim:        
-       iverilog -Wimplicit -Wportbind -c cmdfile u2_sim_top.v -o u2_sim
+       iverilog -Wimplicit -Wportbind -c cmdfile 
../top/single_u2_sim/single_u2_sim.v -o single_u2_sim
 
 clean:
-       rm -f u2_sim *.vcd
+       rm -f single_u2_sim *.vcd *.lxt

Modified: usrp2/trunk/fpga/testbench/cmdfile
===================================================================
--- usrp2/trunk/fpga/testbench/cmdfile  2007-12-26 19:36:45 UTC (rev 7266)
+++ usrp2/trunk/fpga/testbench/cmdfile  2007-12-26 19:37:32 UTC (rev 7267)
@@ -1,6 +1,6 @@
 # My stuff
 -y .
--y ../u2_basic
+-y ../top/u2_basic
 -y ../../control_lib
 -y ../../serdes
 -y ../../sdr_lib





reply via email to

[Prev in Thread] Current Thread [Next in Thread]