Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sv2v
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
sv2v
Commits
afad70de
Commit
afad70de
authored
Apr 11, 2019
by
Zachary Snow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated relong test folder README
parent
55aebec3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
+14
-4
test/relong/README.md
+14
-4
No files found.
test/relong/README.md
View file @
afad70de
...
@@ -5,10 +5,6 @@ repository](https://bitbucket.org/ReidLong/hdl-examples). That repository was
...
@@ -5,10 +5,6 @@ repository](https://bitbucket.org/ReidLong/hdl-examples). That repository was
intended to provide examples for how the conversions in this project could be
intended to provide examples for how the conversions in this project could be
done.
done.
The
`inline_concat`
files were modified to remove a stray trailing semicolon.
`array.v`
previously had a custom implementation of
`$clog2`
, which was removed.
Each test case (say, "foo") is comprised of the following files:
Each test case (say, "foo") is comprised of the following files:
1.
`foo.sv`
: original SystemVerilog
1.
`foo.sv`
: original SystemVerilog
...
@@ -19,3 +15,17 @@ The SystemVerilog source file is converted to Verilog using sv2v, and then both
...
@@ -19,3 +15,17 @@ The SystemVerilog source file is converted to Verilog using sv2v, and then both
the converted file and the reference Verilog are simulated using Icarus Verilog.
the converted file and the reference Verilog are simulated using Icarus Verilog.
This produces VCD files for each which are expected to match exactly, except for
This produces VCD files for each which are expected to match exactly, except for
the timestamp.
the timestamp.
## Modifications
The following differences exist between the tests in this folder and their
corresponding versions in the source repository.
1.
The
`inline_concat`
files were modified to remove a stray trailing semicolon.
Though some tools allow for stray semicolons,
`iverilog`
does not.
2.
`array.v`
previously had a custom implementation of
`$clog2`
, which was
removed.
3.
`cache_request.sv`
was modified to include a plain decimal literal to ensure
coverage beyond the unbased-unsized literals.
4.
The
`cache_request2`
test is omitted. It was only an example for debugging a
VCS-specific issue encountered with
`cache_request`
.
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