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
okmsg: 'V compiles examples/hello_world.v on the native backend for linux with `-no-builtin` & the executable is <= ${hw_native_no_builtin_size_limit} bytes'
203
-
rmfile: 'examples/hello_world'
204
-
after_cb: fn () ! {
205
-
file:='examples/hello_world'
206
-
if!os.exists(file) {
207
-
returnerror('>> file ${file} does not exist')
208
-
}
209
-
if os.file_size(file) > hw_native_no_builtin_size_limit {
210
-
returnerror('>> file ${file} bigger than ${hw_native_no_builtin_size_limit} bytes')
211
-
}
212
-
}
213
-
}
214
-
}
215
-
// only compilation:
216
-
res << Command{
217
-
line: '${vexe} -os linux -experimental -b native -o hw.linux examples/hello_world.v'
218
-
okmsg: 'V compiles hello_world.v on the native backend for linux'
0 commit comments