blob: 8c5c7cce9b4fbe8b661e8aa0361bdcfb50a84733 [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
{
testpoints: [
{
name: fpv_csr_rw
desc: '''
Write assertions to verify all the CSRs from the TileLink. Each CSR will include a read
assertion to ensure the read value from the TileLink is expected, and a write assertion
to ensure the write value is updated correctly to DUT according to the register's access.
'''
stage: V2
tests: ["{name}{intf}_fpv_csr_rw"]
}
]
}