Skip to content

Commit 4232b01

Browse files
authored
Update hdk_version (#427)
* Update hdk_version.txt * hlx flow fix
1 parent 2ecf9b9 commit 4232b01

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

hdk/common/shell_v04261818/build/scripts/check_uram.tcl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
global uramHeight
1717
global CL_MODULE
1818

19+
# If CL_MODULE does not exist, set it to a default value.
20+
if {![info exists CL_MODULE]} {
21+
set CL_MODULE cl_helloworld
22+
}
23+
1924
###Check oreg_b usage for uramHeight==3 and uramHeight==4
2025
set clean 1
2126
if {[string compare $CL_MODULE "cl_uram_example"] == 0} {

hdk/hdk_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
HDK_VERSION=1.4.0
1+
HDK_VERSION=1.4.2

0 commit comments

Comments
 (0)