What DQS column locations & DQ master/slave settings do I pick in 10.1 EDK?

I am attempting to duplicate the FPGA synthesis flow using XST and ACE to boot Solaris on a Digilent board. I encounter some steps, warnings, and errors listed below that are not covered in the documentation I have. In following section 6.2 of the DV Guide,
after first running
     rxil -device=XC5VLX110 sparc
I opened the ML505 project that I found in the Release 1.6 location at $DV_ROOT/design/sys/edk/system.xmp using XPS 10.1 (required to be 9.1i or later), which updated the project (I believe from EDK 9.2 in OpenSPARC 1.6) to the current release, including some manual updates required to be made because of incompatible cores as described in file Version_Changes.log:
The following files will be modified:
system.mhs
system.mss
The following changes will be made:
Core microblaze 7.00.b will be replaced by 7.10.a
Core plb_v46 1.00.a will be replaced by 1.02.a
Core mdm 1.00.a will be replaced by 1.00.b
Driver emaclite 1.11.a will be replaced by 1.12.a
The following changes need to be made manually by the user:
Core xps_ethernetlite 1.00.a needs to be replaced by 2.00.a
Core mpmc 3.00.b needs to be replaced by 4.00.a
Core clock_generator 1.00.a needs to be replaced by 2.00.a
In following the next step:
XPS 10.1 „³ Hardware „³ Generate Bitstream
I get warnings and errors in the XPS log file:
Check port drivers...
WARNING:MDT - PORT:IWAIT CONNECTOR:ilmb_LMB_Wait -C:\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\microblaze_v7_10_a\data\microblaze_v2_1_0.mpd line 196 - No driver found. Port will be driven to GND!
WARNING:MDT - PORT:DWAIT CONNECTOR:dlmb_LMB_Wait -C:\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\microblaze_v7_10_a\data\microblaze_v2_1_0.mpd line 232 - No driver found. Port will be driven to GND!
WARNING:MDT - PORT:bscan_tdo1 CONNECTOR:bscan_tdo1 -C:\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\mdm_v1_00_b\data\mdm_v2_1_0.mpd line 197 - No driver found. Port will be driven to GND!
WARNING:MDT - PORT:I_ADDRTAG CONNECTOR:ilmb_M_ADDRTAG -C:\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\microblaze_v7_10_a\data\microblaze_v2_1_0.mpd line 194 - floating connection!
WARNING:MDT - PORT:D_ADDRTAG CONNECTOR:dlmb_M_ADDRTAG -C:\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\microblaze_v7_10_a\data\microblaze_v2_1_0.mpd line 235 - floating connection!
WARNING:MDT - PORT:FSL0_S_CLK CONNECTOR:ccx2mb_0_to_microblaze_0_FSL_S_Clk -C:\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\microblaze_v7_10_a\data\microblaze_v2_1_0.mpd line 332 - floating connection!
WARNING:MDT - PORT:FSL0_M_CLK CONNECTOR:microblaze_0_to_ccx2mb_0_FSL_M_Clk -C:\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\microblaze_v7_10_a\data\microblaze_v2_1_0.mpd line 337 - floating connection!
WARNING:MDT - PORT:bscan_tdi CONNECTOR:bscan_tdi -C:\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\mdm_v1_00_b\data\mdm_v2_1_0.mpd line 190 - floating connection!
Constructing platform-level connectivity ...
ERROR:MDT - IPNAME:mpmc INSTANCE:DDR2_SDRAM PORT:MPMC_Clk0_DIV2 -
C:\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\mpmc_v4_00_a\data\mpmc_v2_1
_0.mpd line 2158 - ASSIGNMENT=REQUIRE is defined in the MPD. You must specify
a connection in the MHS.
ERROR:MDT - IPNAME:mpmc INSTANCE:DDR2_SDRAM PARAMETER:C_MEM_DQS_IO_COL -
C:\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\mpmc_v4_00_a\data\mpmc_v2_1
_0.mpd line 197 - ASSIGNMENT=REQUIRE is defined in the MPD. You must specify
a value in the MHS.
ERROR:MDT - IPNAME:mpmc INSTANCE:DDR2_SDRAM PARAMETER:C_MEM_DQ_IO_MS -
C:\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\mpmc_v4_00_a\data\mpmc_v2_1
_0.mpd line 198 - ASSIGNMENT=REQUIRE is defined in the MPD. You must specify
a value in the MHS.
The sourceless connector error disappeared after I made the selections:
Xilinx Platform Studio > System Assembly View tab > Ports tab > DDR2_SDRAM > MPMC_Clk0_DIV2 > Make External
For the two remaining parameter errors I can choose:
Xilinx Platform Studio > System Assembly View tab > Configure IP...
Interface tab > Memory Interface Generator (MIG) Settings tab >
PDF Datasheet button leading to documentation of the parameters
and
C_MEM_DQS_IO_COL
C_MEM_DQ_IO_MS
For the ML505 board, what do I choose as a column location of left/center/right (00/01/10) for each of 8 DQS pins?
What do I choose as a value of master/slave (1/0) for each of 64 DQ pins?
A different top level block
rxil -device=XC5VLX110 iop_fpga
results in
XST ERROR : Could not open $DV_ROOT/design/sys/iop/iop_fpga/xst/iop_fpga.flist at $DV_ROOT/tools/perlmod/rxil,1.1 line 196.
Edited by: sparcMT1 on Dec 15, 2008 9:04 PM

