We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ecf9b9 commit 4232b01Copy full SHA for 4232b01
hdk/common/shell_v04261818/build/scripts/check_uram.tcl
@@ -16,6 +16,11 @@
16
global uramHeight
17
global CL_MODULE
18
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
+
24
###Check oreg_b usage for uramHeight==3 and uramHeight==4
25
set clean 1
26
if {[string compare $CL_MODULE "cl_uram_example"] == 0} {
hdk/hdk_version.txt
@@ -1 +1 @@
1
-HDK_VERSION=1.4.0
+HDK_VERSION=1.4.2
0 commit comments