Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Istyle Verilog Formatter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ward
Istyle Verilog Formatter
Commits
b41b3fe2
Commit
b41b3fe2
authored
8 years ago
by
Thomas Russell Murphy
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to 1.21 to reflect addition of new symbols
This covers both exponentiation (`**`) and `generate`/`endgenerate`
parent
696a0bf0
No related branches found
Branches containing commit
Tags
v1.21
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
src/astyle_main.cpp
+1
-1
1 addition, 1 deletion
src/astyle_main.cpp
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
b41b3fe2
## iStyle 1.2
0
(Fast and Free Automatic Formatter for Verilog Source Code) ##
## iStyle 1.2
1
(Fast and Free Automatic Formatter for Verilog Source Code) ##
> (Created by haimag, Report Bugs: haimag@gmail.com)
> (Thanks to Tal Davidson & Astyle)
> Originally hosted at http://code.google.com/p/istyle-verilog-formatter before Google Code EOL
...
...
This diff is collapsed.
Click to expand it.
src/astyle_main.cpp
+
1
−
1
View file @
b41b3fe2
...
...
@@ -57,7 +57,7 @@ using namespace astyle;
ostream
*
_err
=
&
cerr
;
string
_suffix
=
".orig"
;
const
string
_version
=
"1.2
0
"
;
const
string
_version
=
"1.2
1
"
;
bool
shouldBackupFile
=
true
;
// --------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment