Skip to content

Commit

Permalink
FIXes
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Oct 3, 2023
1 parent 524698b commit 956bbb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions idma.mk
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ IDMA_VLT_ARGS := --cc \
--no-skip-identical

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

idma_verilator_clean:
rm -rf $(IDMA_VLT_DIR)/obj_*
Expand Down Expand Up @@ -395,6 +395,6 @@ idma_doc_all: idma_spinx_doc

idma_pickle_all: $(IDMA_PICKLE_ALL)

idma_rtl_all: $(IDMA_RTL_ALL)
idma_hw_all: $(IDMA_RTL_ALL)

idma_sim_all: $(IDMA_VCS_DIR)/compile.sh $(IDMA_VSIM_DIR)/compile.tcl

0 comments on commit 956bbb9

Please sign in to comment.