Syntroids: Synthesizing a Game for FPGAs using Temporal Logic Specifications

Gideon Geier,Philippe Heim,Felix Klein,Bernd Finkbeiner
DOI: https://doi.org/10.48550/arXiv.2101.07232
2021-01-19
Abstract:We present Syntroids, a case study for the automatic synthesis of hardware from a temporal logic specification. Syntroids is a space shooter arcade game realized on an FPGA, where the control flow architecture has been completely specified in Temporal Stream Logic (TSL) and implemented using reactive synthesis. TSL is a recently introduced temporal logic that separates control and data. This leads to scalable synthesis, because the cost of the synthesis process is independent of the complexity of the handled data. In this case study, we report on our experience with the TSL-based development of the Syntroids game and on the implementation quality obtained with synthesis in comparison to manual programming. We also discuss solved and open challenges with respect to currently available synthesis tools.
Logic in Computer Science,Hardware Architecture
What problem does this paper attempt to address?