2025-12-21 03:46:43 +01:00
|
|
|
%Error: t/t_assert_future_bad.v:16:31: Future sampled value function called outside property or sequence expression (IEEE 16.9.4)
|
2025-08-24 03:16:53 +02:00
|
|
|
: ... note: In instance 't'
|
2025-12-21 03:46:43 +01:00
|
|
|
16 | else $display("Future=%0d", $future_gclk(a));
|
2025-08-24 03:16:53 +02:00
|
|
|
| ^~~~~~~~~~~~
|
|
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2025-12-21 03:46:43 +01:00
|
|
|
%Error: t/t_assert_future_bad.v:19:31: Future sampled value function called outside property or sequence expression (IEEE 16.9.4)
|
2025-08-24 03:16:53 +02:00
|
|
|
: ... note: In instance 't'
|
2025-12-21 03:46:43 +01:00
|
|
|
19 | else $display("Future=%0d", $rising_gclk(a));
|
2025-08-24 03:16:53 +02:00
|
|
|
| ^~~~~~~~~~~~
|
2025-12-21 03:46:43 +01:00
|
|
|
%Error: t/t_assert_future_bad.v:22:31: Future sampled value function called outside property or sequence expression (IEEE 16.9.4)
|
2025-08-24 03:16:53 +02:00
|
|
|
: ... note: In instance 't'
|
2025-12-21 03:46:43 +01:00
|
|
|
22 | else $display("Future=%0d", $falling_gclk(a));
|
2025-08-24 03:16:53 +02:00
|
|
|
| ^~~~~~~~~~~~~
|
2025-12-21 03:46:43 +01:00
|
|
|
%Error: t/t_assert_future_bad.v:25:31: Future sampled value function called outside property or sequence expression (IEEE 16.9.4)
|
2025-08-24 03:16:53 +02:00
|
|
|
: ... note: In instance 't'
|
2025-12-21 03:46:43 +01:00
|
|
|
25 | else $display("Future=%0d", $steady_gclk(a));
|
2025-08-24 03:16:53 +02:00
|
|
|
| ^~~~~~~~~~~~
|
2025-12-21 03:46:43 +01:00
|
|
|
%Error: t/t_assert_future_bad.v:28:31: Future sampled value function called outside property or sequence expression (IEEE 16.9.4)
|
2025-08-24 03:16:53 +02:00
|
|
|
: ... note: In instance 't'
|
2025-12-21 03:46:43 +01:00
|
|
|
28 | else $display("Future=%0d", $changing_gclk(a));
|
2025-08-24 03:16:53 +02:00
|
|
|
| ^~~~~~~~~~~~~~
|
|
|
|
|
%Error: Exiting due to
|