Jonatan Gezelius
4 vuotta sitten
vanhempi
commit
d2ab6b16c9
|
@@ -48,6 +48,13 @@ begin
|
|
|
|
|
|
|
|
wait;
|
|
wait;
|
|
|
end process;
|
|
end process;
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
+ process is
|
|
|
|
|
+ begin
|
|
|
|
|
+ report "Shit!";
|
|
|
|
|
+ wait until r = '1';
|
|
|
|
|
+ report "It happened!";
|
|
|
|
|
+ wait;
|
|
|
|
|
+ end process;
|
|
|
|
|
|
|
|
end architecture;
|
|
end architecture;
|