Skip to content

Commit 881aa90

Browse files
authored
Add AXI4 Infrastructure Components
2 parents afd6551 + 9726079 commit 881aa90

File tree

108 files changed

+9520
-2043
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+9520
-2043
lines changed

.gitignore

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ docs/_build/
2929
.pyIPCMI/Wrapper/Hooks/*
3030
!.pyIPCMI/Wrapper/Hooks/README.md
3131
temp/*
32-
!temp/.*
33-
!temp/*.*
34-
temp/precompiled/*
35-
!temp/precompiled/.*
32+
!temp/README.md
3633

3734
# ignore private files from pyIPCMI
3835
.pyIPCMI/config.private.ini
@@ -61,44 +58,6 @@ tb/common/my_project.vhdl
6158
/prj/QuestaSim/**/*.*
6259
!/prj/QuestaSim/PoC.mpf
6360

64-
# ignore Lattice Diamond files
65-
other/diamond/._Real_._Math_.vhd
66-
other/diamond/.spread_sheet.ini
67-
other/diamond/.spreadsheet_view.ini
68-
/other/diamond/*/**/*
69-
/other/diamond/*.xml
70-
/other/diamond/*.html
71-
!/other/diamond/*/**/*.lpf
72-
!/other/diamond/*/**/*.ldc
73-
!/other/diamond/*/**/*.vhdl
74-
75-
# ignore Xilinx ISE files
76-
/other/ise/**/*.*
77-
/other/ise/**/ise
78-
!/other/ise/**/*.xise
79-
!/other/ise/**/*.xpr
80-
!/other/ise/**/iseconfig/filter.filter
81-
!/other/ise/**/*.qpf
82-
!/other/ise/**/*.qsf
83-
84-
# ignore Quartus files
85-
/other/quartus/**/*.*
86-
/other/quartus/**/db/
87-
/other/quartus/**/incremental_db/
88-
/other/quartus/**/output_files/
89-
/other/quartus/**/simulation/
90-
/other/quartus/**/greybox_tmp/
91-
!/other/quartus/**/*.qpf
92-
!/other/quartus/**/*.qsf
93-
!/other/quartus/**/*.vhdl
94-
95-
#ignore Vivado files
96-
/other/vivado/**/*.cache
97-
/other/vivado/**/*.hw
98-
/other/vivado/**/*.runs
99-
/other/vivado/**/*.sim
100-
/other/vivado/**/*.ip_user_files
101-
10261
# general whitelist
10362
!.git*
10463
!.publish
File renamed without changes.

docs/_extensions/DocumentMember.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
# License:
1515
# ==============================================================================
16-
# Copryright 2017-2025 The PoC-Library Authors
16+
# Copyright 2025-2025 The PoC-Library Authors
1717
#
1818
# Licensed under the Apache License, Version 2.0 (the "License");
1919
# you may not use this file except in compliance with the License.

lib/OsvvmLibraries.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
include ./osvvm/osvvm.pro
4141
include ./OSVVM-Common/Common.pro
4242

43-
if {[DirectoryExists UART]} {
43+
if {[DirectoryExists OSVVM-UART]} {
4444
include ./OSVVM-UART/UART.pro
4545
}
46-
if {[DirectoryExists AXI4]} {
46+
if {[DirectoryExists OSVVM-AXI4]} {
4747
include ./OSVVM-AXI4/AXI4.pro
4848
}

poc.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
# License:
1717
# ==============================================================================
18-
# Copryright 2017-2025 The PoC-Library Authors
18+
# Copyright 2025-2025 The PoC-Library Authors
1919
# Copyright 2007-2016 Technische Universitaet Dresden - Germany
2020
# Chair of VLSI-Design, Diagnostics and Architecture
2121
#

poc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020
# License:
2121
# ==============================================================================
22-
# Copryright 2017-2025 The PoC-Library Authors
22+
# Copyright 2025-2025 The PoC-Library Authors
2323
# Copyright 2007-2016 Technische Universitaet Dresden - Germany
2424
# Chair of VLSI-Design, Diagnostics and Architecture
2525
#

0 commit comments

Comments
 (0)