Skip to content

Commit bb5c527

Browse files
committed
Merge branch 'dev'
2 parents 9931a07 + 9c31a00 commit bb5c527

17 files changed

+52
-62
lines changed

.github/workflows/Pipeline.yml

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,18 @@ jobs:
106106
- name: '📤 Upload artifact: logs'
107107
uses: actions/upload-artifact@v4
108108
with:
109-
name: log-${{ matrix.os.name }}-ghdl-${{ matrix.backend }}
109+
name: log-html-${{ matrix.os.name }}-ghdl-${{ matrix.backend }}
110110
include-hidden-files: true
111111
path: |
112-
temp/*.log
113-
temp/*.html
114-
temp/reports/*.html
115-
temp/reports/**/*.html
116-
temp/logs/**/*.*
117-
temp/reports/*.css
118-
temp/reports/osvvm.png
112+
temp/**/*.log
113+
temp/**/*.html
114+
temp/**/reports/*.html
115+
temp/**/reports/**/*.html
116+
temp/**/logs/**/*.*
117+
temp/**/reports/*.css
118+
temp/**/reports/*.png
119+
temp/**/results/**/*.log
120+
temp/**/results/**/*.txt
119121
if-no-files-found: error
120122
retention-days: 1
121123

@@ -125,7 +127,7 @@ jobs:
125127
name: yaml-${{ matrix.os.name }}-ghdl-${{ matrix.backend }}
126128
include-hidden-files: true
127129
path: |
128-
temp/*.yml
130+
temp/**/*.yml
129131
if-no-files-found: error
130132
retention-days: 1
131133

@@ -135,7 +137,7 @@ jobs:
135137
name: xml-${{ matrix.os.name }}-ghdl-${{ matrix.backend }}
136138
include-hidden-files: true
137139
path: |
138-
temp/*.xml
140+
temp/**/*.xml
139141
if-no-files-found: error
140142
retention-days: 1
141143

@@ -201,16 +203,18 @@ jobs:
201203
- name: '📤 Upload artifact: logs'
202204
uses: actions/upload-artifact@v4
203205
with:
204-
name: log-${{ matrix.name }}-nvc
206+
name: log-html-${{ matrix.name }}-nvc
205207
include-hidden-files: true
206208
path: |
207-
temp/*.log
208-
temp/*.html
209-
temp/reports/*.html
210-
temp/reports/**/*.html
211-
temp/logs/**/*.*
212-
temp/reports/*.css
213-
temp/reports/osvvm.png
209+
temp/**/*.log
210+
temp/**/*.html
211+
temp/**/reports/*.html
212+
temp/**/reports/**/*.html
213+
temp/**/logs/**/*.*
214+
temp/**/reports/*.css
215+
temp/**/reports/*.png
216+
temp/**/results/**/*.log
217+
temp/**/results/**/*.txt
214218
if-no-files-found: error
215219
retention-days: 1
216220

@@ -220,7 +224,7 @@ jobs:
220224
name: yaml-${{ matrix.name }}-nvc
221225
include-hidden-files: true
222226
path: |
223-
temp/*.yml
227+
temp/**/*.yml
224228
if-no-files-found: error
225229
retention-days: 1
226230

@@ -230,7 +234,7 @@ jobs:
230234
name: xml-${{ matrix.name }}-nvc
231235
include-hidden-files: true
232236
path: |
233-
temp/*.xml
237+
temp/**/*.xml
234238
if-no-files-found: error
235239
retention-days: 1
236240

AXI4

Submodule AXI4 updated 248 files

Common

Submodule Common updated 178 files

OsvvmLibraries.pro

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,32 +37,32 @@
3737
# See the License for the specific language governing permissions and
3838
# limitations under the License.
3939
#
40-
include ./osvvm/osvvm.pro
41-
include ./Common/Common.pro
40+
include ./osvvm
41+
include ./Common
4242

4343
if {[DirectoryExists UART]} {
44-
include ./UART/UART.pro
44+
include ./UART
4545
}
4646
if {[DirectoryExists AXI4]} {
47-
include ./AXI4/AXI4.pro
47+
include ./AXI4
4848
}
4949
if {[DirectoryExists Wishbone]} {
50-
include ./Wishbone/build.pro
50+
include ./Wishbone
5151
}
5252
if {[DirectoryExists DpRam]} {
53-
include ./DpRam/DpRam.pro
53+
include ./DpRam
5454
}
5555
if {[DirectoryExists Ethernet]} {
56-
include ./Ethernet/Ethernet.pro
56+
include ./Ethernet
5757
}
5858
if {[DirectoryExists VideoBus_LouisAdriaens]} {
59-
include ./VideoBus_LouisAdriaens/VideoBus.pro
59+
include ./VideoBus_LouisAdriaens
6060
}
6161
if {[DirectoryExists SPI_GuyEschemann]} {
62-
include ./SPI_GuyEschemann/spi.pro
62+
include ./SPI_GuyEschemann
6363
}
6464
if {($::osvvm::ToolName ne "XSIM") && ($::osvvm::ToolVendor ne "Cadence") && ($::osvvm::ToolVendor ne "Synopsys")} {
6565
if {[DirectoryExists CoSim]} {
66-
include ./CoSim/CoSim.pro
66+
include ./CoSim
6767
}
6868
}

RunAllTests.pro

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -63,25 +63,12 @@ if {[DirectoryExists Ethernet]} {
6363
include ./Ethernet/RunAllTests.pro
6464
}
6565

66-
if {$::osvvm::ToolNameVersion ne "XSIM-2023.2"} {
67-
if {[DirectoryExists VideoBus_LouisAdriaens]} {
68-
include ./VideoBus_LouisAdriaens/RunAllTests.pro
69-
}
70-
} else {
71-
# TestSuite VideoBus
72-
# SkipTest VideoBus "VideoBus VC not updated for Xilinx"
66+
if {[DirectoryExists VideoBus_LouisAdriaens]} {
67+
include ./VideoBus_LouisAdriaens/RunAllTests.pro
7368
}
7469

75-
if {$::osvvm::ToolNameVersion ne "XSIM-2023.2"} {
76-
if {[DirectoryExists SPI_GuyEschemann]} {
77-
#
78-
# include ./SPI_GuyEschemann/RunAllTests.pro
79-
# TestSuite SPI
80-
# SkipTest SPI "SPI VC tested using a separate design not included with OSVVM"
81-
}
82-
} else {
83-
# TestSuite SPI
84-
# SkipTest SPI "SPI VC not updated for Xilinx"
70+
if {[DirectoryExists SPI_GuyEschemann]} {
71+
# include ./SPI_GuyEschemann/RunAllTests.pro
8572
}
8673

8774

RunAllTestsVti.pro

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
# See the License for the specific language governing permissions and
3838
# limitations under the License.
3939
#
40-
if {$::osvvm::ToolNameVersion ne "XSIM-2023.2"} {
41-
4240
if {[DirectoryExists AXI4]} {
4341
include ./AXI4/RunAllTestsVti.pro
4442
}
@@ -48,4 +46,3 @@ if {$::osvvm::ToolNameVersion ne "XSIM-2023.2"} {
4846
if {[DirectoryExists DpRam]} {
4947
# include ./DpRam/RunAllTestsVti.pro
5048
}
51-
}

0 commit comments

Comments
 (0)