Skip to content

Commit

Permalink
🐛 Fix load_features
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jul 4, 2023
1 parent 9436d8c commit e05afb6
Show file tree
Hide file tree
Showing 4 changed files with 928 additions and 595 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,13 @@
Language server for xilinx:

- [vivado](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vivado-design-tools.html)

- [vitis](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vitis.html)

- [x] document hover

- [x] completion

![document hover](https://github.com/Freed-Wu/pkgbuild-language-server/assets/32936898/2b4c4683-5b6c-458a-92fc-d98c041277a9)
![document hover](https://github.com/Freed-Wu/xilinx-language-server/assets/32936898/ad13e891-0d73-457c-9899-3a2e2f86cbe2)

![completion](https://github.com/Freed-Wu/pkgbuild-language-server/assets/32936898/7a0b15d5-9070-446d-b1b9-a4cdcc79f522)
![completion](https://github.com/Freed-Wu/xilinx-language-server/assets/32936898/2111f6fe-d42a-4ef7-b529-688f3a139959)

Read
[![readthedocs](https://shields.io/readthedocs/xilinx-language-server)](https://xilinx-language-server.readthedocs.io)
Expand All @@ -61,6 +58,14 @@ to know more.
- [vivado-tcl-commands](https://docs.xilinx.com/r/en-US/ug835-vivado-tcl-commands)
- [vitis-embedded](https://docs.xilinx.com/r/en-US/ug1400-vitis-embedded)

## Update

Install `vivado` and `vitis`, then

- Run `scripts/vivado.tcl` to update `src/xilinx_language_server/assets/json/vivado.json`
- Run `scripts/xsct.tcl` to update `src/xilinx_language_server/assets/json/xsct.json`

## Related Projects

- [xilinx.vim](https://github.com/Freed-Wu/xilinx.vim)
- [xilinx.vim](https://github.com/Freed-Wu/xilinx.vim): vim filetype plugin
for xilinx
1 change: 1 addition & 0 deletions scripts/vivado.tcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env -S vivado -mode batch -source
set name vivado
cd [file dirname [file dirname [file normalize [info script]]]]
load_features ipintegrator ipservices labtools simulator xhub
source scripts/xilinx.tcl
Loading

0 comments on commit e05afb6

Please sign in to comment.