Commit 58b1f76a by Miodrag Milanovic

more fixes

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