Abstract
As FPGAs get more competitive, synthesizable processor cores become an attractive choice for embedded computing. Currently popular commercial processor cores do not fully exploit current FPGA architectures. In this paper, we propose general design principles to increase instruction throughput on FPGA-based processor cores: first, superpipelining enables higher-frequency system clocks, and second, predicated instructions circumvent costly pipeline stalls due to branches. To evaluate their effects, we develop Tinuso, a processor architecture optimized for FPGA implementation. We demonstrate through the use of micro-benchmarks that our principles guide the design of a processor core that improves performance by an average of 38% over a similar Xilinx MicroBlaze configuration.
Original language | English |
---|---|
Title of host publication | Architecture of Computing Systems – ARCS 2012 : 25th International Conference Munich, Germany, February 28 – March 2, 2012 Proceedings |
Publisher | Springer |
Publication date | 2012 |
Pages | 111-122 |
ISBN (Print) | 978-3-642-28292-8 |
ISBN (Electronic) | 978-3-642-28293-5 |
DOIs | |
Publication status | Published - 2012 |
Event | ARCS 2012 - Architecture of Computing Systems - Garching Campus, München, Germany Duration: 28 Feb 2012 → 2 Mar 2012 Conference number: 25 |
Conference
Conference | ARCS 2012 - Architecture of Computing Systems |
---|---|
Number | 25 |
Location | Garching Campus |
Country/Territory | Germany |
City | München |
Period | 28/02/2012 → 02/03/2012 |
Series | Lecture Notes in Computer Science |
---|---|
Volume | 7179 |
ISSN | 0302-9743 |
Keywords
- Synthesizable processor core
- FPGA
- Predication
- Pipelining