From 5d777e3e03766265625fad4c5934c4f80ddbf5af Mon Sep 17 00:00:00 2001 From: Michael Platzer Date: Fri, 4 Oct 2024 10:15:39 +0000 Subject: [PATCH] readme: Update statement on relationship with lowrisc assert macros --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 85b207e2..6c65d6a5 100644 --- a/README.md +++ b/README.md @@ -161,8 +161,7 @@ The use of linter rules that flag explicit uses of `always_ff` in source code is The header file `assertions.svh` contains macros that expand to assertion blocks. These macros should recduce the effort in writing many assertions and make it -easier to use them. They are identical with the macros used by [lowrisc](https://github.com/lowRISC/opentitan/blob/master/hw/ip/prim/rtl/prim_assert.sv) -and just re-implemented here for the sake of easier use in PULP projects (the same include guard is used so they should not clash). +easier to use them. They are similar to but incompatible with the macros used by [lowrisc](https://github.com/lowRISC/opentitan/blob/master/hw/ip/prim/rtl/prim_assert.sv). #### Simple Assertion and Cover Macros | Macro | Arguments | Description |