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

Incorrect mapping while using DeMux #8

Open KelvinChung2000 opened 3 months ago

KelvinChung2000 commented 3 months ago

I am using the DeMux construct and getting the following exception:

Exception thrown when getting bitconfig from deMux with the following input:
ConfigCell name: deMuxConfig
Op Nodes:
    [ none ]
Value Nodes:
    i4_load_out
        0:pe_x0_y2.deMux.demux
        0:pe_x0_y2.deMux.in
        0:pe_x0_y2.deMux.out0
        0:pe_x0_y2.deMux.out1
End listing

I am using the ILPMapper to perform the mapping.