User Tools

Site Tools


labs

This is an old revision of the document!


Table of Contents

LABS

Lab 0

Check the eclass

LAB 1

LAB 2

LAB 3

lab_3.pdf

The Verilog code should be according to the following prototype. It will be submitted separately using submit or websubmit

module trafficlight(

input rst, \/\/ resets the system to the initial state (main road green

input request,

input clk,

output reg [5:0] light,

output reg [7:0] sevseg

);

endmodule

labs.1612113523.txt.gz · Last modified: 2021/01/31 17:18 by aboelaze

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki