{
  "name": "count",
  "description": "when triggered, count and output the current number. when reset is true, reset the counter",
  "spec":{
    "id": "__HOPE__/builtin/counter/count",
    "name": "count_builtin_spec",
    "in": {
      "ports": [
        {
          "name": "trigger"
        },
        {
          "name": "reset",
          "type": "boolean",
          "buffered": true
        }
      ]
    },
    "out": {
      "ports": [
        {
          "name": "count",
          "type": "int"
        }
      ]
    }
  },
  "ui": {},
  "doc" : "builtin/counter.html#count"
}
