tum-ei-eda / M2-ISA-R

CoreDSL2 Parser with backend to generate simulation code for the ETISS instruction set simulator
https://tum-ei-eda.github.io/M2-ISA-R/
Apache License 2.0
5 stars 6 forks source link

m2isar.backends.etiss.architecture_writer: Missing literal suffix #24

Closed PhilippvK closed 5 months ago

PhilippvK commented 5 months ago
/work/git/dlr/archive_test/etiss/ArchImpl/RV64IMACFD/RV64IMACFDArch.cpp:174:29: warning: integer constant is so large that it is unsigned
  174 |  *rv64imacfdcpu->CSR[769] = 9223372036856090925;
      |                             ^~~~~~~~~~~~~~~~~~~

-> should be: 9223372036856090925ULL;