fix: tb cases, now passes
This commit is contained in:
@ -98,7 +98,7 @@ async def test_rw_and_w1c_bits(dut):
|
||||
assert await tb.read32(REG0_CTRL) == 0x00000004
|
||||
|
||||
# Set RW bit1 while preserving W1C bit2
|
||||
await tb.write32(REG0_CTRL, 0x00000006)
|
||||
await tb.write32(REG0_CTRL, 0x00000002)
|
||||
assert await tb.read32(REG0_CTRL) == 0x00000006
|
||||
|
||||
# Write 1 to W1C bit2, keep RW bit1 set
|
||||
|
||||
Reference in New Issue
Block a user