Changes between Initial Version and Version 1 of Ticket #2685, comment 15


Ignore:
Timestamp:
2014-10-08T16:15:32Z (11 years ago)
Author:
Mahder Alemseged Gebremedhin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2685, comment 15

    initial v1  
    88- CodeGen: We didn't really have support for these cases. We can't do this with macros anymore.
    99
    10 I have fixed the front-end and back-end issues so far and codegen is ready partially. And I think I can actually simulate this models. I have to check again. The problem is missing array elements due to alias elimination and state var selection complicate things. They won't prevent simulation per se but will give you wrong results because you are accessing the wrong array elements.
     10I have fixed the front-end and back-end issues so far and codegen is ready partially. And I think I can actually simulate these models. I have to check again. The problem is missing array elements due to alias elimination and state var selection complicate things. They won't prevent simulation per se but will give you wrong results because you are accessing the wrong array elements.
    1111
    1212Anyway I will try to finish up the codegen modifications I have now and commit it. Then we worry about the other stuff later.