Skip to content

Commit f5641f0

Browse files
committed
Strip down for GHDL mcode problem on Ubuntu.
1 parent 9e31cf4 commit f5641f0

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

.github/workflows/Pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
include:
20-
- { simulator: 'nvc', backend: '', version: 'latest', can-fail: false }
21-
# - { simulator: 'ghdl', backend: 'mcode', version: 'latest', can-fail: false }
22-
- { simulator: 'ghdl', backend: 'llvm', version: 'latest', can-fail: false }
20+
# - { simulator: 'nvc', backend: '', version: 'latest', can-fail: false }
21+
- { simulator: 'ghdl', backend: 'mcode', version: 'latest', can-fail: false }
22+
# - { simulator: 'ghdl', backend: 'llvm', version: 'latest', can-fail: false }
2323
with:
2424
simulator: ${{ matrix.simulator }}
2525
ghdl-version: ${{ matrix.version }}

lib/OsvvmLibraries.pro

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
# limitations under the License.
3939
#
4040
include ./osvvm/osvvm.pro
41-
include ./OSVVM-Common/Common.pro
41+
#include ./OSVVM-Common/Common.pro
4242

43-
if {[DirectoryExists OSVVM-UART]} {
44-
include ./OSVVM-UART/UART.pro
45-
}
46-
if {[DirectoryExists OSVVM-AXI4]} {
47-
include ./OSVVM-AXI4/AXI4.pro
48-
}
43+
#if {[DirectoryExists OSVVM-UART]} {
44+
# include ./OSVVM-UART/UART.pro
45+
#}
46+
#if {[DirectoryExists OSVVM-AXI4]} {
47+
# include ./OSVVM-AXI4/AXI4.pro
48+
#}

tb/RunAllTests.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
# =============================================================================
2121

2222
include ./arith/RunAllTests.pro
23-
include ./bus/RunAllTests.pro
24-
include ./sync/RunAllTests.pro
23+
#include ./bus/RunAllTests.pro
24+
#include ./sync/RunAllTests.pro
2525
#include ./cache/RunAllTests.pro
2626
#include ./common/RunAllTests.pro
2727
#include ./dstruct/RunAllTests.pro

tb/arith/RunAllTests.pro

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@ TestSuite PoC.arith
2323

2424
library tb_arith
2525

26-
include ./prng/RunAllTests.pro
27-
include ./prefix_and/RunAllTests.pro
28-
include ./prefix_or/RunAllTests.pro
29-
include ./addw/RunAllTests.pro
30-
include ./counter_bcd/RunAllTests.pro
31-
include ./convert_bin2bcd/RunAllTests.pro
32-
include ./div/RunAllTests.pro
33-
include ./firstone/RunAllTests.pro
34-
include ./scaler/RunAllTests.pro
35-
include ./same/RunAllTests.pro
36-
include ./counter_ring/RunAllTests.pro
37-
include ./counter_gray/RunAllTests.pro
38-
include ./counter_free/RunAllTests.pro
39-
include ./carrychain_inc/RunAllTests.pro
26+
#include ./prng/RunAllTests.pro
27+
#include ./prefix_and/RunAllTests.pro
28+
#include ./prefix_or/RunAllTests.pro
29+
#include ./addw/RunAllTests.pro
30+
#include ./counter_bcd/RunAllTests.pro
31+
#include ./convert_bin2bcd/RunAllTests.pro
32+
#include ./div/RunAllTests.pro
33+
#include ./firstone/RunAllTests.pro
34+
#include ./scaler/RunAllTests.pro
35+
#include ./same/RunAllTests.pro
36+
#include ./counter_ring/RunAllTests.pro
37+
#include ./counter_gray/RunAllTests.pro
38+
#include ./counter_free/RunAllTests.pro
39+
#include ./carrychain_inc/RunAllTests.pro
4040
include ./cca/RunAllTests.pro
41-
include ./shifter_barrel/RunAllTests.pro
42-
include ./sqrt/RunAllTests.pro
43-
include ./trng/RunAllTests.pro
41+
#include ./shifter_barrel/RunAllTests.pro
42+
#include ./sqrt/RunAllTests.pro
43+
#include ./trng/RunAllTests.pro

0 commit comments

Comments
 (0)