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 07-02-2009, 04:07 PM
luudee
Guest
 
Posts: n/a
Default XILINX: verilog is not supported as a language, using usenglish


This should probably go in to the funny error messages folder:

=============== (running make bits within xps) ===============
ChipScope Core Generator command: coregen -b
/home/rudi/reference_designs/ml507_satah/implementation/
chipscope_icon_0_wrapper
/implementation/chipscope_ila_0.xco
ERROR:MDT - chipscope_ila_0 (chipscope_ila) - Release 10.1 - Xilinx
CORE
Generator K.39 (lin64)
Copyright (c) 1995-2008 Xilinx, Inc. All rights reserved.
All runtime messages will be recorded in
/home/rudi/reference_designs/ml507_satah/implementation/
chipscope_icon_0_wrap
per
/implementation/chipscope_ila_0_wrapper/coregen.log
Regenerating IP...
Gathering HDL files for chipscope_ila_0 root...
Creating XST project for chipscope_ila_0...
Creating XST script file for chipscope_ila_0...
Creating XST instantiation file for chipscope_ila_0...
Running XST for chipscope_ila_0...
Not generating a VHDL simulation model
Not generating a Verilog simulation model
Skipping VHDL instantiation template for chipscope_ila_0...
Skipping Verilog instantiation template for chipscope_ila_0...
Finished Regenerating.
Successfully generated chipscope_ila_0.
WARNING: verilog is not supported as a language. Using usenglish.
while executing
"error $errMsg"
(procedure "::hw_chipscope_ila_v1_02_a::ila_generate" line 121)
invoked from within
"::hw_chipscope_ila_v1_02_a::ila_generate 94898336"
ERROR:MDT - platgen failed with errors!
make: *** [implementation/sata_host.bmm] Error 2
Done!
================================================== ==============

This is on the Latest Fedora (11) release, x86_64.

Anybody knows where this error is coming from ? Didn't have that
on previous Fedora releases ...

Thanks,
luudee

Reply With Quote
  #2 (permalink)  
Old 07-04-2009, 02:40 AM
Ed McGettigan
Guest
 
Posts: n/a
Default Re: XILINX: verilog is not supported as a language, using usenglish

luudee wrote:
> This should probably go in to the funny error messages folder:
>
> =============== (running make bits within xps) ===============
> ChipScope Core Generator command: coregen -b
> /home/rudi/reference_designs/ml507_satah/implementation/
> chipscope_icon_0_wrapper
> /implementation/chipscope_ila_0.xco
> ERROR:MDT - chipscope_ila_0 (chipscope_ila) - Release 10.1 - Xilinx
> CORE
> Generator K.39 (lin64)
> Copyright (c) 1995-2008 Xilinx, Inc. All rights reserved.
> All runtime messages will be recorded in
> /home/rudi/reference_designs/ml507_satah/implementation/
> chipscope_icon_0_wrap
> per
> /implementation/chipscope_ila_0_wrapper/coregen.log
> Regenerating IP...
> Gathering HDL files for chipscope_ila_0 root...
> Creating XST project for chipscope_ila_0...
> Creating XST script file for chipscope_ila_0...
> Creating XST instantiation file for chipscope_ila_0...
> Running XST for chipscope_ila_0...
> Not generating a VHDL simulation model
> Not generating a Verilog simulation model
> Skipping VHDL instantiation template for chipscope_ila_0...
> Skipping Verilog instantiation template for chipscope_ila_0...
> Finished Regenerating.
> Successfully generated chipscope_ila_0.
> WARNING: verilog is not supported as a language. Using usenglish.
> while executing
> "error $errMsg"
> (procedure "::hw_chipscope_ila_v1_02_a::ila_generate" line 121)
> invoked from within
> "::hw_chipscope_ila_v1_02_a::ila_generate 94898336"
> ERROR:MDT - platgen failed with errors!
> make: *** [implementation/sata_host.bmm] Error 2
> Done!
> ================================================== ==============
>
> This is on the Latest Fedora (11) release, x86_64.
>
> Anybody knows where this error is coming from ? Didn't have that
> on previous Fedora releases ...
>


