LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Usb > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: Rudolf Usselmann <rudi@a...>
    Date: Sat, 2 Mar 2002 09:04:29 +0700
    Subject: Re: [usb] question in usb function core
    Top

    
    
    Sorry, the USB function doc isn't very accurate. It's intended
    to give a broad and basic overview of the operations only.
    You should use the USB 2.x specification and/or the UTMI
    specification for actual operation information.
    
    rudi
    
    On Friday 01 March 2002 10:51 am, you wrote:
    > hi everybody
    >
    > "the assertion of se0 for more than 2.5us is interpreted as a reset by
    > device operating in low_speed or full_speed "in the page 40 of
    > 2_0_Xcvr_Macrocell_1_05.pdf
    > is conflicted with "if idle asserted for >2.5us but <3.0 ms& FS mode,then
    > enter RESET"in the page 22 of USB FUNCTION CORE.
    > i think , se0  isnt  same with  idle in FS mode.
    >
    > in programm USB IP FUNCTION
    > in module UTMI_IF
    >
    > NORMAL:
    > begin
    >   if (!mode_hs &T1_gt_2_5_us &T1_st_3_0_ms& !idle_long)
    >   begin
    >       me_cnt_clr=1'b1;
    >       next_state=RESET;
    >     end
    > the !idle_long in the NORMAL isnt same with in the page 22 of USB
    > FUNCTION CORE
    >
    > bestregard
    >
    > chmhero
    
    
    
    
    

    ReferenceAuthor
    [usb] question in usb function coreChonghuaming

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.