2023-07-02 22:12:09 +02:00
|
|
|
%Error: t/t_assert_procedural_clk.v:21:13: Unsupported: Procedural concurrent assertion with clocking event inside always (IEEE 1800-2917 16.14.6)
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2023-02-28 06:35:37 +01:00
|
|
|
21 | assume property (@(posedge clk) cyc == 9);
|
|
|
|
|
| ^~~~~~
|
2023-07-02 22:12:09 +02:00
|
|
|
%Error: t/t_assert_procedural_clk.v:22:13: Unsupported: Procedural concurrent assertion with clocking event inside always (IEEE 1800-2917 16.14.6)
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2023-02-28 06:35:37 +01:00
|
|
|
22 | assume property (@(negedge clk) cyc == 9);
|
|
|
|
|
| ^~~~~~
|
|
|
|
|
%Error: Exiting due to
|