mirror of
https://github.com/MPSU/APS.git
synced 2025-09-16 17:40:41 +00:00
ЛР8. Добавление информационных сообщений в тб
This commit is contained in:
@@ -175,7 +175,7 @@ core_rdata: assert property (
|
|||||||
is_reading |-> (core_rd_o === grm_rd_o)
|
is_reading |-> (core_rd_o === grm_rd_o)
|
||||||
)else begin
|
)else begin
|
||||||
err_count++;
|
err_count++;
|
||||||
$error("\nIncorrect value of core_rd_o. Compare it with grm");
|
$error("\nIncorrect value of core_rd_o. Your value is %0h while it should be %0h", core_rd_o, grm_rd_o);
|
||||||
end
|
end
|
||||||
|
|
||||||
core_stall: assert property (
|
core_stall: assert property (
|
||||||
|
Reference in New Issue
Block a user