Skip to content

Commit

Permalink
Give third party disabled warning TOML example
Browse files Browse the repository at this point in the history
  • Loading branch information
Schottkyc137 authored Mar 3, 2024
2 parents cc60f01 + 1607eef commit 4f13dea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ lib1.files = [
'pkg1.vhd',
'tb_ent.vhd',
]

# Libraries can be marked as third-party to disable some analysis warnings, such as unused declarations
UNISIM.files = [
'C:\Xilinx\Vivado\2023.1\data\vhdl\src\unisims\unisim_VCOMP.vhd',
]
UNISIM.is_third_party = true
```

## Technology under the hood
Expand Down

0 comments on commit 4f13dea

Please sign in to comment.