Skip to content

Commit

Permalink
WIP: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlarumbe committed Jun 8, 2023
1 parent 5838a2f commit 73c3353
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ To install it via [straight](https://github.com/radian-software/straight.el) wit

```emacs-lisp
(straight-use-package 'use-package)
(use-package fpga
:straight (:host github :repo "gmlarumbe/fpga"))
(use-package fpga)
```

## Basic config ##
Expand Down Expand Up @@ -75,6 +72,8 @@ These are used by the package to define functions that perform synthesis/simulat
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.

#### Demo video ####

https://github.com/gmlarumbe/fpga/assets/51021955/e9b59d83-ae78-458a-bf48-360d98bdcef2


Expand All @@ -87,6 +86,8 @@ Shells with syntax highlighting and autocompletion are provided for the followin
* `fpga-lattice-diamond-shell`
* `fpga-synopsys-synplify-shell`

#### Demo video ####

https://github.com/gmlarumbe/fpga/assets/51021955/c4be8ebe-26a7-44a3-afe7-82c6928df6f4


Expand All @@ -98,8 +99,8 @@ The following major modes are provided to edit constraints and project files:
* `fpga-altera-quartus-sdc-mode` and `fpga-altera-quartus-qsf-mode`
* `fpga-cadence-vsif-mode`

<!-- <img src="https://github.com/gmlarumbe/fpga/assets/51021955/b9f622c7-9a34-43ad-8323-00157efdb3c5" width=700 height=280> -->
<!-- <img src="https://github.com/gmlarumbe/fpga/assets/51021955/b9f622c7-9a34-43ad-8323-00157efdb3c5" width=700> -->
#### Vivado XDC Mode screenshot ####

<img src="https://github.com/gmlarumbe/fpga/assets/51021955/b9f622c7-9a34-43ad-8323-00157efdb3c5" width=100%>

### Global Gtags creation from project files ###
Expand Down

0 comments on commit 73c3353

Please sign in to comment.