Changes between Initial Version and Version 1 of Ticket #2685, comment 15
- Timestamp:
- 2014-10-08T16:15:32Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2685, comment 15
initial v1 8 8 - CodeGen: We didn't really have support for these cases. We can't do this with macros anymore. 9 9 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 th ismodels. 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.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 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. 11 11 12 12 Anyway I will try to finish up the codegen modifications I have now and commit it. Then we worry about the other stuff later.