commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r5073 - gnuradio/branches/developers/matt/u2f/top/u2_b


From: matt
Subject: [Commit-gnuradio] r5073 - gnuradio/branches/developers/matt/u2f/top/u2_basic
Date: Sun, 22 Apr 2007 16:38:11 -0600 (MDT)

Author: matt
Date: 2007-04-22 16:38:10 -0600 (Sun, 22 Apr 2007)
New Revision: 5073

Added:
   gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.ut
Modified:
   gnuradio/branches/developers/matt/u2f/top/u2_basic/
   gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.v
Log:
progress



Property changes on: gnuradio/branches/developers/matt/u2f/top/u2_basic
___________________________________________________________________
Name: svn:ignore
   - xst
_ngo
_xmsgs
*.stx
*.tspec
*.xml
*.gyd
*.ngr
*.tim
*.err
*.lso
*.bld
*.cmd_log
*.ise_ISE_Backup
*.mfd
*.vm6
*.syr
*.xst
*.csv
*.html
*.jed
*.pad
*.ng*
*.pnx
*.rpt
*.prj
*_html
*_log
*.lfp

   + xst
_ngo
_xmsgs
*.stx
*.tspec
*.xml
*.gyd
*.ngr
*.tim
*.err
*.lso
*.bld
*.cmd_log
*.ise_ISE_Backup
*.mfd
*.vm6
*.syr
*.xst
*.csv
*.html
*.jed
*.pad
*.ng*
*.pnx
*.rpt
*.prj
*_html
*_log
*.lfp
*.bit
*.bin
*.vcd
*.unroutes
*.drc
*_map.*
*_guide.*
*.twr
*.twx
a.out


Added: gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.ut
===================================================================
--- gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.ut              
                (rev 0)
+++ gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.ut      
2007-04-22 22:38:10 UTC (rev 5073)
@@ -0,0 +1,28 @@
+-w
+-g DebugBitstream:No
+-g Binary:no
+-g CRC:Enable
+-g ConfigRate:6
+-g CclkPin:PullUp
+-g M0Pin:PullUp
+-g M1Pin:PullUp
+-g M2Pin:PullUp
+-g ProgPin:PullUp
+-g DonePin:PullUp
+-g TckPin:PullUp
+-g TdiPin:PullUp
+-g TdoPin:PullUp
+-g TmsPin:PullUp
+-g UnusedPin:PullDown
+-g UserID:0xFFFFFFFF
+-g DCMShutdown:Disable
+-g DCIUpdateMode:AsRequired
+-g StartUpClk:CClk
+-g DONE_cycle:4
+-g GTS_cycle:5
+-g GWE_cycle:6
+-g LCK_cycle:NoWait
+-g Match_cycle:Auto
+-g Security:None
+-g DonePipe:No
+-g DriveDone:No

Modified: gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.v       
2007-04-22 20:44:08 UTC (rev 5072)
+++ gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.v       
2007-04-22 22:38:10 UTC (rev 5073)
@@ -118,7 +118,7 @@
    // Generic SPI
    output sclk,
    output sen_clk,
-   input sen_dac,
+   output sen_dac,
    output sdi,
    input sdo,
    
@@ -157,7 +157,7 @@
    input [15:0] io_rx
    );
    
-   wire        dsp_clk, wb_clk, wb_rst, POR;
+   wire        dsp_clk, wb_clk, wb_rst, reset;
    
    assign      debug = {clk_status, reset, sen_clk, sclk, sdi, sdo};
    assign      debug_clk[0] = aux_clk;
@@ -194,7 +194,7 @@
    wire          m0_ack, m1_ack, s0_ack, s1_ack, s2_ack, s3_ack, s4_ack, 
s5_ack, s6_ack, s7_ack;
    wire          m0_stb, m1_stb, s0_stb, s1_stb, s2_stb, s3_stb, s4_stb, 
s5_stb, s6_stb, s7_stb;
    wire          m0_cyc, m1_cyc, s0_cyc, s1_cyc, s2_cyc, s3_cyc, s4_cyc, 
s5_cyc, s6_cyc, s7_cyc;
-   wire          m0_err, m1_err, s0_err, s1_err, s2_err, s3_err, s4_err, 
s5_err, s6_err, s7_ack;
+   wire          m0_err, m1_err, s0_err, s1_err, s2_err, s3_err, s4_err, 
s5_err, s6_err, s7_err;
    wire          m0_rty, m1_rty, s0_rty, s1_rty, s2_rty, s3_rty, s4_rty, 
s5_rty, s6_rty, s7_rty;
    wire          m0_we, m1_we, s0_we, s1_we, s2_we, s3_we, s4_we, s5_we, 
s6_we, s7_we;
    wire          m0_cab, m1_cab, s0_cab, s1_cab, s2_cab, s3_cab, s4_cab, 
s5_cab, s6_cab, s7_cab;





reply via email to

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