CSC/ECE 517 Fall 2012/ch1 1w9 av: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
== Examples == | == Examples == | ||
=== OODSL compiler for FPGA === | === OODSL compiler for FPGA === | ||
An object oriented domain specific compiler was developed for programming Field Programmable Gate Arrays. The compiler allows the hardware programmer to make use of object-oriented style while programming. The research paper claims that this way of programming the hardware reduces the design time several times and still result in an optimal performance. | |||
== OODSL vs. non-OODSL == | == OODSL vs. non-OODSL == | ||
Line 19: | Line 21: | ||
== References == | == References == | ||
<references/> | |||
* [http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=920835&userType=inst&tag=1] |
Revision as of 20:50, 14 September 2012
[Domain-specific object-oriented languages (OODSLs)] An OODSL is a Domain-specific language (DSL)[1] language that exhibits characteristics that have traditionally been attributed to Object-Oriented Languages
Overview
History
Examples
OODSL compiler for FPGA
An object oriented domain specific compiler was developed for programming Field Programmable Gate Arrays. The compiler allows the hardware programmer to make use of object-oriented style while programming. The research paper claims that this way of programming the hardware reduces the design time several times and still result in an optimal performance.
OODSL vs. non-OODSL
Advantages and Disadvantages
Conclusion
References
<references/>