mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Fixed another bug found using vloghammer
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
// test cases found using vloghammer
|
||||
// https://github.com/cliffordwolf/VlogHammer
|
||||
|
||||
module test01(a, y);
|
||||
input [7:0] a;
|
||||
output [3:0] y;
|
||||
assign y = ~a >> 4;
|
||||
endmodule
|
||||
|
||||
Reference in New Issue
Block a user