In the quest to get this card working, it now _seems_ to proper download
the kfir microcode, but after the download, it is stuck with eready=0
(recording), so I am unable to download parameters.
Has this behaviour been seen with the kfir reference design?
And do anyone have the information about the registers 200 and 201,
written in;
static int KfirGeneric_StartNDownLoadParams(struct kfir_dev *kfir)
{
int eRet;
int Step;
DWORD Data;
AlteraRegWrite(kfir, ALT_ADR_CLOCK_PADI_DEF, 0);
KfirRegWrite(kfir, KFIR_200, DEV_ID_GC << 8);
KfirRegWrite(kfir, KFIR_201, 0);
KfirRegWrite(kfir, KFIR_200 , (DEV_ID_GC<<8) + 5);
Data = KfirRegRead(kfir, KFIR_201 );
--
-Torgeir