calyx 0.7.1

Compiler Infrastructure for Hardware Accelerator Generation
{
  "in_0": {
    "data": [1, 3, 5, 7, 9, 11],
    "format": {
      "numeric_type": "bitnum",
      "is_signed": false,
      "width": 32
    }
  },
  "in_1": {
    "data": [2, 4 ,6 ,8, 10, 12],
    "format": {
      "numeric_type": "bitnum",
      "is_signed": false,
      "width": 32
    }
  },
  "out": {
    "data": [0, 0, 0, 0, 0, 0],
    "format": {
      "numeric_type": "bitnum",
      "is_signed": false,
      "width": 32
    }
  }
}