Skip to content

Commit

Permalink
adding back load-bearing empty module
Browse files Browse the repository at this point in the history
  • Loading branch information
stevej committed Nov 2, 2023
1 parent 2f21f20 commit 42646ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TOPLEVEL_LANG ?= verilog
ifneq ($(GATES),yes)

# this is the only part you should need to modify:
VERILOG_SOURCES += $(PWD)/tb.v $(PWD)/tt_um_minipit_stevej.v
VERILOG_SOURCES += $(PWD)/tb.v $(PWD)/tt_um_minipit_stevej.v $(PWD)/minipit.v

else

Expand Down
9 changes: 9 additions & 0 deletions src/minipit.v
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
`default_nettype none
`timescale 1ns/1ps


module minipit();



endmodule

0 comments on commit 42646ea

Please sign in to comment.