SDARG / opendse

Design Space Exploration
https://sdarg.github.io/opendse/
MIT License
12 stars 9 forks source link

Tgff import #7

Closed vrichthammer closed 6 years ago

vrichthammer commented 6 years ago

TGFFReader to import applications and architecture (components) from .tgff-files.

The test is based on one TGFF-specification from the (publicly available) Embedded Systems Synthesis Benchmarks Suite (http://ziyang.eecs.umich.edu/~dickrp/e3s/), that will also be used for our manycore-examples. So the question is whether these files (or just the one required for the test) should be added to OpenDSE?

vrichthammer commented 6 years ago

@felixreimann, siehst du im TGFFReader von meinem letzten Commit ("more Codacy..." - 9ea94c7) wirklich immer noch den BufferedReader als Parameter in den Methoden? Bei mir ist dort nämlich schon die neuere und umstrukturierte Version - nur nicht dass ich irgendwie auf einem falschen Branch weiterentwickle... Danke schon mal :)

felixreimann commented 6 years ago