EEPROM_generator
EEPROM_generator copied to clipboard
Support of 64 bit data
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?
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
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
Thank you!