EmbeddedRelated.com
Forums
Memfault Beyond the Launch

How to embed Time and Date in Xilinx FPGA?

Started by Unknown April 28, 2008
I would like to automatically embed the Xilinx compile (synthesize)
time into my FPGA. I have a script file that can put the time and date
into my Verilog code.

I would like to automatically call that script file from the Xilinx
ISE everytime i run the synthesizer. Is there anyway for the ISE to
call an outside routine (other than running the whole thing from  a
command line without the ISE) ?

Is there an easier way to embed date and time in the FPGA?. I want to
make it as easy as possible otherwise no one will do it. That is why I
would like to have it hook right into the ISE.

Suggestions apreciated,

Bob
>I would like to automatically embed the Xilinx compile (synthesize) > time into my FPGA. I have a script file that can put the time and date > into my Verilog code.
I'm interested in hearing the answer to this question as I was under the impression that FPGAs hold only logic configuration information. Date and time strings, if they can even be represented by logic configuration information, would be accessible by using some I/O protocol on a hard-wired register. JJS
Maybe you can take advantage of the Verilog preprocessor.


---Matthew Hicks



> I would like to automatically embed the Xilinx compile (synthesize) > time into my FPGA. I have a script file that can put the time and date > into my Verilog code. > > I would like to automatically call that script file from the Xilinx > ISE everytime i run the synthesizer. Is there anyway for the ISE to > call an outside routine (other than running the whole thing from a > command line without the ISE) ? > > Is there an easier way to embed date and time in the FPGA?. I want to > make it as easy as possible otherwise no one will do it. That is why I > would like to have it hook right into the ISE. > > Suggestions apreciated, > > Bob >

Memfault Beyond the Launch