3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2026-01-06 20:02:46 +00:00

Support for "abc --keep-going pdr" via new "pdr -X" mode

This commit is contained in:
Jannis Harder 2024-02-07 18:43:23 +01:00
parent 52184e5bf0
commit 6ba762db4c
7 changed files with 258 additions and 79 deletions

View file

@ -18,5 +18,6 @@ module test (
if (counter == 7) begin
assert(a); // step 7
end
assert(1);
end
endmodule