Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
VHDL
Can anyone think of a workaround - Ideally I want to pass an accesstype into an entity (not for synt
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Brian Drummond, post: 4201520"] My approach has been to perform binary I/O through an unofficial "portability layer". Modelsim and Xilinx ISIM (10.3) are the two I have experience of. ISIM insists on reading a short undocumented* header before the actual data. To satisfy this, I have simple scripts to separate header and file (using "head" and "tail) from ISIM output files, and to "cat" a header onto any binary file before I read it into ISIM. The other difference is endian-ness; I set a boolean flag ("is_isim") which controls end-swapping in both input/output routines. (* Xilinx refused to provide any documentation on the header despite a Webcase specifically asking for it) - Brian [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
VHDL
Can anyone think of a workaround - Ideally I want to pass an accesstype into an entity (not for synt
Top