Skip to main content

Extraction of Efficient Instruction Schedulers from Cycle-True Processor Models

  • Conference paper
Software and Compilers for Embedded Systems (SCOPES 2003)

Part of the book series: Lecture Notes in Computer Science ((LNCS,volume 2826))

Included in the following conference series:

Abstract

This paper proposes a technique for extracting an instruction scheduler from a LISA processor description. The generated tool reads unscheduled, sequential assembly code from a C compiler. It schedules the instructions using an efficient backtracking scheduling algorithm that allows automated delay slot filling and utilization of instruction level parallelism. For an industrial network processor and a multimedia VLIW architecture the quality of the generated assembly code is compared to that of compilers with handwritten scheduler specifications.

This work has been partially supported by CoWare Inc.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Subscribe and save

Springer+ Basic
$34.99 /Month
  • Get 10 units per month
  • Download Article/Chapter or eBook
  • 1 Unit = 1 Article or 1 Chapter
  • Cancel anytime
Subscribe now

Buy Now

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Similar content being viewed by others

References

  1. Hoffmann, A., Meyr, H., Leupers, R.: Architecture Exploration for Embedded Processors With Lisa. Kluwer Academic Publishers, Dordrecht (2003); ISBN 1-4020-7338- 0

    Google Scholar 

  2. Abraham, S.G., Meleis, W., Baev, I.D.: Efficient backtracking instruction schedulers. In: IEEE PACT, pp. 301–308 (May 2000)

    Google Scholar 

  3. ACE – Associated Computer Experts bv. The COSY Compiler Development System, http://www.ace.nl

  4. Fraser, C., Hanson, D.: A Retargetable C Compiler: Design and Implementation. Benjamin/Cummings Publishing Co. (1994)

    Google Scholar 

  5. CoWare Inc, http://www.coware.com

  6. Kästner, D.: Retargetable Postpass Optimisation by Integer Linear Programming, October 2000. Verlag Pirrot (2000); ISBN 3-9307-1455-8

    Google Scholar 

  7. Fauth, A., Van Praet, J., Freericks, M.: Describing Instruction Set Processors Using nML. In: Proc. of the European Design and Test Conference (ED & TC) (March 1995)

    Google Scholar 

  8. Grun, P., Halambi, A., Dutt, N.D., Nicolau, A.: RTGEN: An Algorithm for Automatic Generation of Reservation Tables from Architectural Descriptions. In: Proc. of the Int. Symposium on System Synthesis (ISSS), pp. 44–50 (1999)

    Google Scholar 

  9. Hadjiyiannis, G., Hanono, S., Devadas, S.: ISDL: An Instruction Set Description Language for Retargetability. In: Proc. of the Design Automation Conference (DAC) (June 1997)

    Google Scholar 

  10. Halambi, A., Grun, P., Ganesh, V., Khare, A., Dutt, N., Nicolau, A.: EXPRESSION: A Language for Architecture Exploration through Compiler/Simulator Retargetability. In: Proc. of the Conference on Design, Automation & Test in Europe (DATE) (March 1999)

    Google Scholar 

  11. Homewood, F., Faraboschi, P.: ST200: A VLIW Architecture for Media-Oriented Applications. In: Microprocessor Forum (October 2000)

    Google Scholar 

  12. Itoh, M., Higaki, S., Sato, J., Shiomi, A., Takeuchi, Y., Kitajima, A., Imai, M.: PEAS-III: An ASIP Design Environment. In: Proc. of the Int. Conf. on Computer Design (ICCD) (September 2000)

    Google Scholar 

  13. Hennessy, J., Patterson, D.: Computer Architecture: A Quantitative Approach, 2nd edn. Morgan Kaufmann Publishers Inc., San Francisco (1996)

    MATH  Google Scholar 

  14. Lanner, D., Van Praet, J., Kifli, A., Schoofs, K., Geurts, W., Thoen, F., Goossens, G.: Chess: Retargetable Code Generation for Embedded DSP Processors. In: Marwedel, P., Goosens, G. (eds.) Code Generation for Embedded Processors. Kluwer Academic Publishers, Dordrecht (1995)

    Google Scholar 

  15. Leupers, R., Marwedel, P.: Retargetable Code Generation based on Structural Processor Descriptions. Design Automation for Embedded Systems 3(1), 1–36 (1998)

    Article  Google Scholar 

  16. Leupers, R., Marwedel, P.: Retargetable Compiler Technology for Embedded Systems. Kluwer Academic Publishers, Boston (2001); ISBN 0-7923-7578-5

    MATH  Google Scholar 

  17. Nie, X., Gazsi, L., Engel, F., Fettweis, G.: A new network processor architecture for high-speed communications. In: Proc. of the IEEE Workshop on Signal Processing Systems (SIPS), October 1999, pp. 548–557 (1999)

    Google Scholar 

  18. Paulin, P.: Towards Application-Specific Architecture Platforms: Embdedded Systems Design Automation Technologies. In: Proc. of the EuroMicro (April 2000)

    Google Scholar 

  19. Qin, W., Malik, S.: Flexible and formal modeling of microprocessors with application to retargetable simulation. In: Proc. of the Conference on Design, Automation & Test in Europe (DATE) (March 2003)

    Google Scholar 

  20. Allen, R., Kennedy, K.: Optimizing Compilers for Modern Architectures. Morgan Kaufmann Publishers Inc., San Francisco (2001); ISBN 1-5586-0286-0

    Google Scholar 

  21. Trimaran. An Infrastructure for Research in Instruction-Level Parallelism, http://www.trimaran.com

  22. Wahlen, O., Glökler, T., Nohl, A., Hoffmann, A., Leupers, R., Meyr, H.: Application Specific Compiler/Architecture Codesign: A Case Study. In: Proc. of the Joint Conference on Languages, Compilers, and Tools for Embedded Systems (LCTES) and Software and Compilers for Embedded Systems (SCOPES) (June 2002)

    Google Scholar 

  23. Wahlen, O., Hohenauer, M., Leupers, R., Meyr, H.: Instruction scheduler generation for retargetable compilation. IEEE Design & Test of Computers (January 2003)

    Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2003 Springer-Verlag Berlin Heidelberg

About this paper

Cite this paper

Wahlen, O. et al. (2003). Extraction of Efficient Instruction Schedulers from Cycle-True Processor Models. In: Krall, A. (eds) Software and Compilers for Embedded Systems. SCOPES 2003. Lecture Notes in Computer Science, vol 2826. Springer, Berlin, Heidelberg. https://doi.org/10.1007/978-3-540-39920-9_12

Download citation

  • DOI: https://doi.org/10.1007/978-3-540-39920-9_12

  • Publisher Name: Springer, Berlin, Heidelberg

  • Print ISBN: 978-3-540-20145-8

  • Online ISBN: 978-3-540-39920-9

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics