![]() |
|
|
|
#1 |
|
Modelsim question
Can I open the same input file, twice, simulataneously, for reading? I have an application where a BMP image drives the simulation, and the output should be compared to the same BMP, somewhat delayed. b r a d @ a i v i s i o n . c o m Brad Smallridge |
|
|
|
|
#2 |
|
Posts: n/a
|
Hi Brad, There is no need to open the same file twice. You read the file through access variable, So you can have two acess variables pointing to the same file.. If it is confusing then make a copy of the same file with a different name and work with it. -- Mohammed A Khader. Brad Smallridge wrote: > Modelsim question > > Can I open the same input file, twice, simulataneously, for > reading? I have an application where a BMP image > drives the simulation, and the output should be compared > to the same BMP, somewhat delayed. > > b r a d @ a i v i s i o n . c o m Mohammed A khader |
|
|
|
#3 |
|
Posts: n/a
|
Brad Smallridge wrote:
> Modelsim question > > Can I open the same input file, twice, simulataneously, for > reading? I have an application where a BMP image > drives the simulation, and the output should be compared > to the same BMP, somewhat delayed. Another usual and general solution is to use a behavioral FIFO to compensate for the latency in the UUT. You stack incoming data and unstack them when data come outs from the UUT. (and apply the behavioral transformation in between). But you should be able to open the file in read mode twice. Bert info_ |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Convert Video files to PSP | ivan | DVD Video | 4 | 06-17-2008 11:16 AM |
| Error opening and uplodaing files containing letters such as ä, ö etc. | Chayanne | Software | 3 | 07-03-2007 06:05 AM |
| Convert Video files to MP4 for iPod | ivan | DVD Video | 0 | 04-26-2006 08:38 AM |
| Very slow recognising DVD disc | Terry Pinnell | DVD Video | 1 | 03-28-2006 06:53 PM |
| Now I introduce some popular software of multimedia | eightsome@gmail.com | DVD Video | 0 | 03-28-2006 02:29 PM |