CGRAME / CGRA-ME-ISSUES

CGRA-ME is an open-source framework for modelling and exploring coarse grain reconfigurable architectures and CAD.
2 stars 0 forks source link

fail with Segmentation fault #3

Open KelvinChung2000 opened 4 months ago

KelvinChung2000 commented 4 months ago

I use the Clustered Mapper with the benchmarks/microbench/simple benchmark.

The command used "$CGRA_MAPPER" -g pre-gen-graph_loop.dot -c adres -m ClusteredMapper --gen-testbench .

And receiving Segmentation fault after ASAP Scheduling complete!.

Omar-Ragheb commented 4 months ago

Thank you for reporting the bug in the code. This is currently occurring because the device size is not being specified. However, we will address the segmentation fault in the next update.

But for now could you use "$CGRA_MAPPER" -g pre-gen-graph_loop.dot -c adres --arch-opts "rows=6 cols=6" -m ClusteredMapper --gen-testbench .

To avoid the segmentation fault.