Commit 58b1f76a by Miodrag Milanovic

more fixes

parent 0b2c61b7
module testbench;
reg [2:0] in;
wire patt_out = 0;
wire patt_carry_out = 0;
wire out = 0;
wire carryout = 0;
wire patt_out;
wire patt_carry_out;
wire out;
wire carryout;
initial begin
// $dumpfile("testbench.vcd");
......
module testbench;
reg [2:0] in;
wire patt_out = 0;
wire patt_carry_out = 0;
wire out = 0;
wire carryout = 0;
wire patt_out;
wire patt_carry_out;
wire out;
wire carryout;
initial begin
// $dumpfile("testbench.vcd");
......
......@@ -5,8 +5,8 @@ module testbench;
reg patt_carry_out = 0;
reg patt_out1 = 0;
reg patt_carry_out1 = 0;
wire out = 0;
wire carryout = 0;
wire out;
wire carryout;
initial begin
// $dumpfile("testbench.vcd");
......
module testbench;
reg a;
wire b = 1'bx;
wire b;
initial begin
// $dumpfile("testbench.vcd");
......
......@@ -5,8 +5,8 @@ module testbench;
reg patt_carry_out = 0;
reg patt_out1 = 0;
reg patt_carry_out1 = 0;
wire out = 0;
wire carryout = 0;
wire out;
wire carryout;
initial begin
// $dumpfile("testbench.vcd");
......
......@@ -3,8 +3,8 @@ module testbench;
reg patt_out = 0;
reg patt_carry_out = 0;
wire out = 0;
wire carryout = 0;
wire out;
wire carryout;
initial begin
// $dumpfile("testbench.vcd");
......
module testbench;
reg a;
wire b = 1'bx;
wire b;
initial begin
// $dumpfile("testbench.vcd");
......
......@@ -5,8 +5,8 @@ module testbench;
reg patt_carry_out = 0;
reg patt_out1 = 0;
reg patt_carry_out1 = 0;
wire out = 0;
wire carryout = 0;
wire out;
wire carryout;
initial begin
// $dumpfile("testbench.vcd");
......
module testbench;
reg a;
wire b = 1'bx;
wire b;
initial begin
// $dumpfile("testbench.vcd");
......
......@@ -2,7 +2,7 @@ module testbench;
reg [2:0] in;
reg patt_out = 0;
wire out = 0;
wire out;
initial begin
// $dumpfile("testbench.vcd");
......
......@@ -2,7 +2,7 @@ module testbench;
reg [2:0] in;
reg patt_out = 0;
wire out = 0;
wire out;
initial begin
// $dumpfile("testbench.vcd");
......
......@@ -2,7 +2,7 @@ module testbench;
reg [2:0] in;
reg patt_out = 0;
wire out = 0;
wire out;
initial begin
// $dumpfile("testbench.vcd");
......
......@@ -2,7 +2,7 @@ module testbench;
reg [2:0] in;
reg patt_out = 0;
wire out = 0;
wire out;
initial begin
// $dumpfile("testbench.vcd");
......
......@@ -2,7 +2,7 @@ module testbench;
reg [2:0] in;
reg patt_out = 0;
wire out = 0;
wire out;
initial begin
// $dumpfile("testbench.vcd");
......
......@@ -2,7 +2,7 @@ module testbench;
reg [2:0] in;
reg patt_out = 0;
wire out = 0;
wire out;
initial begin
// $dumpfile("testbench.vcd");
......
......@@ -2,7 +2,7 @@ module testbench;
reg [2:0] in;
reg patt_out = 0;
wire out = 0;
wire out;
initial begin
// $dumpfile("testbench.vcd");
......
module testbench;
reg a;
reg En = 1'b1;
wire b = 1'bx;
wire b;
initial begin
// $dumpfile("testbench.vcd");
......
module testbench;
reg [2:0] in;
wire patt_out = 0;
wire patt_carry_out = 0;
wire out = 0;
wire carryout = 0;
wire patt_out;
wire patt_carry_out;
wire out;
wire carryout;
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