Skip to content

Commit

Permalink
Fix VLOGAn
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Oct 4, 2023
1 parent 3687cf3 commit 7ae41b0
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 @@ -34,7 +34,7 @@ IDMA_BENDER_FILES := $(IDMA_ROOT)/Bender.yml \

# Helper functions
# Relative paths for VLOGAN
IDMA_VLOGAN_REL_PATHS := | grep -v "ROOT=" | sed '3 i ROOT="."'
IDMA_VLOGAN_REL_PATHS := | grep -v "ROOT=" | sed '3 i ROOT="."'
# Morty helpers
IDMA_PATH_ESCAPED := $(shell pwd | sed 's_/_\\/_g')
IDMA_RELATIVE_PATH_REGEX := 's/$(IDMA_PATH_ESCAPED)/./'
Expand Down Expand Up @@ -276,7 +276,7 @@ IDMA_VCS_PARAMS ?=
$(IDMA_VCS_DIR)/compile.sh: $(IDMA_BENDER_FILES) $(IDMA_TB_ALL) $(IDMA_RTL_ALL)
$(BENDER) update
$(BENDER) checkout
$(BENDER) script vcs -t test -t rtl -t simulation --vlog-arg "\$(IDMA_VLOGAN_ARGS)" --vlogan-bin "$(VLOGAN)" $(VLOGAN_REL_PATHS) > $@
$(BENDER) script vcs -t test -t rtl -t simulation --vlog-arg "\$(IDMA_VLOGAN_ARGS)" --vlogan-bin "$(VLOGAN)" $(IDMA_VLOGAN_REL_PATHS) > $@
chmod +x $@

idma_vcs_compile: $(IDMA_VCS_DIR)/compile.sh
Expand Down

0 comments on commit 7ae41b0

Please sign in to comment.