mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-10 05:00:52 +00:00
Fix tests for check in equiv_opt
This commit is contained in:
parent
0516307637
commit
81906aa627
13 changed files with 31 additions and 15 deletions
|
@ -5,7 +5,7 @@ read_verilog << EOT
|
|||
module t0 (...);
|
||||
input wire clk;
|
||||
input wire [7:0] i;
|
||||
output wire [7:0] o;
|
||||
output wire [0:0] o;
|
||||
|
||||
wire [7:0] tmp ;
|
||||
|
||||
|
@ -52,7 +52,7 @@ read_verilog << EOT
|
|||
module t0 (...);
|
||||
input wire clk;
|
||||
input wire [7:0] i;
|
||||
output wire [7:0] o;
|
||||
output wire [0:0] o;
|
||||
|
||||
wire [7:0] tmp ;
|
||||
|
||||
|
@ -100,7 +100,7 @@ read_verilog << EOT
|
|||
module t0 (...);
|
||||
input wire clk;
|
||||
input wire [7:0] i;
|
||||
output wire [7:0] o;
|
||||
output wire [0:0] o;
|
||||
|
||||
wire [7:0] tmp ;
|
||||
|
||||
|
@ -137,7 +137,7 @@ read_verilog << EOT
|
|||
module t0 (...);
|
||||
input wire clk;
|
||||
input wire [7:0] i;
|
||||
output wire [7:0] o;
|
||||
output wire [0:0] o;
|
||||
|
||||
wire [7:0] tmp ;
|
||||
|
||||
|
@ -183,7 +183,7 @@ read_verilog << EOT
|
|||
module t0 (...);
|
||||
input wire clk;
|
||||
input wire [7:0] i;
|
||||
output wire [7:0] o;
|
||||
output wire [0:0] o;
|
||||
|
||||
wire [7:0] tmp ;
|
||||
|
||||
|
@ -232,7 +232,7 @@ read_verilog << EOT
|
|||
module t0 (...);
|
||||
input wire clk;
|
||||
input wire [7:0] i;
|
||||
output wire [7:0] o;
|
||||
output wire [0:0] o;
|
||||
|
||||
wire [7:0] tmp ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue