[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: gEDA: JTAG software
Hi Nahitafu,
It looks as if some comments and strings in the source files are in
Japanese.
What font file should I use to view the Japanese characters ;-)
My wife works at Epson European headquarters and I think she has some
colleagues who can translate.
Kind regards,
Bert Timmerman.
some code copied here
<code>
bool DeviceXC95::Program(){
unsigned long Dtmp;
unsigned int Daddr;
unsigned int OldDaddr = 0;
int nmfidx;
bool first = true;
int len=27;
//Z'JEDECftf@fCf<'"''ŁASVFftfH[f}fbfg'*S''f<[f`f"
//JEDECftf@fCf<'1s''''255*Zs'''ŁAtmp'NMFline'256fofCfg'''
unsigned char NMFline[256];
char tmp[256];
PrintMessage("program");
csi->SetTDI(Num,0xea);
csi->OutputSIR(false); //TDOf`fFfbfN'''
//XC95fVfS[fY-p'fZfbfg''
FILE *ifp = fopen(DeviceFile,"rt");
csd->SetLength(Num,len);
csd->SetSMASK(Num,1,-1,0);
csd->SetTDO(Num,3,27,0);
csd->SetMASK(Num,3,27,0);
if(!ifp){
printf("Error:Input file '%s' not found.\n",DeviceFile);
}
//'''''?S'
if(ifp){
printf("Now processing writing design '%s'.\n",DeviceFile);
}
else{
printf("Now processing writing device '%s'.\n",DeviceName);
}
while(fgets(tmp,255,ifp)){
</code>
> -----Original Message-----
> From: <nahitafu@nifty.com>@CORUS
> Sent: vrijdag 31 augustus 2001 16:09
> To: geda-dev@seul.org
> Subject: Re: gEDA: JTAG software
>
>
> Hi! Larry,
>
> I am a Japanese hobbyist of electronics circuit.
> My nickname is "Nahitafu".
>
> I made a free JTAG software too.
> This tool's tentative name is "NAXJP".
>
> NAXJP can do the following operation,
> (1) ISP of XILINX CPLD (all XC9500 and XC9500XL series)
> erase,write,readback,blank check...etc.
> (2) Boundary scan of XILINX CPLD (XC9536VQ44 XC9536PC44
> XC9536CS48 XC9572PC44 XC9572PC84 XC95108PC84)
>
> Currently, I am making a BSDL parser in order to support boundary
> scan of various devices of many vendor.
>
> Please access my website of this tool.
> I am glad if NAXJP help you .
>
> By the way, I am very poor at English.
> I think that it is hard to read English written by me, and am very sorry.
>
> --Nahitafu
>
> http://member.nifty.ne.jp/nahitafu/naxjpe.html
> e-mail: nahitafu@nifty.com
>