summaryrefslogtreecommitdiff
path: root/cocotb_try
diff options
context:
space:
mode:
Diffstat (limited to 'cocotb_try')
-rw-r--r--cocotb_try/Makefile2
-rw-r--r--cocotb_try/my_design.v (renamed from cocotb_try/my_design.sv)0
2 files changed, 1 insertions, 1 deletions
diff --git a/cocotb_try/Makefile b/cocotb_try/Makefile
index 2648771..2d4fe2b 100644
--- a/cocotb_try/Makefile
+++ b/cocotb_try/Makefile
@@ -4,7 +4,7 @@
SIM ?= verilator
TOPLEVEL_LANG ?= verilog
-VERILOG_SOURCES += $(PWD)/my_design.sv
+VERILOG_SOURCES += $(PWD)/my_design.v
# use VHDL_SOURCES for VHDL files
# TOPLEVEL is the name of the toplevel module in your Verilog or VHDL file
diff --git a/cocotb_try/my_design.sv b/cocotb_try/my_design.v
index 458ac8e..458ac8e 100644
--- a/cocotb_try/my_design.sv
+++ b/cocotb_try/my_design.v