Skip to content

Commit

Permalink
reorg of SACI version1 vs version 2 src code
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Dec 4, 2024
1 parent 41870b9 commit c5a286c
Show file tree
Hide file tree
Showing 42 changed files with 20 additions and 6 deletions.
10 changes: 4 additions & 6 deletions protocols/saci/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Load RUCKUS library
# Load RUCKUS environment and library
source $::env(RUCKUS_PROC_TCL)

# Load Source Code
loadSource -lib surf -dir "$::DIR_PATH/rtl"

# Load Simulation
loadSource -lib surf -sim_only -dir "$::DIR_PATH/sim"
# Load ruckus files
loadRuckusTcl "$::DIR_PATH/saci1"
loadRuckusTcl "$::DIR_PATH/saci2"
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions protocols/saci/saci1/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Load RUCKUS library
source $::env(RUCKUS_PROC_TCL)

# Load Source Code
loadSource -lib surf -dir "$::DIR_PATH/rtl"

# Load Simulation
loadSource -lib surf -sim_only -dir "$::DIR_PATH/sim"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions protocols/saci/saci2/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Load RUCKUS library
source $::env(RUCKUS_PROC_TCL)

# Load Source Code
loadSource -lib surf -dir "$::DIR_PATH/rtl"

# Load Simulation
#loadSource -lib surf -sim_only -dir "$::DIR_PATH/sim"

0 comments on commit c5a286c

Please sign in to comment.