Commit 10c6b635 by Miodrag Milanovic

rollback of change to fix liberty latch tests

parent 38626b9f
......@@ -2,7 +2,7 @@ module testbench;
reg [2:0] in;
reg patt_out = 0;
wire out;
wire out = 0;
initial begin
// $dumpfile("testbench.vcd");
......
......@@ -2,7 +2,7 @@ module testbench;
reg [2:0] in;
reg patt_out = 0;
wire out;
wire out = 0;
initial begin
// $dumpfile("testbench.vcd");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment