3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-24 08:02:32 +00:00

Merge remote-tracking branch 'upstream' into merge3

This commit is contained in:
Akash Levy 2026-06-25 04:51:46 -07:00
commit 3783a820ee
655 changed files with 11031 additions and 9437 deletions

View file

@ -2,4 +2,3 @@
read_verilog -sv enum_simple.sv
hierarchy; proc; opt; async2sync
sat -verify -seq 1 -set-at 1 rst 1 -tempinduct -prove-asserts -show-all

View file

@ -8,7 +8,7 @@ module top;
logic x, y;
} s;
struct packed signed {
struct packed signed {
integer a;
logic[15:0] b;
logic[7:0] c;

View file

@ -69,4 +69,3 @@ module other;
between_t a = 8'h42;
always @(*) assert(a == 8'h42);
endmodule