A message like this is coming from a language localization routine.

It looks like ChipScope core generator is being called from within EDK
and somehow verilog was passed as the local language selection instead
of an accepted value.

Ed McGettigan
--
Xilinx Inc.

Reply With Quote
  #3 (permalink)  
Old 07-04-2009, 06:00 AM
luudee
Guest
 
Posts: n/a
Default Re: XILINX: verilog is not supported as a language, using usenglish

On Jul 4, 8:40*am, Ed McGettigan <ed.mcgetti...@xilinx.com> wrote:
> luudee wrote:
> > This should probably go in to the funny error messages folder:

>
> > =============== (running make bits withinxps) ===============
> > ChipScope Core Generator command: coregen -b
> > /home/rudi/reference_designs/ml507_satah/implementation/
> > chipscope_icon_0_wrapper
> > /implementation/chipscope_ila_0.xco
> > ERROR:MDT - chipscope_ila_0 (chipscope_ila) - Release 10.1 - Xilinx
> > CORE
> > * *Generator K.39 (lin64)
> > * *Copyright (c) 1995-2008 Xilinx, Inc. *All rights reserved.
> > * *All runtime messages will be recorded in
> > * */home/rudi/reference_designs/ml507_satah/implementation/
> > chipscope_icon_0_wrap
> > * *per
> > * */implementation/chipscope_ila_0_wrapper/coregen.log
> > * *Regenerating IP...
> > * *Gathering HDL files for chipscope_ila_0 root...
> > * *Creating XST project for chipscope_ila_0...
> > * *Creating XST script file for chipscope_ila_0...
> > * *Creating XST instantiation file for chipscope_ila_0...
> > * *Running XST for chipscope_ila_0...
> > * *Not generating a VHDL simulation model
> > * *Not generating a Verilog simulation model
> > * *Skipping VHDL instantiation template for chipscope_ila_0...
> > * *Skipping Verilog instantiation template for chipscope_ila_0...
> > * *Finished Regenerating.
> > * *Successfully generated chipscope_ila_0.
> > * *WARNING: verilog is not supported as a language. *Using usenglish.
> > * * * *while executing
> > * *"error $errMsg"
> > * * * *(procedure "::hw_chipscope_ila_v1_02_a::ila_generate" line 121)
> > * * * *invoked from within
> > * *"::hw_chipscope_ila_v1_02_a::ila_generate 94898336"
> > ERROR:MDT - platgen failed with errors!
> > make: *** [implementation/sata_host.bmm] Error 2
> > Done!
> > ================================================== ==============

>
> > This is on the Latest Fedora (11) release, x86_64.

>
> > Anybody knows where this error is coming from ? Didn't have that
> > on previous Fedora releases ...

>
> A message like this is coming from a language localization routine.
>
> It looks like ChipScope core generator is being called from within EDK
> and somehow verilog was passed as the local language selection instead
> of an accepted value.
>
> Ed McGettigan
> --
> Xilinx Inc.



Hi Ed,

thanks for your reply. I investigated it a bit further.

If I run

"coregen -b /home/rudi/reference_designs/ml507_satah/implementation/
chipscope_icon_0_wrapper"

from the terminal, it completes without an error.

In my environment, I have a variable "LANGUAGE" that is
set to an empty string. If I unset it, before starting xps,
everything completes without an error.

I did a search for that, and it appears to have been a
minor bug in the xilinx tools since about ISE 7.

Best Regards,
luudee
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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
question about verilog language constructs Fei Liu FPGA 3 03-06-2008 02:36 AM
Xilinx XChecker cable supported until which version? Florian FPGA 1 11-29-2007 01:18 AM
WebPack ISE 8 - how to avoide 'non supported language' warnings? Kamtsa FPGA 1 05-25-2006 07:53 AM
VHDL Standard Supported by Xilinx ISE 6.1 stockton FPGA 0 05-11-2004 01:21 PM
Xilinx ILA -> supported FPGA ? Amontec Team, Laurent Gauch FPGA 1 02-06-2004 08:46 AM


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


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