Re: PROM files: build .bin for daisy chain on the fly
- From: "Antti" <Antti.Lukats@xxxxxxxxxx>
- Date: 10 Jul 2006 09:13:56 -0700
jack...@xxxxxxxxx schrieb:
Currently we use iMpact to create daisy-chain .bin file for our
motherboard populated with plug-in cards, each with its own XC3S500E.
The plug-in cards configuration can be changed on the field so the bin
image must also be regenerated for the new configuraion. We need to
build a new daisy chain .bin file inside our embedded system. I was
trying to understand the file structure but all the descriptions of the
bitstream structure I found in application notes don't correspond to
the files generated by iMpact.
Has anyone tried to build daisy-chain .bin file programmatically out
from single-device .bin files? Thanks.
yes anyone has done this.
What impact does is 'merging' the slave .BIT inside the master bit by
inserting the slave .BIT as single stream that written to LOUT
register. Well at least that is how it work for serial configuration.
I have tried to configure multiply devices in chain without the LOUT
trick but with little luck, usually both master and slave release done,
but only one of them actually starts, eg GHIGH of the slave doesnt
assert.
using impact to insert the second bit inside the master bit makes the
second (slave) device also to start properly.
I bet you are (will be) facing the same problem.
inserting the slave streams into LOUT record isnt complicated but you
need to parse the .BIT files in order to write out the resulting single
binary image that you need.
Antti
http://antti-brain.com
.
- Follow-Ups:
- Re: PROM files: build .bin for daisy chain on the fly
- From: jackhab
- Re: PROM files: build .bin for daisy chain on the fly
- References:
- PROM files: build .bin for daisy chain on the fly
- From: jackhab
- PROM files: build .bin for daisy chain on the fly
- Prev by Date: PROM files: build .bin for daisy chain on the fly
- Next by Date: Re: PCI IOs, tiofoi, source sampling bypass
- Previous by thread: PROM files: build .bin for daisy chain on the fly
- Next by thread: Re: PROM files: build .bin for daisy chain on the fly
- Index(es):
Relevant Pages
|
Loading