minor update

This commit is contained in:
Blaise Tine 2022-02-05 12:24:16 -05:00
parent a3472da181
commit 3179541efe
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ PROJECT = rtlsim
all: $(PROJECT)
$(DESTDIR)/$(PROJECT): $(SRCS) main.cpp
verilator --build $(VL_FLAGS) $^ $(SRCS) -CFLAGS '$(CXXFLAGS)' -LDFLAGS '$(LDFLAGS)' -o ../$@
verilator --build $(VL_FLAGS) $^ -CFLAGS '$(CXXFLAGS)' -LDFLAGS '$(LDFLAGS)' -o ../$@
$(DESTDIR)/lib$(PROJECT).so: $(SRCS)
verilator --build $(VL_FLAGS) $^ -CFLAGS '$(CXXFLAGS)' -LDFLAGS '-shared $(LDFLAGS)' -o ../$@

2
third_party/cocogfx vendored

@ -1 +1 @@
Subproject commit 04b109692cf6d0128f5ae89cbb4a7d77bfbc9f6a
Subproject commit 7969f66e8659509920c7031d9d9cf7663f1b3e3e