Skip to main content

Enforced rule for all Verilog submissions:

        clkrst c0(clk, rst) is NOT OK
        clkrst c0(.clk(clk), .rst(rst)) is CORRECT
      

Recommended Hierarchy and Filenaming conventions (For HW2-HW5 and project demos):

For project:

We will follow this same convention for your project.