Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesbonk committed Apr 16, 2020
1 parent 188df2f commit 6c20c5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## [Unreleased]
* Submenu for editor context menu (when the feature is finally implemented in vscode)

## Version 0.0.2 - 15.04.2020
## Version 1.0.1 - 16.04.2020
* Added GHDL functions
* GHDL elaborate
* GHDL run unit (export to .ghw file)
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ At present it is possible to invoke the following GHDL functions by either right
| ghdl clear | `ghdl -c` |
| ghdl remove | `ghdl -r` |

In addition the GHDL analyze function offers you error highlighting in the editor.
**GTKWave:** To open your simulation files with GTKWave, simply rightclick on them (.ghw or .vcd file required) in the explorer and then select `gtkwave`
In addition to that the GHDL analyze function offers you error highlighting in the editor.

**GTKWave**
To open your simulation files with GTKWave, simply rightclick on them (.ghw or .vcd file required) in the explorer and then select `gtkwave`
## Keybindings
It is also possible to invoke the GHDL functions via the following keybindings.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "ghdl-interface",
"displayName": "GHDL Interface",
"description": "VSCode interface for ghdl",
"publisher": "Johannes Bonk",
"version": "0.0.2",
"publisher": "johannesbonk",
"version": "1.0.1",
"repository": {
"type" : "git",
"url": "https://github.com/johannesbonk/vscode-ghdl-interface"
Expand Down

0 comments on commit 6c20c5a

Please sign in to comment.