Lab 9
Lab 9
Code:
6:
begin
an = 4'b1011;
sseg =
7'b1100010;
end
default:
begin
an = 4'b0111;
sseg =
7'b1100010;
end
endcase
end
endmodule
end
end
endmodule
Results:
Conclusion:
From this lab task, we have gotten more knowledge about fpga and sparten-3. We make the code in
which we can see that one square pattern is glowing in a flow.