Skip to content

Commit

Permalink
delay module reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed May 19, 2021
1 parent b262613 commit 4971291
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 1 deletion.
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 base/delay/ruckus.tcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Load RUCKUS library
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl

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

# Load Simulation
loadSource -lib surf -sim_only -dir "$::DIR_PATH/tb"
File renamed without changes.
1 change: 0 additions & 1 deletion base/general/ruckus.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl
# Load Source Code
loadSource -lib surf -dir "$::DIR_PATH/rtl"
loadSource -lib surf -dir "$::DIR_PATH/ip_integrator"
loadSource -lib surf -dir "$::DIR_PATH/xilinx"

# Load Simulation
loadSource -lib surf -sim_only -dir "$::DIR_PATH/tb"
1 change: 1 addition & 0 deletions base/ruckus.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
source -quiet $::env(RUCKUS_DIR)/vivado_proc.tcl

# Load ruckus files
loadRuckusTcl "$::DIR_PATH/delay"
loadRuckusTcl "$::DIR_PATH/fifo"
loadRuckusTcl "$::DIR_PATH/general"
loadRuckusTcl "$::DIR_PATH/ram"
Expand Down
File renamed without changes.

0 comments on commit 4971291

Please sign in to comment.