Top level file :  iop.v   I need clock info.

Can sun help me out about all the clock domaims present
in Opensparc
It would be of great help for me to time constrain all the paths
properly
I need the clock info. if the following modules are considered as
top timing module
OpensparcT1
DRAM
IOBDG
JBUS

Please refer to various documents available in the doc directory :
1. OpenSPARCT1_DataSheet.pdf document describes the 3 clock domains
in the chip (CPU, JBus, DRAM).
2. OpenSPARCT1_DVGuide.pdf document describes the top level
modules in the iop.v.
UltraSPARC T1 Supplement to UltraSPARC 2005
Architecture on the website describes
various clock ratios available and how to program the clock ratios.

Similar Messages

  • How to make the report shows only top level steps

    HI,
    I use many subsequences in my tests.  I have no interest to see them in the report.  How can I force the report to show only top level steps?
    Thanks
    Rafi

    I needed to prevent 'Skipped' steps from appearing in my reports.  One way to do this is to override the SequenceFilePostResultListEntry callback in the model.  You do this by clicking on Edit and then Sequence File Callbacks and then find SequenceFilePostResultListEntry in the list and click the Add button.
    Edit your new callback in your sequence file to check for a pre-condition.  In my case I checked for Parameters.Result.Status == "Skipped" since that parameter is set to Skipped, Done, etc. based on the result.
    If the condition was true then my only step in the callback was to set Parameters.DiscardResults = True.  The TestStand model will then throw that result away when it processes the report.  You could add a step for every type of data you wish to discard.
    A second method that is easier to implement, but time consuming, is to select each step you DON'T want in your report and bring up the Properties for that step.  Under the Run Options tab, deselect the Record Results box.  That will keep the results of that step out of the report, but you have to do this for EVERY step you don't want to have reported.  The first approach I provided acts to filter the results.
    If you aren't sure what the Parameters.Result.Status will be, then set a breakpoint after that step is executed and scan the parameters when the sequence is halted there.  You can then detect the actual text used as a result for that step, such as "Done" and can set your pre-condition appropriately.

  • How to Display Detailed navigation passing Top level navigation node name

    Hi All,
    I have prepared a DLN par file but unfortunatly my requirement is such that I need to pass one of the toplevel node name as input parameter and that should display the corresponding DLN which is from 3rd level.
    I have checked in sdn for passing a value to the navigation tag lib which will consider it as a selectednode but could find none.
    Can some body suggest me how to acheive this.
    Thanks in Advance.
    Sai Krishna. K

    Hi Kiran,
    Thanks for your Reply..
    Following is my Scenario:
    I use 2 same versions of portals connected via federated portal concept.
    I have my detailed navigation par file in portal2 and was calling it from portal1 from a iview.
    Since I am not physically navigating in portal2(which mean there is no selected node to iterate ), when I call that iview in portal1 it is picking up only 1st node in top level navigation.
    So i need to pass "My reports" (as 1st level) & "India" (as 2nd level) as parameters such that it gets only its DTN at all times from 3rd level.
    Hope you understand my scenario, below is my iteration code logic.
    <div id="myslidemenu" class="jqueryslidemenu">
    <ul>
         <nav:iterateSelectedNavNodesLevel level="<%=START_LEVEL%>">
         <%-- the 'currentDepth' attribute provides the byte value of the current level --%>
        <nav:recurseNavNodeChildren currentDepth="depth">
             <% current = start + depth.intValue() - 1; %>
             <%=writeClosingTags(last - current)%>
             <%
            last = current;
            %>
            <%-- we want to distinguish between folder and leaf nodes so we can use different graphics --%>
              <%-- complete the html syntax for the 'class' attribute pass it as an anchor attribute--%>
              <li><nav:navNodeAnchor navigationMethod="byURL" />
              <%-- checks for additional navigation level and the appropriate html tags to accomodate them --%>
            <nav:ifNextRecursionDepthWillIncrease>
                <ul>
            </nav:ifNextRecursionDepthWillIncrease>
            <nav:ifNextRecursionDepthWillNotChange>
                </li>
            </nav:ifNextRecursionDepthWillNotChange>
        </nav:recurseNavNodeChildren>
        <%=writeClosingTags(last - start)%>
        <% last = start; %>
    </nav:iterateSelectedNavNodesLevel>
    </ul>
    </div>
    As per the passing parameter concept please explain me a bit more clear with step by step procedure.
    <b>Here if not passing parameters, providing static values will also do for my requirement.</b>
    Many Thanks,
    Sai Krishna.
    Edited by: Konchada Sai Krishna on Feb 14, 2009 9:42 PM

  • How to display image in top level navigation

    Hi,
    how can i display an image in the top level navigation?
    (looks like the top level navigation of the SDN)
    Thanks,
    Norman

    Hello Norman,
    Please read through these forum links which also deal with customization of Portal 'Top Level Navigation'.
    Basically you need to download the required masthead.par and make the necessary changes as mentioned in the forum messages as belwo:
    [Customizing Top Level Navigation|https://forums.sdn.sap.com/thread.jspa?threadID=511530]
    [Customize Portal TLN|https://forums.sdn.sap.com/thread.jspa?threadID=1145007]
    Hope this helps.
    Regards,
    Shailesh

  • Top-level Numbering Continuation Across Files in a Book

    My department at work is looking to transition most of our files from Word to Structured Framemaker 9 (with an eye to DITA). I am trying to build a master template for this, and running into some numbering woes. I am fairly new to FM, so I'm hoping that there is an obvious solution to this issue, and it is just my inexperience standing in the way.
    Currently, documents that we do manage in framemaker are books which contain different files:
    1. Front Matter File
    2. TOC file
    3. First subject of the document
    4. Second subject of the document
    5. Etc.
    In the template, I have created the top level style as "Chapter" and set chapter numbering to continue from previous file in the book. To me, this is the most obvious way to get FM to treat the top level (only) as continued across files. Historically, the department has just maintained seperate templates for each type of file in the book (i.e., Front Matter Template, First Subject Template, Second Subject (and beyond) Template, etc.).  Because I don't envy the thought of creating and maintaining multiple structured templates with multiple EDDs to go with them, I have consolidated the templates into one master template that contains all the styles needed for whatever part of the document we are working with.
    My issues are:
    1. My team lead would like to abolish the use of the Chapter style in our books, and instead use Heading 1 as the top level in a book. Because we will be doing a lot of importing from Word, and all of our Word docs have H1 as the top level, she does not wish to have to bump all the Headings down in order to accomodate a new Chapter level on top after we import. If this is the best way to go, then how can I tell FM to continue numbering for only H1 across files?  Can I just use the <chapnum$> variable in the Heading 1 style for numbering and get away with abolishing the use of any other chapter designation?
    2. I believe it makes the most sense to set the template to continue numbering for the chapter variable from previous file in the book, since that is the most common scenario.  Then, I can reset the first chapter in the book (manually) to start numbering at 1. Is there any compelling reason not to do this? Will this cause any issues when we go to update a book, provided that we make sure to set the numbering for that first chapter file correctly? I hear that there is a way to set numbering properties for an entire book, but I cannot seem to find this feature - only setting numbering for files within a book.
    Thanks,
    Hannah

    Hannah,
    Using a single template for structured work is a good idea. The template may get big as you add master pages, etc, but management will be much easier.
    Use the <$chapnum> building block wherever you need it, such as in autonumbering for headings, tables, figures, etc. I would set the basic numbering properties in the template for the most often used case, such as a chapter. Thus, set the chapter numbering to be from previous and the page and paragraph numbering to be start at 1, if that is what you want.
    After you create the book file and add the various books, you now have a book whose documents ALL have the same numbering. So, select chapter one IN THE BOOK FILE, right-click it and select Numbering. Set the chapter to be 1. If you want the front matter and TOC pages to be arabic, select the first such chapter, right-click and select Numbering and set the page number to be i; the chapter numbering can be anything. For pages like front matter that do not show chapter numbers, you will have to create special master pages that do not use the <$chapnum> building block. You can also set a chapter number to be text, such as Index.
    Then update your book. The main point is that you set the numbering in the book file, not individual documents. If you do not, when you update the book, FrameMaker will warn you that the numbering in the book does not match the numbering in the documents. Note this is a WARNING. When you click OK, it uses the book numbering settings in the update, NOT the settings in the individual documents. So, it is always best practice to set numbering in the book file.
    I forgot to add... I am not sure how easy it will be to convert Word files into structured FrameMaker. I never do it, but others in the forum will likely have some tips about it.
    Van

  • XSQL file "Invalid at the top level of the document"

    I am trying to insert HTML form parameters into database using <xsql:insert-request>. It worked fine except that it displays <xsql-status action="xsql:insert-request" rows="1"/> after it inserts the data into the database. I am trying to follow the insertnewsform example in Steve's book "building oracle xml applications" to return user a thank-you note. Here is my problem:
    I have four files:
    faqform.html (html form, action=faqfeed.xsql)
    faqfeed.xsql
    request-to-faq.xsl (used as transform for faqfeed.xsql)
    thankyou.xsl (used for returning user a thank-you)
    When I submit the html form, I get an error saying:
    "The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    Invalid at the top level of the document. Line 1, Position 43
    <?xml version = '1.0' encoding = 'UTF-8'?>"
    I didn't put "encoding..." in any of my xsql files, not sure where that came from. When I used faqfeed.xsql?xml-stylesheet=none in the url and it showed up as a well-formed xml file with all the info I need. Here is my faqfeed.xsql and thankyou.xsl
    ********* faqfeed.xsql ***********
    <?xml version="1.0"?>
    <?xml-stylesheet type="text/xsl" href="thankyou.xsl"?>
    <page connection="template" xmlns:xsql="urn:oracle-xsql">
    <xsql:insert-request table="faq" transform="request-to-faq.xsl"/>
    <xsql:query tag-case="lower" max-rows="5" rowset-element="" row-element="faq">
    select * from faq
    </xsql:query>
    </page>
    ********* thankyou.xsl **********
    <html xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0">
    <head><title>Thank you!</title></head>
    <body>
    <h3>Thank you for your faq!</h3>
    Your faq has been successfully inserted to the database!
    <table>
    <xsl:for-each select="page/faq">
    <tr>
    <td><xsl:value-of select="question"/></td>
    <td><xsl:value-of select="answer"/></td>
    </tr>
    </xsl:for-each>
    </table>
    </body>
    </html>
    Anything I am missing here that caused that error? Any hints would be greatly appreciated!
    Wenqi
    null

    Do the XSQL Demos work correctly on your system?
    The error you're getting seems like maybe the *.xsql extension is not mapped properly to the oracle.xml.xsql.XSQLServlet class in your servlet engine.

  • How to move all files to the top level folder?

    I want to move all files within a particular folder -- and all files in all sub folders -- to the top level. i.e. I want to collapse the folder structure to just one folder. Assume that there are no files with the same name.
    *Method 1*
    My first thought was to use Find:
    1. Limit Find to the particular folder.
    2. Find all files in the folder with Size > 0.
    3. Switch to List view. All files are listed.
    4. Select all files and drag to the top folder
    5. Delete all sub folders manually.
    Problem: Pages files are not found, and maybe others aren't.
    This is a simple method and I'd like to stick with it.
    *QUES 1*
    What condition should I set within Find so that I can be guaranteed of finding all files?
    *Method 2*
    It was suggested in another thread that I use Terminal to move all files to the top level, but I couldn't get it to work. And there was a problem with files that consist of bundles.
    *QUES 2*
    What is the easiest way to consolidate all files within a folder to the top level -- assume no duplicate names -- and at the same time remove all sub folders?
    Message was edited by: Guy Burns

    Thanks for the suggestion of EasyFind.
    To find all files in a certain folder I typed in *[a-z 0-9] as a Boolean search (this thread won't let me post the exact characters required by EasyFind). That should cover every file I've ever named. EasyFind came back with "11719found/12316done".
    Any idea what the missing 500 files would be? I'm hoping they are files that I don't need to know about (invisible files, system files and so on).
    Message was edited by: Guy Burns

  • Top level clock timing error 0.00 ns

    I am working with Ni 9146 chassis in FPGA.  When the top-level clock was set to default (40 MHz) and the VI was compiled with Xilinx a timing error comes back which states the the time that the code took would be ~0.05 ns, but the expected time was 0.00ns.  Since it was 40 MHz the time required should have been 25ns.  I had the work around that I created a derived clock of 40 MHz, and this makes the compiler think the code needs to run in less than 25ns.  
    I do need to know why the default clock does not work though.  
    Thank you for your time
    Mitchell

    I have received similar errors in a few of my projects, typically in the past I have simply changed the "Implementation Strategy" from "default" to "reduced compile time". Although I just received the same error 3 times consecutively now and I'm not sure why. I have the exact same VI implemented on another FPGA of the same type which compiles without problem.
    I have received two 50pS timing violations and one 980pS timing violation.
    Attached are the screen shots of the two most recent errors. Any insight as to the cause?
    I just changed the "Implementation Strategy" to "optimize performance" hopefully this rectifies the issue.
    Attachments:
    5pS.jpg ‏201 KB
    98pS.jpg ‏224 KB

  • How do I find out the exact path of each and every file that LabVIEW finds and loads into memory for a given top level vi?

    How do I find out the exact path of each and every file that LabVIEW finds and loads into memory for a given top level vi? There is probably a trivial, easy way to get this info, but I have not yet found it!  Thanks..

    Or if you want to grab all the paths programatically, try the attached VI.
    Open the top level that you want all the paths from and close all others, then open the
    attached and run it. It will return an array of all the VIs that the VI
    in question uses, including vi.lib VIs. You can filter these as well if
    you like.
    Ed
    Message Edited by Ed Dickens on 08-01-2005 07:01 PM
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
    Attachments:
    Get all paths.vi ‏29 KB

  • What does the top level instance name "iop" mean?

    What does the top level instance name "iop" mean?

    Dear Humility,
    In general term higher level account group means which account group is used to the higher level customers in the Customer Hierarchy process.
    Or
    Which of these account groups are valid for higher-level customers in the hierarchy.
    I hope this will help you,
    Regards,
    Murali.

  • File Data Source Full Path of Top-level Directory

    Hi There,
    I am trying to create a File Data Source in BI Publisher.
    Navigation: Admin --> File
    The "Full Path of Top-level Directory" given for the demo_files (which comes with the product) is D:\OraHome_1\xmlp\XMLP\DemoFiles and all the demo reports are working fine.
    However our BI Server is a Unix server and above path seems to be on windows server.
    Please explain about this and how to locate the above path and place a new xml file.
    Thanks
    Krishna

    if you are thinking of creating xml file in linux, and access in windows, you have to share the windows drive and mount them in linux.
    so talk to you sysadmin, how to access windows folder in linux.

  • What is the "cores" directory at top level and their core.99999 files?

    At the top level of my Disk is a hidden directory called "cores".
    Within that directory are 105 files called "core.99999".
    The 99999 is a system assigned number?
    Each file is 380MB or very close, ie some are 381, some are 385.
    Each file of a particular size appears to arise in blocks of 8, 16, or 64
    My MacBook (early 2008) 4GB/750GB has been running slowly particularly when Safari builds up more than 3 Gb of Virtual Memory requirement.
    I found these files after a SuperDuper! backup showed about 40Gb less on the mirrored disk than on the inbuild system disk. I went searching with GrandPerspective and they appeared, beautifully arranged at top level of the disk, with the hidden cores directory at the same level as the System, Applications, Library and Users directories.
    I never saw these before in 10.6 Snow Leopard.
    Can I delete them manually, or via a procedure? They take up a lot of space.
    I am concerned they may be reason my MacBook pages VM very slowly as teh VM requirements of the programs I am running increases beyond 5 GB

    See https://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages /man5/core.5.html for starters. FWIW, mine is empty. So, you should be able to delete these, just ensure that you leave the cores directory in place.

  • Invalid at the top level of the document in XML file

    Hi,
    I am sending an XML file (Which is generated by SAP) through mail to the receiver. When the receiver opens the file he is getting the below error. Kindly help me to rectify this error.
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    Invalid at the top level of the document. Error processing resource 'file:///C:/Documents and Settings/bnkrishnan/Desktop/X...
    Regards,
    Navaneeth...

    Hi guys,
    Could any one help me in this?
    Regards,
    Navaneeth

  • Duplicating files on Top "Level" of HD in Yosemite stuck with PENDING and "X"

    Duplicating files on Top "Level" of HD in Yosemite stuck with PENDING and "X"-- which is incredible as it is happening on both my 2010 MBP-13" and my daughter's brand new MacBook Space gray:
    Go to the highest level on your hard drive --- where the SYSTEM and APPLICATIONS and USERS folders are located.  Now take any file or folder that is there (small or big) and click on it, the either choose "duplicate" or do cmd-d to make a duplicate of that file.  WHAT HAPPENS?
    For me-- the file duplicates but the icon has a progress bar image  along the

    I HOPE THIS HELPS people to see what I'm getting on the top level only:  Here are 2 images -- a before and after:  I have a very plain empty folder called "Test Folder 1 May 2015" in the first one (along with some other folders) and then in the second one you can see I duplicated that folder -- but it now has a progress bar and and "x" showing!  (Just the "duplicated" file - the one with copy in the name).  This is a screen shot (using "Totalfinder" if anyone is wondering).  Same with my daughter's new MacBook (and she has essentially nothing on it, is not using TotalFinder - but the same problem.  Hey, maybe it's not a problem, maybe it's a "feature" of Yosemite or just the way it treats root level folders now--- but I sure would like to get rid of this weirdness if possible without breaking the system!

  • Export Layers as Files: Top Level Layers and Layers Sets

    Is there a script that can do the following that ImageReady was capable of?
    File/Export Layers as Files/
    I know there is a script that can just export the layer as files, but what I want to do is export the "Top Level Layers and Layer Sets" so that I can send several layers grouped under a folder as one image.
    Thanks! - j

    Something like this should work:
    // enable double clicking from the
    // Macintosh Finder or the Windows Explorer
    #target photoshop
    // Make Photoshop the frontmost application
    app.bringToFront();
    // Start at the top of the layers stack and select each
    // layer in turn
    for (var i = 0; i < activeDocument.layers.length; i++) {
    activeDocument.activeLayer = activeDocument.layers[i];
    // Put all your processing functions... //
    duplicateSelectedLayers(activeDocument.activeLayer.name);
    var psdSaveOptions = new PhotoshopSaveOptions();
    app.activeDocument.saveAs( File( "~/Desktop/" + activeDocument.name + ".psd" ), psdSaveOptions);
    app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);
    // ...in the area between these two comments. //
    function duplicateSelectedLayers(soParent){
    var id2277 = charIDToTypeID( "Mk " );
    var desc304 = new ActionDescriptor();
    var id2278 = charIDToTypeID( "null" );
    var ref144 = new ActionReference();
    var id2279 = charIDToTypeID( "Dcmn" );
    ref144.putClass( id2279 );
    desc304.putReference( id2278, ref144 );
    var id2280 = charIDToTypeID( "Nm " );
    desc304.putString( id2280, soParent );
    var id2281 = charIDToTypeID( "Usng" );
    var ref145 = new ActionReference();
    var id2282 = charIDToTypeID( "Lyr " );
    var id2283 = charIDToTypeID( "Ordn" );
    var id2284 = charIDToTypeID( "Trgt" );
    ref145.putEnumerated( id2282, id2283, id2284 );
    desc304.putReference( id2281, ref145 );
    executeAction( id2277, desc304, DialogModes.NO );

Maybe you are looking for