Skip to content

Commit

Permalink
Merge pull request #298 from slaclab/pre-release
Browse files Browse the repository at this point in the history
Release Candidate v4.8.2
  • Loading branch information
ruck314 authored Apr 22, 2023
2 parents b145016 + c813b3d commit e6ed046
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ghdl/import.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
##############################################################################

# Load RUCKUS environment and library
source $::env(RUCKUS_PROC_TCL_COMBO)
source $::env(RUCKUS_PROC_TCL)

# Init the global variable
set ::DIR_PATH ""
Expand Down
1 change: 0 additions & 1 deletion system_cadence_genus.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ endif
export RUCKUS_GENUS_DIR = $(RUCKUS_DIR)/cadence/genus
export RUCKUS_PROC_TCL = $(RUCKUS_GENUS_DIR)/proc.tcl
export RUCKUS_QUIET_FLAG = -quiet
export RUCKUS_PROC_TCL_COMBO = $(RUCKUS_QUIET_FLAG) $(RUCKUS_PROC_TCL)

# Project Build Directory
export OUT_DIR = $(abspath $(TOP_DIR)/build/$(PROJECT))
Expand Down
1 change: 0 additions & 1 deletion system_fabulous.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ endif
export RUCKUS_FAB_DIR = $(RUCKUS_DIR)/fabulous
export RUCKUS_PROC_TCL = $(RUCKUS_FAB_DIR)/proc.tcl
export RUCKUS_QUIET_FLAG = -verbose
export RUCKUS_PROC_TCL_COMBO = $(RUCKUS_QUIET_FLAG) $(RUCKUS_PROC_TCL)

# Project Build Directory
export OUT_DIR = $(abspath $(TOP_DIR)/build/$(PROJECT))
Expand Down
1 change: 0 additions & 1 deletion system_synopsys_dc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ endif
export RUCKUS_DC_DIR = $(RUCKUS_DIR)/synopsys/design_compiler
export RUCKUS_PROC_TCL = $(RUCKUS_DC_DIR)/proc.tcl
export RUCKUS_QUIET_FLAG = -verbose
export RUCKUS_PROC_TCL_COMBO = $(RUCKUS_QUIET_FLAG) $(RUCKUS_PROC_TCL)

ifndef PARALLEL_SYNTH
export PARALLEL_SYNTH = $(shell cat /proc/cpuinfo | grep processor | wc -l)
Expand Down
1 change: 0 additions & 1 deletion system_vivado.mk
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ endif
export SOURCE_DEPEND = $(OUT_DIR)/$(PROJECT)_sources.txt
export RUCKUS_PROC_TCL = $(RUCKUS_DIR)/vivado/proc.tcl
export RUCKUS_QUIET_FLAG = -quiet
export RUCKUS_PROC_TCL_COMBO = $(RUCKUS_QUIET_FLAG) $(RUCKUS_PROC_TCL)

# Images Directory
export IMAGES_DIR = $(abspath $(PROJ_DIR)/images)
Expand Down
2 changes: 1 addition & 1 deletion vivado/proc/sim_management.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ proc VcsCompleteMessage {dirPath rogueSim} {
}
}
puts "\t\$ ./sim_vcs_mx.sh"
puts "\t\$ ./simv -verdi &"
puts "\t\$ ./simv -gui=verdi -verdi_opts "-ultra" &"
puts "********************************************************\n\n"
}

0 comments on commit e6ed046

Please sign in to comment.