Add support for FSDB (#1072)

This commit is contained in:
Jerry Zhao
2022-01-10 09:24:05 -08:00
committed by GitHub
parent 1ce67a0997
commit a72d466646
3 changed files with 22 additions and 3 deletions

View File

@@ -257,7 +257,7 @@ $(output_dir)/%.out: $(output_dir)/% $(SIM_PREREQ)
#########################################################################################
# include build/project specific makefrags made from the generator
#########################################################################################
ifneq ($(filter run% %.run %.out %.vpd %.vcd,$(MAKECMDGOALS)),)
ifneq ($(filter run% %.run %.out %.vpd %.vcd %.fsdb,$(MAKECMDGOALS)),)
-include $(build_dir)/$(long_name).d
endif