Skip to content

Commit

Permalink
Update README.md after integration into MELPA
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlarumbe committed Jun 6, 2023
1 parent 97e6a43 commit 3730362
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- [![MELPA](https://melpa.org/packages/fpga-badge.svg)](https://melpa.org/#/fpga) -->
[![MELPA](https://melpa.org/packages/fpga-badge.svg)](https://melpa.org/#/fpga)

# fpga.el - FPGA & ASIC Utils for Emacs #

Expand All @@ -17,9 +17,9 @@ This package provides Emacs utilities for tools of major vendors of FPGA & ASIC:

## Installation ##

<!-- ### MELPA ### -->
### MELPA ###

<!-- `fpga` is available on MELPA. -->
`fpga` is available on MELPA.

### straight.el ###

Expand Down Expand Up @@ -73,7 +73,7 @@ Compilation modes with their corresponding regexps are provided for each vendor

These are used by the package to define functions that perform synthesis/simulation compilations.
For example, `M-x fpga-xilinx-vivado-syn RET` will prompt the user for an XPR project file.
Once selected, a Vivado compilation with error message colorized will take place:
Once selected, a Vivado compilation with error message colorized will take place.

<!-- TODO: Insert screencast of compilation -->

Expand Down Expand Up @@ -102,13 +102,14 @@ The following major modes are provided to edit constraints and project files:

Running `M-x fpga-xilinx-vivado-tags RET` or `M-x fpga-altera-quartus-tags RET` will prompt for a project file.
It will be parsed and a `gtags.files` will be generated in the selected directory. This file will later be used to gather tags for the project files.

One of the uses of this feature could be filtering out unused files for definitions/references navigation.
It can also be useful to generate the list of files used in a project for further hierarchy extraction.

## Other packages

* [verilog-ext](https://github.com/gmlarumbe/verilog-ext): SystemVerilog Extensions for Emacs
* Package to edit VHDL sources
* Package to edit SystemVerilog sources
* [vhdl-ext](https://github.com/gmlarumbe/vhdl-ext): VHDL Extensions for Emacs
* Package to edit VHDL sources

0 comments on commit 3730362

Please sign in to comment.