You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed incorrect path returned by getHLSPaths function. (#62)
* Fixed incorrect path returned by getHLSPaths function.
The base_path was being set incorrectly when the shls_path variable was
already set by using the 'which' command.
* Added fix for getting the base_path when using a release version of SHLS (#63)
This fix doesn't work if the "shls" env var isn't in the path (line 21). The change to
risc-v-demo/sev-kit-reference-design/script_support/additional_configurations/smarthls/sd_add_axis_converters.tcl
means that "base_path" needs to be one level up from bin. So then that means "base_path" should be Libero_SoC_v2024.1/SmartHLS-2024.1/SmartHLS or C:\Microchip\Libero_SoC_v2024.1\SmartHLS-2024.1\SmartHLS.
---------
Co-authored-by: jennifermah76 <132939922+jennifermah76@users.noreply.github.com>
Copy file name to clipboardExpand all lines: risc-v-demo/sev-kit-reference-design/script_support/additional_configurations/smarthls/sd_add_axis_converters.tcl
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
+
puts"TCL_BEGIN: [info script]"
2
+
1
3
#
2
4
# NOTES:
3
5
# - Ideally this should go into their own create_hdl_plus_*.tcl files
0 commit comments