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 > Cores > Message List > Message Post

    Message

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

    From: "Leo Jarillas" <leo.jarillas@e...>
    Date: Fri, 6 Jun 2003 11:40:22 +0800
    Subject: [oc] uart modem outputs
    Top

      Hi.  I was looking at the UART16550 core and want to clarify
    something.  On the pdf document (UART Core Specification), it is
    indicated on section 4.6 Modem Control Register that the value of RTS
    and DTR (these are RTS_PAD_O and DTR_PAD_O right?) are the complement of
    what is set on the MCR.  But in uart_regs.v, I found these assignments
    
    assign	rts_pad_o = mcr[`UART_MC_RTS];
    assign	dtr_pad_o = mcr[`UART_MC_DTR];
    
      I didn't found anywhere in the code a statement that will assign the
    complement of the MCR value to RTS/DTR.  Which is correct? The document
    or the code?  Please clarify.  
    
    Thank you very much.
    
    Leo
    
    
    
    

    Follow upAuthor
    Re: [oc] uart modem outputsJohn Sheahan

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