forsyde / IDeSyDe

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

Buffer sizes not part of reverse identification #38

Closed BeethovenKodar closed 4 months ago

BeethovenKodar commented 4 months ago

I've realized that buffer sizes are not part of the reversed input models. The input I'm using is MPSoC_Final.fiodl and tc1.fiodl. The input application specifies the BufferLike trait and sets "elementSizeInBits": 8_l.

Rojods commented 4 months ago

Same comment as #37 :

The latest develop (087c4789e9eb0fa335cbd5cb84e9edf1482d0cc7) should have fixed that :). At least it does fix them in many of my local tests! Could you check out if it also fixes when you rebuild on your machine? So we know it is a real fix.

BeethovenKodar commented 4 months ago

Does work nicely. I don't know if the number of tokens in the buffer is correct, but for what I created this issue for we can definitely close! :)

Rojods commented 4 months ago

I have checked the number of tokens against the "designer expected" number and it seemed right! So I will close this as solved :)