mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-06 09:28:58 +02:00
tweak codegen for bitwise binary followed by reduction unary
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module top;
|
||||
wire a, b, x, y;
|
||||
assign x = a | |b;
|
||||
assign y = a & &b;
|
||||
endmodule
|
||||
@@ -0,0 +1,4 @@
|
||||
affirm | (|
|
||||
affirm & (&
|
||||
reject | |
|
||||
reject & &
|
||||
Reference in New Issue
Block a user