Hello,
I would like to see the N2HET Labels in C file.
Sometime it’s OK but sometime the labels are : /* hetlabel_0_0 */… with incremental numbers.
What can I do to always get the N2HET program labels ?
For example :
For this N2HET programme
pap1_AjPh_A DJZ {next=pap1_AjPh_B cond_addr=pap1_ChSi_A, reg=NONE, data=PHASE_Acc} ;1C Décalage du signal A pour créer la phase dans le sens positif.
pap1_ChSi_A PWCNT {next=pap1_AjPh_B, control= ON, cond_addr= pap1_MdAc_Aa, hr_lr=LOW, en_pin_action = ON, pin= PA,action = SET, reg = T, irq=OFF, data= HDATA, hr_data = LDATA} ;1C Changement d'état du signal PA
I got:
/* hetlabel_0_0 */
{
0x00009480,
0x00002006,
0x00000000,
0x00000000
},
/* hetlabel_1_0 */
{
0x000095C0,
0x04405814,
0x00001000,
0x00000000
But I want:
/* pap1_AjPh_A _0 */
{
0x00009480,
0x00002006,
0x00000000,
0x00000000
},
/* pap1_ChSi_A _0 */
{
0x000095C0,
0x04405814,
0x00001000,
0x00000000
Thanks a lot for your help
Kinds Regards
Jerome