Skip to content

Commit

Permalink
readd dc to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Oct 5, 2023
1 parent 2ada0af commit c84e23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idma.mk
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ IDMA_VLT_PARAMS ?=

$(IDMA_VLT_DIR)/%_elab.log: $(IDMA_PICKLE_DIR)/$(IDMA_VLT_TOP).sv
mkdir -p $(IDMA_VLT_DIR)
cd $(IDMA_VLT_DIR); $(VERILATOR) $(IDMA_VLT_ARGS) $(IDMA_VLT_PARAMS) -Mdir obj_$* ../../../$^ --top-module $(IDMA_VLT_TOP).sv 2> $*_elab.log
cd $(IDMA_VLT_DIR); $(VERILATOR) $(IDMA_VLT_ARGS) $(IDMA_VLT_PARAMS) -Mdir obj_$* ../../../$^ --top-module $(IDMA_VLT_TOP) 2> $*_elab.log

idma_verilator_clean:
rm -rf $(IDMA_VLT_DIR)/obj_*
Expand Down

0 comments on commit c84e23b

Please sign in to comment.