Skip to content

Commit

Permalink
Merge pull request #290 from slaclab/pre-release
Browse files Browse the repository at this point in the history
Release Candidate v4.7.1
  • Loading branch information
ruck314 authored Mar 19, 2023
2 parents 5396980 + c67da28 commit 220a07a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion system_shared.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ endif
# Generate build string
export BUILD_SYS_NAME = $(shell uname -n)
export BUILD_SVR_TYPE = $(strip $(shell cat /etc/issue | cut -d '\' -f 1) )
export BUILD_USER = $(shell whoami)
export BUILD_USER := $(shell id -u -n)
BUILD_DATE := $(shell date)
BUILD_TIME := $(shell date +%Y%m%d%H%M%S)
export BUILD_STRING = $(PROJECT): Vivado v$(VIVADO_VERSION), $(BUILD_SYS_NAME) ($(BUILD_SVR_TYPE)), Built $(BUILD_DATE) by $(BUILD_USER)
Expand Down
2 changes: 1 addition & 1 deletion system_vivado.mk
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export VIVADO_PROJECT_SIM_TIME = 1000 ns
endif

# Synthesis Variables
export VIVADO_VERSION = $(shell vivado -version | grep -Po "v(\d+\.)+\d+" | cut -c2-)
export VIVADO_VERSION := $(shell vivado -version | grep -Po "v(\d+\.)+\d+" | cut -c2-)
export VIVADO_INSTALL = $(abspath $(shell which vivado)/../..)
export VIVADO_DIR = $(abspath $(PROJ_DIR)/vivado)
export VIVADO_PROJECT = $(PROJECT)_project
Expand Down

0 comments on commit 220a07a

Please sign in to comment.