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
architecture hello_world of hello_world is
begin
stimulus : PROCESS
begin
assert false report "Hello World By Hari"
severity note;
wait;
end PROCESS stimulus;
end hello_world;