commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4821 - in gnuradio/branches/developers/matt/u2f/top:


From: matt
Subject: [Commit-gnuradio] r4821 - in gnuradio/branches/developers/matt/u2f/top: . u2_basic
Date: Thu, 29 Mar 2007 16:41:56 -0600 (MDT)

Author: matt
Date: 2007-03-29 16:41:56 -0600 (Thu, 29 Mar 2007)
New Revision: 4821

Added:
   gnuradio/branches/developers/matt/u2f/top/u2_basic/
   gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.ucf
   gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.v
Log:
new directory for basic template


Added: gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.ucf
===================================================================
--- gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.ucf             
                (rev 0)
+++ gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.ucf     
2007-03-29 22:41:56 UTC (rev 4821)
@@ -0,0 +1,9 @@
+#PACE: Start of Constraints generated by PACE
+
+#PACE: Start of PACE I/O Pin Assignments
+
+#PACE: Start of PACE Area Constraints
+
+#PACE: Start of PACE Prohibit Constraints
+
+#PACE: End of Constraints generated by PACE


Property changes on: 
gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.ucf
___________________________________________________________________
Name: svn:executable
   + *

Added: gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.v               
                (rev 0)
+++ gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.v       
2007-03-29 22:41:56 UTC (rev 4821)
@@ -0,0 +1,26 @@
+`timescale 1ns / 1ps
+//////////////////////////////////////////////////////////////////////////////////
+// Company: 
+// Engineer: 
+// 
+// Create Date:    16:40:10 03/28/2007 
+// Design Name: 
+// Module Name:    u2_basic 
+// Project Name: 
+// Target Devices: 
+// Tool versions: 
+// Description: 
+//
+// Dependencies: 
+//
+// Revision: 
+// Revision 0.01 - File Created
+// Additional Comments: 
+//
+//////////////////////////////////////////////////////////////////////////////////
+module u2_basic(a,b
+        );
+input a;
+output b;
+
+endmodule


Property changes on: 
gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.v
___________________________________________________________________
Name: svn:executable
   + *





reply via email to

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