|
Prev: "Number of BSCANs: 2 out of 1 200%"
Next: Xilinx ISE 10.1 Ubuntu Linux Installation - Driver Installation Problem
From: robquigley on 2 Apr 2008 09:20 Hey, Im trying some synthesis with Xilinx Xst in ISE 9.2 and i'm getting this error ERROR:Xst:2259 - Unit <chip> has internal Xst_Choice nodes Anyone know what an Xst_Choice node is? I've no idea what it is - maybe something to do with my coregen cores? Can't find an explanation for ERROR 2259 anywhere either??? Any help wud be cool, Cheers, Rob.
From: Kolja Sulimma on 2 Apr 2008 10:11
A choice not is an pseudo gate in a netlist data structure. At it's fanin the choice node presents multiple alternatives to compute the same result. The mapper must than choose one of the alternatives. After mapping there should be no more choicenodes left in the circuit. Apparently the mappter forgot some in your case. See also: http://embedded.eecs.berkeley.edu/Respep/Research/mvsis/techmapping.html Kolja Sulimma On 2 Apr., 15:20, robquig...(a)gmail.com wrote: > Hey, > > Im trying some synthesis with Xilinx Xst in ISE 9.2 and i'm getting > this error > > ERROR:Xst:2259 - Unit <chip> has internal Xst_Choice nodes > > Anyone know what an Xst_Choice node is? I've no idea what it is - > maybe something to do with my coregen cores? > > Can't find an explanation for ERROR 2259 anywhere either??? > > Any help wud be cool, > > Cheers, > > Rob. |