QUES: ODFX/IDFX inferred in syplify, and not in XACT libraries ????

Feb 03, 2004 1 Replies

I have to make changes to an old legacy product containing an XC4005 part. I was able to find a set of old XACT tools but the problem is that the newer synplify versions infer the primitives IDFX and ODFX. These to primitives are NOT included in the XC4000 libriaries and I have not been been able to get past the xnfmerge step. I looked at the xnf file and the ODFX and IDFX primitives are D-Flip-flops with enable. But when I look at the logic there is no enable needed. Syplicity ties the enable to VCC. For example, the following proccess,



PROCESS(clk27m) BEGIN IF RISING_EDGE(clk27m) THEN d1data


You can certainly hack the xnf. Here are some code snippets that should help:

Input FF

SYM, d1data_in_inff, INFF PIN, Q, O, d1_in/d1data PIN, D, I, d1data_in PIN, C, I, clk27m_c END

Output flipflop

SYM, MODULE_TOP/SIGNAME1, OUTFF, INIT=R PIN, C, I, CLK_NET PIN, D, I, MODULE_TOP/INT_MSEL0_21 PIN, O, O, MSEL0_21 END

Output flipflop with tristate

SYM, MODULE_TOP/SIGNAME2, OUTFFT, INIT=S PIN, C, I, CLK_NET PIN, D, I, MODULE_TOP/INT_MSEL0_31 PIN, O, O, MSEL0_31 PIN, T, I, MODULE_TOP/MSEL0_OUT_REG/OE END

Philip Freidin Fliptronics

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required