This is an old revision of the document!


ACT By Example

ACT is a hardware description language that has been influenced more by programming languages developed for software rather than hardware. The key difference between ACT and normal software programming languages is that when “variables” are created, those correspond to hardware components. The other key difference is that ACT can be viewed as a linking language, where circuits can be linked through connections between their I/O ports. ACT supports the description of circuits are multiple levels of abstraction in a unified framework. Details of the language can be found in the detailed language description. The examples linked below are a gentler introduction to various language features, and may be easier to follow than the language description itself.