This commit is contained in:
Luke Wren 2021-05-29 23:24:18 +01:00
parent ad8f251ba2
commit 089bcc7c43
1 changed files with 2 additions and 0 deletions

View File

@ -96,3 +96,5 @@ always @ (posedge clk) if (rst_n) begin: dst_ahbl_req_properties
assert($stable(src_hwdata));
end
end
endmodule