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
Copy file name to clipboardExpand all lines: snap_env
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -307,6 +307,11 @@ while [ -z "$SETUP_DONE" ]; do
307
307
SETUP_INFO="$SETUP_INFO\n To simulate a design with EMAC, it is recommended to use xcelium simulator (license needed) or use the Ethernet Loop-back option."
308
308
fi
309
309
310
+
# Note: USERCODE requested
311
+
if [ "$ENABLE_USERCODE"=="y" ];then
312
+
echo"USERCODE has been set to : $USERCODE";
313
+
fi
314
+
310
315
311
316
####### Print warning messages and create $snap_env_sh
0 commit comments