FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > FPGA

FPGA comp.arch.fpga newsgroup (usenet)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-08-2008, 08:19 PM
Vagant
Guest
 
Posts: n/a
Default Warning 'clock has been changed'

Hello All,

I have got a warning (below) during implementation of my design which
uses 50 MHz clock on Spartan 3E 1600E Microblaze Development Kit. What
could be a reason for this warning and how it could be fixed?

WARNING:iMPACT:2257-Startup clock has been changed to 'JtagClk' in the
bitstream stored in memory, but the original bitstream file remains
unchanged.
Reply With Quote
  #2 (permalink)  
Old 01-08-2008, 09:02 PM
John McCaskill
Guest
 
Posts: n/a
Default Re: Warning 'clock has been changed'

On Jan 8, 2:19 pm, Vagant <[email protected]> wrote:
> Hello All,
>
> I have got a warning (below) during implementation of my design which
> uses 50 MHz clock on Spartan 3E 1600E Microblaze Development Kit. What
> could be a reason for this warning and how it could be fixed?
>
> WARNING:iMPACT:2257-Startup clock has been changed to 'JtagClk' in the
> bitstream stored in memory, but the original bitstream file remains
> unchanged.


You do not need to fix anything unless you just want to make the
warning go away.

This just means that bitgen was told to generate the bitfile with the
startup clock set to CCLK. Since you are downloading with a JTAG
cable, Impact automatically modified the bitfile before downloading it
for you. In EDK you can edit the project_dir/etc/bitgen.ut file in
your project to change the startup clock option.

If you plan on putting your bitfile into what ever config memory you
have on the card, I would just leave the startup clock set to CCLK
like it is now. Impact will work fine with it that way, but changing
it to use the JtagClk would cause you problems if you forget to change
it back before creating a bitfile for the config memory.

Regards,

John McCaskill
www.FasterTechnology.com
Reply With Quote
  #3 (permalink)  
Old 01-08-2008, 09:06 PM
Gabor
Guest
 
Posts: n/a
Default Re: Warning 'clock has been changed'

On Jan 8, 3:19 pm, Vagant <[email protected]> wrote:
> Hello All,
>
> I have got a warning (below) during implementation of my design which
> uses 50 MHz clock on Spartan 3E 1600E Microblaze Development Kit. What
> could be a reason for this warning and how it could be fixed?
>
> WARNING:iMPACT:2257-Startup clock has been changed to 'JtagClk' in the
> bitstream stored in memory, but the original bitstream file remains
> unchanged.


This is talking about the configuration startup clock, not the 50 MHz
system clock of your running design. If your bitstream settings are
default, your CCLK will normally be used to start up the FPGA after
configuration. When using iMPACT in JTAG mode, this clock is not
available, so iMPACT changes it for you to use the JTAG TCK signal
instead. This is the normal behavior, and you don't need to worry
about it. Additional information on configuration is available in the
Spartan 3 Generation Configuration User Guide, ug332.pdf, available
on the Xilinx website.
Reply With Quote
  #4 (permalink)  
Old 01-09-2008, 05:37 AM
Vagant
Guest
 
Posts: n/a
Default Re: Warning 'clock has been changed'

Thank you very much for replies!
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
always @(changed myvar) #10; very_very_log Verilog 3 11-02-2007 04:43 PM
How to save a changed *.wlf file with ModelSim Weng Tianxiang FPGA 3 12-01-2006 05:33 PM
Xilinx Warning Dangling Output Warning Brad Smallridge FPGA 0 12-20-2004 10:35 PM
[Quartus] File folders changed -> errors Pszemol FPGA 2 02-09-2004 07:50 PM


All times are GMT +1. The time now is 12:18 PM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved