Skip to content

Commit

Permalink
Merge pull request #297 from slaclab/pre-release
Browse files Browse the repository at this point in the history
Release Candidate v4.8.1
  • Loading branch information
ruck314 authored Apr 12, 2023
2 parents d657b0a + d0712b7 commit b145016
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions ghdl/import.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ source $::env(RUCKUS_PROC_TCL_COMBO)
# Init the global variable
set ::DIR_PATH ""

# Remove the existing source directories
exec rm -rf $::env(OUT_DIR)/SRC_VHDL
exec rm -rf $::env(OUT_DIR)/SRC_VERILOG
exec rm -rf $::env(OUT_DIR)/SRC_SVERILOG
# Remove the existing source directories
exec rm -rf $::env(OUT_DIR)

# Create a new directory
exec mkdir $::env(OUT_DIR)

# Load ruckus library (ruckus.BuildInfoPkg.vhd only)
GenBuildString $::env(OUT_DIR)

# Load the top-level ruckus.tcl
loadRuckusTcl $::env(PROJ_DIR)

0 comments on commit b145016

Please sign in to comment.