calyx 0.7.1

Compiler Infrastructure for Hardware Accelerator Generation
{
  "data": {
    "data": [
             [
              [
               [10,20,  100,101],
               [30,40,  102,103],

               [20,30,  100,103],
               [10,40,  103,100]
              ],
              [
               [20,0,     70,25],
               [1, 2,      13,4],

               [1,2,        5,6],
               [3,4,        7,8]
              ]
             ],
             [
              [
               [11,21,   109,10],
               [31,41,     0,14],

               [19,42,    1,103],
               [1,18,    10,101]
              ],
              [
               [1,2,        4,3],
               [3,4,        2,1],

               [4,2,        2,4],
               [1,3,        3,1]
              ]
             ]
            ],
    "format": {
      "numeric_type": "bitnum",
      "is_signed": true,
      "width": 32
    }
  },
  "result": {
    "data": [ [[[0,0], [0,0]], [[0,0], [0,0]]], [[[0,0], [0,0]], [[0,0], [0,0]]] ],
    "format": {
      "numeric_type": "bitnum",
      "is_signed": true,
      "width": 32
    }
  }
}