On Wed, Jul 31, 2019 at 10:44:45PM +0200, k...@aspodata.se wrote:
> Karl:
> > But what is the best way to update the manufacturers list ?
> > 
> > Jedec uses bank, and id within bank. How do I convert that to the 
> > format used in data/MANUFACTURERS ?
> ...
> 
> I come up the the attached code.

:-)


> The urjtag file has three columns:
> 
> $ grep Hitachi data/MANUFACTURERS 
> 00000000111     hitachi         Hitachi
> 
> and mine only has two:
> 
> $ ./jep106 | grep Hitachi
> 00000000111     Hitachi
> 
>  I don't know of any good way to produce the middle column
> from my last column. Just picking the first token isn't good:
> 
> $ ./jep106 | grep Shenzhen
> 10000000111     Shenzhen Jinge Information Co. Ltd.
> 10000011111     Shenzhen City Gcai Electronics
> 10000100100     Shenzhen Elicks Technology
> 10001001001     Shenzhen Zhongteng Electronic Corp. Ltd.
> 10001001100     Shenzhen Pango Microsystems Co. Ltd
> 10001100111     Shenzhen Mic Electronics Technology
> 10010001011     Paragon Technology (Shenzhen) Ltd.
> 10010001101     Shenzhen Yong Sheng Technology
> 10010001110     SNOAMOO (Shenzhen Kai Zhuo Yue)
> 10010010000     Shenzhen XinRuiYan Electronics
> 10010010100     Shenzhen Chixingzhe Tech Co. Ltd.
> 
> Any idea how to fix this ?


| 10010001011     Paragon Technology (Shenzhen) Ltd.
| 10010001101     Shenzhen Yong Sheng Technology


10010001011  Mx48B   Paragon_Technology__Shenzhen__Ltd_
10010001101  Mx48D   Shenzhen_Yong_Sheng_Technology

 
> Regards,
> /Karl Hammar


G G


_______________________________________________
UrJTAG-development mailing list
UrJTAG-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/urjtag-development

Reply via email to