StanfordAHA / CGRAMapper

CoreIR based mapping tool for CGRA
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

ERROR: Args and params are not the same! #87

Closed Kuree closed 5 years ago

Kuree commented 5 years ago
 Args: (alu_op:inv,
  data0_mode:BYPASS,
  data0_value:16'h0000,
  data1_mode:BYPASS,
  data1_value:16'h0000,
  signed:False)
Params: (alu_op:BitVector<6>,
  alu_op_debug:String,
  data0_mode:String,
  data0_value:BitVector<16>,
  data1_mode:String,
  data1_value:BitVector<16>,
  signed:BitVector<1>)
binop

Using CoreIR dev and Mapper dev.

I was trying out demosaic and it seems that some of the function signature was not updated. Test file included.demosaic.txt

Kuree commented 5 years ago

It seems like some library it loaded was out-of-date. I did a clean install again and seems to fix this issue.