forsyde / IDeSyDe

Design space identification and exploration
https://forsyde.github.io/IDeSyDe
4 stars 4 forks source link

identification until combined app+platform done #23

Closed BeethovenKodar closed 5 months ago

BeethovenKodar commented 5 months ago

Adds three decision models in the rust-common module:

No new fields have been added, it's still just the area property that follows along as the decision models are combined.

Now that all identification is done, it became quite apparent that a lot of code is heavily duplicated to solely accommodate for different naming (since the actual new stuff is at the lowest level of identification in MemoryMappedMultiCoreAndPL). Not sure what the solution would be though and of course this is not an issue nor something that I have to do for my thesis.

Note: sorry about the decision model naming that breaks the naming pattern. I didn't think it through beforehand but it looks a little ugly now in the context of all other decision models.

Rojods commented 5 months ago

No worries about the names for now. If things are working and consistent, all we have to do is rename them in the entire project later!.