Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 9561890e authored by Vauban's avatar Vauban
Browse files

Script debug: Add display messages to show script execution progress.

parent 6ee30fc3
Branches
No related merge requests found
puts "======== Add High Speed Connector option: IO_STUB ========"
source script_support/components/HIGH_SPEED_CONNECTOR/IO_STUB/PF_IO_C0.tcl
source script_support/components/HIGH_SPEED_CONNECTOR/IO_STUB/PF_IO_C1.tcl
source script_support/components/HIGH_SPEED_CONNECTOR/IO_STUB/PF_IO_C2.tcl
......
#
# Intentionally empty.
# Used when the high speed connector block is not included in the FPGA design.
#
\ No newline at end of file
#
puts "======== Add High Speed Connector option: NONE ========"
puts "======== Add M.2 option: DEFAULT ========"
source script_support/components/M2/DEFAULT/M2_USB.tcl
source script_support/components/M2/DEFAULT/PCIE_INITIATOR.tcl
......
......@@ -2,6 +2,8 @@
# Tie off and unused signals when no M.2 interface is included.
#===============================================================================
puts "======== Add M.2 option: NONE ========"
sd_mark_pins_unused -sd_name {B_V_F_BASE_DESIGN} -pin_names {BVF_RISCV_SUBSYSTEM:FIC_0_AXI4_TARGET}
sd_mark_pins_unused -sd_name {B_V_F_BASE_DESIGN} -pin_names {BVF_RISCV_SUBSYSTEM:M2_APB_MTARGET}
sd_connect_pins_to_constant -sd_name {B_V_F_BASE_DESIGN} -pin_names {BVF_RISCV_SUBSYSTEM:PCIE_INT_N} -value {VCC}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment