Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
Xilinx: Fix "open_hw" -> "open_hw_manager"
Browse files Browse the repository at this point in the history
- Deprecated command fixed.

 On branch master
 Your branch is up-to-date with 'origin/master'.

 Changes to be committed:
	modified:   target/sakurax_mb5/program/program_bitstream.tcl
	modified:   target/sakurax_mb8/program/program_bitstream.tcl
	modified:   target/sakurax_picorv32/program/program_bitstream.tcl
  • Loading branch information
ben-marshall committed May 27, 2020
1 parent 7c74714 commit bd0d21b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion target/sakurax_mb5/program/program_bitstream.tcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Setup
open_hw
open_hw_manager

# Connect to the hardware device server
connect_hw_server -url localhost:3121
Expand Down
2 changes: 1 addition & 1 deletion target/sakurax_mb8/program/program_bitstream.tcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Setup
open_hw
open_hw_manager

# Connect to the hardware device server
connect_hw_server -url localhost:3121
Expand Down
2 changes: 1 addition & 1 deletion target/sakurax_picorv32/program/program_bitstream.tcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Setup
open_hw
open_hw_manager

# Connect to the hardware device server
connect_hw_server -url localhost:3121
Expand Down

0 comments on commit bd0d21b

Please sign in to comment.