FISH: Fast Instruction SyntHesis for Custom Processors

  • Authors:
  • Kubilay Atasu;Wayne Luk;Oskar Mencer;Can Ozturan;Günhan Dundar

  • Affiliations:
  • IBM Research-Zurich,;Department of Computing, Imperial College London, United Kingdom;Department of Computing, Imperial College London, United Kingdom;Department of Computer Engineering, Boğaziçi University, Istanbul, Turkey;Department of Electrical and Electronics Engineering, Boğaziçi University, Istanbul, Turkey

  • Venue:
  • IEEE Transactions on Very Large Scale Integration (VLSI) Systems
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents Fast Instruction SyntHesis (FISH), a system that supports automatic generation of custom instruction processors from high-level application descriptions to enable fast design space exploration. FISH is based on novel methods for automatically adapting the instruction set to match an application in a high-level language such as C or C $++$. FISH identifies custom instruction candidates using two approaches: 1) by enumerating maximal convex subgraphs of application data flow graphs and 2) by integer linear programming (ILP). The experiments, involving ten multimedia and cryptography benchmarks, show that our contributed algorithms are the fastest among the state-of-the-art techniques. In most cases, enumeration takes only milliseconds to execute. The longest enumeration run-time observed is less than six seconds. ILP is usually slower than enumeration, but provides us with a complementary solution technique. Both enumeration and ILP allow the use of multiple different merit functions in the evaluation of data-flow subgraphs. The experiments demonstrate that, using only modest additional hardware resources, up to 30-fold performance improvement can be obtained with respect to a single-issue base processor.