LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Sponsors
  • Mirrors
  • Logos
  • Contact us
  •  
    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: 18 May 2003 00:35:25 +0700
    Subject: Re: [usb] Please help with a USB DPLL
    Top

    On Sun, 2003-05-18 at 02:28, mdennis97@h... wrote:
    > hi, Mr. rudi:
    > 
    > I am not so clear about the following code in usb_rx_phy.Maybe there 
    > are some special functions that I didn't grasp:
    > 
    > // Compensate for sync registers at the input - allign full speed
    > // clock enable to be in the middle between two bit changes ...
    > always @(posedge clk)
    > 	fs_ce_r1 <= #1 fs_ce_d;
    > 
    > always @(posedge clk)
    > 	fs_ce_r2 <= #1 fs_ce_r1;
    > 
    > always @(posedge clk)
    > 	fs_ce_r3 <= #1 fs_ce_r2;
    > 
    > always @(posedge clk)
    > 	fs_ce <= #1 fs_ce_r3;
    > 
    > Can I replace them with "assign fs_ce = fs_ce_d;"? If not, why?
    > 
    > 
    > Regards
    > 
    > Dennis
    
    Compensate for sync registers at the input - allign full speed
    clock enable to be in the middle between two bit changes ...
    
    -- 
    rudi               
    -------------------------------------------------------
    www.asics.ws  -- Solutions for your ASIC/FPGA needs ---
    ---------------- FPGAs * Full Custom ICs * IP Cores ---
    * * * FREE IP Cores  --> http://www.asics.ws/ <-- * * *
    
    
    
    
    
    

    ReferenceAuthor
    Re: [usb] Please help with a USB DPLLMdennis97

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