|
| 1 | +# ==================================================================================================================== # |
| 2 | +# Copyright 2016-2025 Open Source VHDL Group # |
| 3 | +# # |
| 4 | +# Licensed under the Apache License, Version 2.0 (the "License"); # |
| 5 | +# you may not use this file except in compliance with the License. # |
| 6 | +# You may obtain a copy of the License at # |
| 7 | +# # |
| 8 | +# http://www.apache.org/licenses/LICENSE-2.0 # |
| 9 | +# # |
| 10 | +# Unless required by applicable law or agreed to in writing, software # |
| 11 | +# distributed under the License is distributed on an "AS IS" BASIS, # |
| 12 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # |
| 13 | +# See the License for the specific language governing permissions and # |
| 14 | +# limitations under the License. # |
| 15 | +# ==================================================================================================================== # |
| 16 | +# VHDLRevision: VHDL-2019 |
| 17 | +# VHDLLibrary: Interfaces |
| 18 | + |
| 19 | +library Interfaces |
| 20 | + |
| 21 | +# Common definitions |
| 22 | +analyze IO/Common.vhdl |
| 23 | + |
| 24 | +# Internal bus structures |
| 25 | +analyze AMBA/AXI/v4/AXI4Common.vhdl |
| 26 | +analyze AMBA/AXI/v4/AXI4.vhdl |
| 27 | +analyze AMBA/AXI/v4/AXI4_Generic.vhdl |
| 28 | + |
| 29 | +analyze AMBA/AXI/v4/AXI4Lite.vhdl |
| 30 | +analyze AMBA/AXI/v4/AXI4Lite_Generic.vhdl |
| 31 | +analyze AMBA/AXI/v4/AXI4Lite.presized.vhdl |
| 32 | + |
| 33 | +analyze AMBA/AXI/v4/AXI4Stream.vhdl |
| 34 | +analyze AMBA/AXI/v4/AXI4Stream_Generic.vhdl |
| 35 | + |
| 36 | +# Low-speed interfaces |
| 37 | +analyze IO/I2C.vhdl |
| 38 | +analyze IO/SPI.vhdl |
| 39 | +analyze IO/I2S.vhdl |
| 40 | +analyze IO/JTAG.vhdl |
| 41 | +analyze IO/UART.vhdl |
| 42 | + |
| 43 | +# Ethernet |
| 44 | +analyze IO/Ethernet.vhdl |
| 45 | +analyze IO/Cages.vhdl |
| 46 | + |
| 47 | +# Video interfaces |
| 48 | +analyze Video/VGA.vhdl |
| 49 | +analyze MIPI/C-PHY.vhdl |
| 50 | +analyze MIPI/D-PHY.vhdl |
| 51 | +analyze MIPI/M-PHY.vhdl |
| 52 | + |
| 53 | +# Miscellaneous interfaces |
| 54 | +analyze PoC/CSE.vhdl |
0 commit comments