Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yosys-tests
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
yosys-tests
Commits
58b1f76a
Commit
58b1f76a
authored
May 03, 2019
by
Miodrag Milanovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more fixes
parent
0b2c61b7
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
31 additions
and
31 deletions
+31
-31
frontends/read/testbench.v
+4
-4
frontends/read_aiger/testbench.v
+4
-4
frontends/read_blif/testbench.v
+2
-2
frontends/read_blif_eblif/testbench.v
+1
-1
frontends/read_blif_logic/testbench.v
+2
-2
frontends/read_json/testbench.v
+2
-2
frontends/read_liberty/testbench.v
+1
-1
frontends/read_liberty_arith/testbench.v
+2
-2
frontends/read_liberty_diff_inv/testbench.v
+1
-1
frontends/read_liberty_ff/testbench.v
+1
-1
frontends/read_liberty_ff_n/testbench.v
+1
-1
frontends/read_liberty_ff_np/testbench.v
+1
-1
frontends/read_liberty_ff_pn/testbench.v
+1
-1
frontends/read_liberty_ff_pp/testbench.v
+1
-1
frontends/read_liberty_latch/testbench.v
+1
-1
frontends/read_liberty_latch_n/testbench.v
+1
-1
frontends/read_liberty_tri/testbench.v
+1
-1
frontends/verilog_lexer_assert_assume_restrict/testbench.v
+4
-4
No files found.
frontends/read/testbench.v
View file @
58b1f76a
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");
...
...
frontends/read_aiger/testbench.v
View file @
58b1f76a
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");
...
...
frontends/read_blif/testbench.v
View file @
58b1f76a
...
@@ -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");
...
...
frontends/read_blif_eblif/testbench.v
View file @
58b1f76a
module
testbench
;
module
testbench
;
reg
a
;
reg
a
;
wire
b
=
1'bx
;
wire
b
;
initial
begin
initial
begin
// $dumpfile("testbench.vcd");
// $dumpfile("testbench.vcd");
...
...
frontends/read_blif_logic/testbench.v
View file @
58b1f76a
...
@@ -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");
...
...
frontends/read_json/testbench.v
View file @
58b1f76a
...
@@ -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");
...
...
frontends/read_liberty/testbench.v
View file @
58b1f76a
module
testbench
;
module
testbench
;
reg
a
;
reg
a
;
wire
b
=
1'bx
;
wire
b
;
initial
begin
initial
begin
// $dumpfile("testbench.vcd");
// $dumpfile("testbench.vcd");
...
...
frontends/read_liberty_arith/testbench.v
View file @
58b1f76a
...
@@ -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");
...
...
frontends/read_liberty_diff_inv/testbench.v
View file @
58b1f76a
module
testbench
;
module
testbench
;
reg
a
;
reg
a
;
wire
b
=
1'bx
;
wire
b
;
initial
begin
initial
begin
// $dumpfile("testbench.vcd");
// $dumpfile("testbench.vcd");
...
...
frontends/read_liberty_ff/testbench.v
View file @
58b1f76a
...
@@ -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");
...
...
frontends/read_liberty_ff_n/testbench.v
View file @
58b1f76a
...
@@ -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");
...
...
frontends/read_liberty_ff_np/testbench.v
View file @
58b1f76a
...
@@ -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");
...
...
frontends/read_liberty_ff_pn/testbench.v
View file @
58b1f76a
...
@@ -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");
...
...
frontends/read_liberty_ff_pp/testbench.v
View file @
58b1f76a
...
@@ -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");
...
...
frontends/read_liberty_latch/testbench.v
View file @
58b1f76a
...
@@ -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");
...
...
frontends/read_liberty_latch_n/testbench.v
View file @
58b1f76a
...
@@ -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");
...
...
frontends/read_liberty_tri/testbench.v
View file @
58b1f76a
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");
...
...
frontends/verilog_lexer_assert_assume_restrict/testbench.v
View file @
58b1f76a
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");
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment