CIS 372 (Spring 2008) Practice Final Exam

1. Specifying Hardware

Two methods of specifying hardware are schematics and hardware description languages (HDLs).

2. Verilog

Consider a module definition for a 2-to-1 single-bit mux: module mux_2to1 (o, s, a, b); output o; input s, a, b;

3. FPGAs

4. Design Flows

5. Lab 1

6. Lab 3