Answers Database


Foundation XVHDL: Synthesis error "Wrong number of fields bus on line #__ in .xas file"


Record #2746

Product Family: Software

Product Line: Metamor

Product Part: Foundation XVHDL

Product Version: 3.02

Problem Title:
Foundation XVHDL: Synthesis error "Wrong number of fields bus on line #__ in .xas file"


Problem Description:
Urgency: Standard

General Description:
Using Foundation XVHDL to synthesize the code, the following
error is reported:
"Wrong number of fields bus on line #__ in .xas file"


Solution 1:

A possible cause of this error is that in the VHDL code a
single bit was specified as a vector as shown below:

sig_name: out std_logic_vector(7 downto 7);

The solution is to change this to a single bit such as:

sig_name7: out std_logic;




End of Record #2746 - Last Modified: 01/03/00 11:02

For the latest news, design tips, and patch information on the Xilinx design environment, check out the Technical Tips!