Skip to content

Commit

Permalink
Merge pull request #300 from slaclab/pre-release
Browse files Browse the repository at this point in the history
Release Candidate v4.8.4
  • Loading branch information
ruck314 authored Jul 2, 2023
2 parents dd8752d + fe0e113 commit e33ca73
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ghdl/proc.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ proc loadSource args {
# Strip out the -sim_only flag
if {[string match {*-sim_only*} $args]} {
set args [string map {"-sim_only" ""} $args]
# Not support simulation source code in design compiler yet
return
}

# Parse the list of args
Expand Down
2 changes: 1 addition & 1 deletion system_vivado.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export REPORT_QOR = 0
endif

ifndef GZIP_BUILD_IMAGE
export GZIP_BUILD_IMAGE = 1
export GZIP_BUILD_IMAGE = 0
endif

ifndef GEN_BIN_IMAGE
Expand Down
2 changes: 1 addition & 1 deletion vivado/proc/ip_management.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ proc BuildIpCores { } {
# Check for IP cores to build
if { ${ipCoreList} != "" } {
# Build the IP Core
launch_runs -quiet ${ipCoreList} -jobs [GetCpuNumber]
launch_runs -quiet ${ipCoreList} -jobs $::env(PARALLEL_SYNTH)
foreach waitPntr ${ipCoreList} {
set src_rc [catch {
wait_on_run ${waitPntr}
Expand Down

0 comments on commit e33ca73

Please sign in to comment.