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
c843efd5
Commit
c843efd5
authored
Oct 13, 2021
by
Zachary Snow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add UnbasedUnsized to --exclude help message
parent
150b7f2a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
+2
-2
src/Job.hs
+2
-2
No files found.
README.md
View file @
c843efd5
...
@@ -94,8 +94,8 @@ Preprocessing:
...
@@ -94,8 +94,8 @@ Preprocessing:
--skip-preprocessor Disable preprocessor
--skip-preprocessor Disable preprocessor
Conversion:
Conversion:
--pass-through Dump input without converting
--pass-through Dump input without converting
-E --exclude=CONV Exclude a particular conversion (
always, a
ssert,
-E --exclude=CONV Exclude a particular conversion (
Always, A
ssert,
interface, or logic
)
Interface, Logic, or UnbasedUnsized
)
-v --verbose Retain certain conversion artifacts
-v --verbose Retain certain conversion artifacts
-w --write=MODE/FILE How to write output; default is 'stdout'; use
-w --write=MODE/FILE How to write output; default is 'stdout'; use
'adjacent' to create a .v file next to each input;
'adjacent' to create a .v file next to each input;
...
...
src/Job.hs
View file @
c843efd5
...
@@ -66,8 +66,8 @@ defaultJob = Job
...
@@ -66,8 +66,8 @@ defaultJob = Job
,
passThrough
=
nam_
"pass-through"
&=
help
"Dump input without converting"
,
passThrough
=
nam_
"pass-through"
&=
help
"Dump input without converting"
&=
groupname
"Conversion"
&=
groupname
"Conversion"
,
exclude
=
nam_
"exclude"
&=
name
"E"
&=
typ
"CONV"
,
exclude
=
nam_
"exclude"
&=
name
"E"
&=
typ
"CONV"
&=
help
(
"Exclude a particular conversion (
always, assert, i
nterface,"
&=
help
(
"Exclude a particular conversion (
Always, Assert, I
nterface,"
++
"
or logic
)"
)
++
"
Logic, or UnbasedUnsized
)"
)
,
verbose
=
nam
"verbose"
&=
help
"Retain certain conversion artifacts"
,
verbose
=
nam
"verbose"
&=
help
"Retain certain conversion artifacts"
,
write
=
Stdout
&=
ignore
-- parsed from the flexible flag below
,
write
=
Stdout
&=
ignore
-- parsed from the flexible flag below
,
writeRaw
=
"s"
&=
name
"write"
&=
name
"w"
&=
explicit
&=
typ
"MODE/FILE"
,
writeRaw
=
"s"
&=
name
"write"
&=
name
"w"
&=
explicit
&=
typ
"MODE/FILE"
...
...
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