Skip to content

Commit

Permalink
nonfree: Integrate new internal CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsc96 committed Jan 8, 2025
1 parent c4705f1 commit 97d0d4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cheshire.mk
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ chs-clean-deps:
######################

CHS_NONFREE_REMOTE ?= [email protected]:pulp-restricted/cheshire-nonfree.git
CHS_NONFREE_COMMIT ?= fd3526f
CHS_NONFREE_COMMIT ?= 147924a

CHS_PHONY += chs-nonfree-init
chs-nonfree-init:
Expand Down
4 changes: 3 additions & 1 deletion target/xilinx/scripts/common.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ proc open_target {xilinx_root argc argv suffix} {
open_hw_manager
connect_hw_server -url $url
# Open HW target, set JTAG frequency
set hw_tgt [get_hw_targets ${url}/${path}]
set hw_tgts [get_hw_targets ${url}/${path}]
# From all matching targets, choose last (most specific) one
set hw_tgt [lindex ${hw_tgts} [expr [llength ${hw_tgts}] - 1]]
open_hw_target $hw_tgt
set_property PARAM.FREQUENCY 15000000 $hw_tgt
# Get hardware device
Expand Down

0 comments on commit 97d0d4e

Please sign in to comment.