remove unnecessary stuff

This commit is contained in:
2021-07-02 01:28:53 -06:00
parent efd4cb6e48
commit fc232b0d8b
2 changed files with 4 additions and 63 deletions

View File

@@ -1,6 +1,8 @@
BUILD_DIR = build
SOURCE_V = $(wildcard hdl/*.v)
TESTBENCH_V = $(wildcard hdl/tb/*.v)
# SOURCE_V = $(wildcard hdl/*.v)
# TESTBENCH_V = $(wildcard hdl/tb/*.v)
SOURCE_V = hdl/core.v
TESTBENCH_V = hdl/tb/core_tb.v
all: sim