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: chonghuaming@s...
    Date: Fri, 1 Mar 2002 04:51:37 +0100
    Subject: [usb] question in usb function core
    Top

    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
    
    
    
    

    Follow upAuthor
    Re: [usb] question in usb function coreRudolf Usselmann

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