Test and project fix
This commit is contained in:
parent
474f77b8b0
commit
fa728e5d53
|
@ -17,8 +17,6 @@ module tt_um_yannickreiss_lights_out (
|
|||
);
|
||||
|
||||
// All output pins must be assigned. If not used, assign to 0.
|
||||
assign uo_out = ui_in + uio_in; // Example: ou_out is the sum of ui_in and uio_in
|
||||
assign uio_out = 0;
|
||||
assign uio_oe = 8'b00000010;
|
||||
|
||||
// Matrix (input)
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
SIM ?= icarus
|
||||
TOPLEVEL_LANG ?= verilog
|
||||
SRC_DIR = $(PWD)/../src
|
||||
PROJECT_SOURCES = project.v
|
||||
PROJECT_SOURCES = lights_out.v
|
||||
|
||||
ifneq ($(GATES),yes)
|
||||
|
||||
|
|
Loading…
Reference in New Issue