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:
commit
3783a820ee
655 changed files with 11031 additions and 9437 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -69,4 +69,3 @@ module other;
|
|||
between_t a = 8'h42;
|
||||
always @(*) assert(a == 8'h42);
|
||||
endmodule
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue