Difference between revisions of "WG211/M8ODonnell"

From WG 2.11
Jump to: navigation, search
(Created page with "Category:WG211 =Datapath and control correspond to language and program= ==John O'Donnell== <br />Complex digital circuits are usually organised in two sections: datapath ...")
 
m (1 revision)
 
(No difference)

Latest revision as of 11:06, 12 December 2011


Datapath and control correspond to language and program

John O'Donnell


Complex digital circuits are usually organised in two sections: datapath and control. Traditional circuit design methodology views these sections as just hardware systems, but they can also be understood using language terminology: the datapath provides a set of constructs, while the control expresses an algorithm in terms of those constructs. Thus a datapath defines a domain specific language, while the control is a program in that language. This correspondence can be exploited to clarify the design of processors.