# JSON Reports nextpnr can write a JSON report using `--report` post-place-and-route for integration with other build systems. It contains information on post-pack utilization and maximum achieved frequency for each clock domain, and is of the following format: ``` { "utilization": { : { "used": , "available": }, ... }, "fmax": { : { "achieved": , "constraint": }, ... } } ```