EEPROM_generator icon indicating copy to clipboard operation
EEPROM_generator copied to clipboard

Support of 64 bit data

Open qiayuanl opened this issue 1 year ago • 3 comments

Hello, this repo helps me a lot and many thank for sharing such an awesome project!

I wonder if it is possible to use 64-bit data, e.g. uint64_t, real64. If it's possible, could you provide me with some hints and notes about modifying this generator?

qiayuanl avatar Mar 14 '23 06:03 qiayuanl

Hi, cool that you like this.

64 bit types are definitely possible, have a look at constants.js One would have to uncomment data type name in DTYPE, add dtype_bitsize and add XML mapping in ESI_DT. Probably some generator logic tweaks will be required too - for this we will need examples from other SSC generator to put in unit test cases and match their output convention. I am currently busy with other projects, but maybe over the weekend I can look into it

kubabuda avatar Mar 14 '23 09:03 kubabuda

Hello @qiayuanl it took a bit longer than planned but 64 bit types are now available. Please give it a go and let me know how it is working for you

kubabuda avatar Feb 23 '24 23:02 kubabuda

Thank you!

qiayuanl avatar Feb 23 '24 23:02 qiayuanl