Hi sparcMT1,
I'm not sure what the problem is. When we read in the 9.2 project into 10.1, it updated cores with very few problems.
One thing you can try is to do only the automatic updates. For example, even though XPS says that "these changes need to be made by the user", just leave the MPMC with version 3.0. I'm looking at one of our projects, and it seems that we did just that.
formalGuy

Similar Messages

  • Master/Slave Settings?

    Hello Everyone. I need a little guidance here. The original HD in my B&W, Rev 2, is a Maxtor 6.03GB, ATA, Model 90648D3. I have it partitioned, running Classic and OS 10.2.8. I also have a second SCSI drive, a Quantum Atlas 35GB that I've been using as storage but it's almost full. I decided to get a large HD so I recently purchased a Seagate Cheetah 73GB Ultra-2 SCSI. The drive is an 80 pin but came with a 68 pin SCSI adapter. i thought that the two SCSI drives, with different IDs of course, would work so I installed the drive, thinking that since it was SCSI that I wouldn't have the Master/Slave issue, however I can't boot from the new drive at all. I've tried everything, short of standing on my head, with no success. I would really like to have classic on one of the drives and Tiger on the other but the drives only show up when I reconnect the Maxtor and boot from it. Does anyone know what the problem is here?
    As always, any help is always appreciated! Thank you.

    Ummm,
    Look like you did all the step correctly, but do you use an upgrade card?, because I saw it on your specs at the bottom of youe thread that "B&W G3 .. upgraded to G4", if that is so you are out of luck base on this page :
    http://www.apple.com/macosx/techspecs/
    Maybe somebody would have a trick to install it using emulator software like xfacto or else, but I haven't try that and I heard it will chunk or disable some of Tiger feature, so what is the point of using Tiger if it is half a man it used to be..
    Try to use your original processor first to install the system and after that, restart while pressing the mouse to pop the installer disk out, and press option to give you the option for start up disk. if you are too late, just restart again (after you take the installation disk out) by pressing the reset button or pull and plug back the power cable (not recommended) and hit option key until it give you start up disk option.
    IF it still not coming up, maybe tiger doesn't support either your hd or scsi card for boot up.
    Hope it help now.

  • Master/Slave settings for HD and SuperDrive

    i recently updated the hard drive to a 17" usb2 iMac flat panel, I upgraded the standard 80GB HD with a new maxtor 250GB disk, the problem is that the transfer rate from dvd/firewire/hd to hd are superslow.
    what i don't know is the jumper settings for the two units, i used slave for the superdrive and master for the hard drive, is it possible that they go inverted?
    thanks
    g

    I don't know if that's causing the low data rate, but Apple sets the superdrive to master and the harddrive cable select (see http://developer.apple.com/documentation/Hardware/DeveloperNotes/Macintosh_CPUs-G4/iMacNov03/index.html). I know from own tests that the 17" iMac G4 is capable of 50 MB/s for the internal HD.
    Mac mini G4 1,42/512/80, PowerBook G4 12" 1,5/1,25/80 + 23" ACD   Mac OS X (10.4.7)   as well as iMac G4 17" 1,25/2/320, PM G3 DT 500/576/20 + 17" Syncmaster 710T

  • Satellite Pro 6100: What drive and connection is supported - Master, Slave or CSEL?

    Hello,
    i want to install a Pioneer DVR-K14L DVD writer.
    After the installation, the notebook show me an
    error during the initialisation.
    It is possible to use this type of Slimline DVD writer?
    What kind of modus is important (master, slave or cable-select)?
    Thank you and
    best regards
    oelauge

    Hi
    I assume you get an IDE# 1 error message. Am I right?
    The fact is that not all drives are compatible with the notebooks.
    I'm not sure which settings the supported drive should have. But I surmise it's could be a CSEL.
    However, I have found this DVD-RW drive which should be compatible; the part number is P000366780
    http://www.getpartsonline.com/p000366780.html
    But unfortunately, there is nothing about the pin assignment and the settings.
    If you want to be 100% sure about the supported devices on your notebook so you should ask the Toshiba service partner in your country for the details

  • What, exactly, does the "Master Slave Config" VI do?

    Hi,
    I have LV 6.0 and I'm trying to use two NI 6110 boards in a master-slave relationship so that they use the same clock when acquiring analog input. I've found documentation and example on how to do this using the "Route Signal" VI and the "AI Clock Config" VI. All of this work well for me, but I came accross a mention of a "Master Slave Config" VI in the "VI and Function Reference >> Data Acquisition VIs >> Calibration and Configuration" second of the Labview help. The info supplied by this help documention is meager, but there are hints that it might be useful to me and I'd like to figure out what exactly it does. Unfortunately, I can't seem to find any more info about it at the NI website, nor can I find an
    y example of how it is used. I found the VI itself in "C:\Program Files\National Instruments\LabVIEW 6\vi.lib\Daq\misc.llb" and discovered that the diagram is very simple. It just calls a DLL routine.
    Does anybody have any info on the "Master Slave Config" VI?

    The Master Slave Config VI configures one device as a master device and any remaining devices as slave devices for multiple-buffered analog input operations.
    The master device sends a trigger or clock signal to the slave device(s) to control the slave device sampling. In a multiple-buffer acquisition, you must enable the slave device before the master device to make sure the slave device always responds to a master signal. If you enable the master device first, it can send a signal to the slave devices before they can respond. You are responsible for the initial startup order. You should always start the master device last. The Master Slave Configuration VI makes sure LabVIEW arms the master device last for each subsequent buffer acquired during a multiple-buffer
    acquisition. This is the only help I could find.
    I have never used this VI and always use the Route Signal VI because it is a very simple VI to use. I believe the Master Slave Config VI is useful when you don't want to use the Route Signal VI multiple times when you're synchronizing multiple devices.

  • What to do if my master page is too small for custom master page column, I need to change the papers

    What to do if my master page is too small for custom master page column, I need to change the papersize from A4 to US letter size *

    My 2nd gen works fine with WPA2 and AES encryption.
    You may need to go back and start over.  Reset the router back to factory defaults, log on as the admin, set up security, DHCP, and make sure the IP address pool has enough IP addresses to lease to ALL of the computers/devices that will connect to that the router.

  • Master-Slave design Implementation

    Hi,
    I am trying to design a master-slave system with the following attributes:
    1. Linux Master box having all the Java code.
    2. At least two Windows XP Professional Slave boxes (no Java code on any of these)
    Front end screens on Master would contain a text fields for IP Address and Java program to be executed. On a click of button, the slaves (who's IP Address was entered in the Master screen text field) would get the request to execute the given Java program, a given number of times. Once executed, each slave would turn the results in to the master via a file. After all the slaves have turned in their results, Master would consolidate the results, work another program on the results and re-delegate tasks to the slaves. The steps would stop iterating only when an exit criteria specified by the program has been met.
    If we were to restrict all code to only the master box, what could be the lucidly possible ways to achieve this design?
    Thanks!

    You will need some machanism to send the programs to slaves atleast temperarly in order to be executed there.
    Or you will have to provide a vay for the programs to access the required respurces (files , ect..) in the slaves and let the programs run in the master.

  • Master-Slave Problem: Please Help

    I am having a problem getting master/slave repositories set up for synchronization.
    My MDM server environment is Solaris with Oracle 10.2 database.
    MDM version is 5.5.41.58 (5.5 SP05).
    I create a repository. I unarchive my data into it. I create a slave repository from it. I go into Data Manager and change the description of one product in the master repository. In the Console, the server log has the following message:
    Master Server failed to log change because of error: The new transaction id is less than the last transaction id. (code 4289454080).
    Has anybody had the same issue? Any clues as to what the problem and/or fix is?
    Thanks in advance.

    Hello Simon,
    Thank you for taking the time to respond.
    The unarchive process involved the following: we have a production catalog running MDM 4.0.58. We had an SAP consultant assist in migrating our catalog to MDM 5.5 SP05. This was done using a local server running Windows and SQL Server. From the Windows MDM 5.5, I made an archive. I transferred it to the Solaris/Oracle environment. Using the Console I did the unarchive.
    One interesting thing to note: when MDM 5.5 SP05 was installed on Solaris, the "Modifications" directory was not created. Initial attempts to synchronize gave a different error. I determined that the directory was missing and had our data center admin create it. He then stopped the MDM server and restarted it. Then I deleted my master and slave repositories and started over. And then got the error referenced above.
    Running the CLIX command gives the following:
    52 for the master and 50 for the slave.
    In the server log, the only errors I see (other than the one about the transaction id's) are when starting the master and slave repositories I see:
    SERVICE 'xxx', SCHEMA 'yyy', ERROR CODE=1002 ||| ORA-01002: fetch out of sequence   Last CMD: SELECT PermanentId, Id, F153, F154, F163, F164, F353, F387, F414 FROM A2i_40
    In the assertion log, there is nothing at the time of creating the slave. When starting the slave, there are many messages relating to accelerators. At the time when I was changing the data in the master, there are messages from A2iIndexedTransactions.cpp (lines 647, 119, 96, and 231).
    If you need any more info, let me know.
    Thanks again for your help.

  • What is time dependent / independent master data ? what impact it has

    Hi All,
    Please let me know what is time dependent / independent master data ? what impact it has on the data.
    Kindly suggest .
    Regards,
    Sushmita

    Hi Sushmita,
    I will expain to you by taking an example.
    Suppose you have customer and that customer have location as attribute.
    So this customer may change from one location to another location from time to time so here you have to maintain time dependent master data for this customer.
    You have to maintain below like this
    Customer   from_data   to_date    location.
    c100          01/9/2008     12/12/2008   bang
    c100          13/12/2008    22/1/2009    Hyd
    Hope it helps.
    Thanks & Regards,
    Ramnaresh .P.
    Edited by: ramnaresh porana on Jan 22, 2009 5:23 AM

  • Having migration trouble: master/slave issue in G4

    I just got a 24-inch imac and began the migration process yesterday. And if it were 2005 I'd be in great shape. The new iMac saw only my ORIGINAL 20 GB drive (in two partitions, one for OS9 and one for OSX) and I, not realizing it didn't see the drive i installed in January 2005 and which is now my main drive, had it migrate the stuff from that drive. (I thought it was taking everything.) Obviously, then I had only the stuff from the old drive. Worse, the imac never could see the newer drive. I posted something on a different forum, and people immediatley responded it was a master/slave issue. I've now spent HOURS since last night rearranging drives and jumpers (one is the original Apple drive, from Western Digital, and the second is a Seagate 120 GB drive). The G4 either wouldn't turn on at all, or I just got a gray screen. We put everything back to the way it was, and at least now I have a computer.
    However, I still have the migration issue. The original drive (according to the profile) is listed first, so is the master. How can I do the migration. I really don't want to reinstall everything.
    Two options that I see: clone the Seagate to an external, and migrate from there. Or: put the Seagate into an external enclosure and again, clone from there.
    Are there other options out there?
    BY the way, we had massive troubles with the jumpers. It never worked to have the jumper on the seagate -- the only way this computer started is with the jumper NOT on 7/8 and on the Apple (original) drive.
    Thanks in advance.

    Aside from the issues you are having with the HDs, you also need to be very careful with what you migrate from a PowerPC to an Intel, or you may end up with conflicts which make the Intel inoperable. May I suggest Kappy's guide;
    A Basic Guide for Migrating to Intel-Macs

  • Master Slave Architecture

    What is the difference between Producer Consumer Architecture and Master Slave Architecture.
    I know where to use Producer Consumer Architecture. But in what scenarios will Master Slave Architecture be useful.

    http://zone.ni.com/devzone/cda/tut/p/id/3022
    http://zone.ni.com/devzone/cda/tut/p/id/3023
    try these links for some info.

  • Another Master/Slave question HELP!

    Hey gang. So you guys answered my original question of replacing the original hard drive in my G4 AGP Sawtooth. Thanks again! My next question concerns the whole Master/Slave aspect. The 2nd internal drive I put in several years ago is a Maxtor 120 or 160 gig. It was obviously a PATA drive but it's what's running OSX for me.
    Does that mean it is the "master" drive? And when I install my new SATA PCI card will I want to run both drives off that? Probably so since it is the Serial kind but will I be able to connect the Maxtor 120gig PATA to the new PCI card? The new internal drive is a Seagate 500gig 7200.11 SATA. Should this be the "master" and then maybe slave the 120gig? I may be wayyy off on my terminology here but just wondering. The new PCI card is only 2-ports so I'm also assuming that I can only run 2 internal drives off of it. (oh, its a Sonnet Tempo 2-port Serial ATA PCI card)
    Okay, I've thoroughly confused myself now but I think the short of it is..how should I configure it? Thanks so much ahead of time!

    Are you saying a slave drive can't be the boot drive with OS X?
    That's what I meant to say, but after doing more research, I find I am almost completely WRONG. It appears I have wildly over-generalized the narrow warning in this article:
    106442- Mac OS X 10.0, 10.1: Installer Does Not Display Hard Disk
    The gist of which says: that particular obsolete Installer cannot cope with installing on a Slave When no Master is Present! ONLY
    I could find no other prohibitions against Installing to, or Booting from, Slave drives, and that narrow case will work as long as a Master is present.
    I am guilty of propagating a superstition as if it were a fact, and I deeply regret that. Thank you for coming forward with the correct information!

  • Berkeley DB master-slave replication basic java code example

    Hi,
    I am new user of berkeley db and I have limited knowledge of Java programming. Can someone help me with basic Java example code of how to do master-slave replication without elections.
    Thanx,
    Jani

    Hello,
    Please clarify a few points about your program:
    1. What platform and Berkeley DB version are you using?
    2. Are you planning on using the replication framework
    or base replication API for your application?
    3. When you say you want replication without elections,
    what exactly does that mean. For example, if you are using
    the replication framework elections are held transparently
    without any input from your application's code. In this case,
    DB will determine which environment is the master and which
    are replicas. Is that what you are thinking about or
    something else?
    Thanks,
    Sandra

  • Installing new internal HD-Master/Slave question

    Hey gang. So you guys answered my original question of replacing the original hard drive in my G4 AGP Sawtooth. Thanks again! My next question concerns the whole Master/Slave aspect. The 2nd internal drive I put in several years ago is a Maxtor 120 or 160 gig. It was obviously a PATA drive but it's what's running OSX for me.
    Does that mean it is the "master" drive? And when I install my new SATA PCI card will I want to run both drives off that? Probably so since it is the Serial kind but will I be able to connect the Maxtor 120gig PATA to the new PCI card? The new internal drive is a Seagate 500gig 7200.11 SATA. Should this be the "master" and then maybe slave the 120gig? I may be wayyy off on my terminology here but just wondering. The new PCI card is only 2-ports so I'm also assuming that I can only run 2 intern drives off of it. (oh, its a Sonnet Tempo 2-port Serial ATA PCI card)
    Okay, I've thoroughly confused myself now but I think the short of it is..how should I configure it? Thanks so much ahead of time!

    Although I suspect you may get the info you need in this forum from japamac, who has at least one older G4, remember this area is for the later G4 Mirrored Drive Door and FireWire 800 models. Their hard drives are configured differently from yours. The Sawtooth is technically covered within this forum:
    http://discussions.apple.com/category.jspa?categoryID=113
    which is for all G4 minitowers older than the MDD.

  • Master-Slave Repository locking problem

    Hi,
    We are implementing SRM-MDM Catalog 3.0. I have few questions regarding MAster-Slave scenario.
    1. At the time of importing supplier catalog data into Master Repository through Import Manager, the Master Repository will be locked for Read Access through SRM-MDM Catalog Search UI???
    2. At the time of Master-Slave synchroniztion, which repository will be locked? Master or Slave or both? If both repositories are locked for searching, that means at that particular time, end users can't perform search.
    3. If we go for Master-Slave scenario, how could I make my Master Repository Highly Available? As per SAP Note # 1170807, it is recommended that SRM-MDM catalog Search UI is mapped to work with slave repository. It means latest data will be there in Master Repsoitory and will only be available after synchronization.
    4. If we create one or two slave repositories on the same server where we have master repository, how much extra resources will be required?
    Thanks,
    Anshuk Saxena

    Hi Anshuk,
    1. At the time of importing supplier catalog data into Master Repository through Import Manager, the Master Repository will be locked for Read Access through SRM-MDM Catalog Search UI???
    Yes, at that time Master repo will locked and if you are using master slave  scenario thencatalo 3.0 will log in slave repository.Basically MDM catalog 3.0 first find  available slave then only move to master.
    2. At the time of Master-Slave synchroniztion, which repository will be locked? Master or Slave or both? If both repositories are locked for searching, that means at that particular time, end users can't perform search
    At this time slave that is under synchronization proces will locked not master.
    . If we go for Master-Slave scenario, how could I make my Master Repository Highly Available? As per SAP Note # 1170807, it is recommended that SRM-MDM catalog Search UI is mapped to work with slave repository. It means latest data will be there in Master Repsoitory and will only be available after synchronization.
    YES latest data in master only.High availability can achieved by what user set the synchronization frequency after each import or when.It is up to user only.
    4. If we create one or two slave repositories on the same server where we have master repository, how much extra resources will be required?
    Again its up to user.they can maintain all repository on same server or all on different server.But preferable is atleast maintain  master at different server.

Maybe you are looking for

  • Can you create a Remote Access VPN connection to tunnel DMZ LAN and Inside Networks simultaneously?

    I have a customer that has a ASA 5510 version 8.3 with IPSEC Client Access that includes some of their networks on the Inside interface.   The issue they are having is when their mobile users connect with the vpn client (which is using split tunnelin

  • I am getting Error that there is nothing to be processed.

    I am trying to convert an access database to SQL 2008 Database. I have done this conversion multiple times with sucess but now I am getting the following error. I get this error when I try to create report, convert schema and migrate data. "Conversio

  • Leopard can't find home folder

    I moved my home folder, using Apple's instructions, to an external drive. It is located on a partition on a western digital my book studio 500GB. There is nothing else on that on that partition. I turn off my iMac last night and came back to it this

  • I need help unshuffling my songs on my shuffle!!! please help!!! :' (

    My ipod shuffle is autofilling, but when I try to listen to the songs, they are being shuffled. And I DO NOT have it on shuffle mode. I looked on my itunes and under the songs on my shuffle, and they are autofilled on it shuffled! I looked everywhere

  • Used Macbook Pro

    I just bought a used Mac Pro and am learning to use it. One of the first things I discovered is that it requires a password to update the software, which I don't have. Can anyone tell me how to go about changing an administrator password without havi