File tree 7 files changed +22
-8
lines changed 7 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
| Revision | Release Summary |
4
4
------------|-----------
5
+ | 2024.07 | Updated Tb for CreateClock relocation. Minor updates to work around tool issues.
5
6
| 2022.11 | Updated DEMO testbench for using multiple VC
6
7
| 2022.10 | Added DEMO testbench for using multiple VC
7
8
| | Changed PRIVATE to PRIVATE_NAME
16
17
| 2019.05 | Updated for OSVVM public release
17
18
| 1999.01 | Developed as part of SynthWorks' Advanced VHDL Testbenches and Verification Class
18
19
20
+ ## 2024.07
21
+ - Updated Tb for CreateClock relocation.
22
+ - Minor updates to UartTx and UartRx for Xcelium.
23
+ - Added deprecated/ScoreboardPkg_Uart for Xcelium.
24
+ - Removed UartRecArrayType - All uses were replaced by StreamRecArrayType.
25
+ - UartRx: replaced individual references of use osvvm.ScoreboardPkg_slv.NewID with use osvvm.ScoreboardPkg_slv.all for VCS
26
+
19
27
## 2022.11 November 2022
20
28
- Updated UART/testbench_multiple_uarts testbench for using multiple OSVVM VC using for Generate
21
29
- Added usage of new StreamRecArrayType and StreamTransactionArrayPkg
Original file line number Diff line number Diff line change 17
17
#
18
18
# Revision History:
19
19
# Date Version Description
20
- # 1/2019 2019.01 Compile Script for OSVVM
20
+ # 7/2024 2024.07 Added ScoreboardPkg_Uart_c.vhd for Xcelium
21
21
# 1/2020 2020.01 Updated Licenses to Apache
22
+ # 1/2019 2019.01 Compile Script for OSVVM
22
23
#
23
24
#
24
25
# This file is part of OSVVM.
@@ -57,6 +58,6 @@ if {$::osvvm::ToolNameVersion ne "XSIM-2023.2"} {
57
58
analyze ./src/UartTx.vhd
58
59
analyze ./src/UartRx.vhd
59
60
} else {
60
- analyze ./src/UartTx_xilinx.vhd
61
- analyze ./src/UartRx_xilinx.vhd
61
+ analyze ./src/deprecated/ UartTx_xilinx.vhd
62
+ analyze ./src/deprecated/ UartRx_xilinx.vhd
62
63
}
Original file line number Diff line number Diff line change 19
19
--
20
20
-- Revision History:
21
21
-- Date Version Description
22
+ -- 07/2024 2024.07 The calls to to_01(SafeResize(...) were modified to work around Xcelium issue
23
+ -- osvvm.ScoreboardPkg_slv.NewID replaced by osvvm.ScoreboardPkg_slv.all due to VCS issue
22
24
-- 03/2024 2024.03 Updated SafeResize to use ModelID
23
25
-- 10/2022 2022.10 Changed enum value PRIVATE to PRIVATE_NAME due to VHDL-2019 keyword conflict.
24
26
-- 05/2022 2022.05 Updated FIFOs so they are Search => PRIVATE
@@ -61,7 +63,6 @@ library ieee ;
61
63
library OSVVM ;
62
64
context OSVVM.OsvvmContext ;
63
65
use osvvm.ScoreboardPkg_slv.all ;
64
- -- !! GHDL
65
66
-- use osvvm.ScoreboardPkg_slv.NewID ;
66
67
-- use osvvm.ScoreboardPkg_slv.Empty ;
67
68
-- use osvvm.ScoreboardPkg_slv.Push ;
Original file line number Diff line number Diff line change 19
19
--
20
20
-- Revision History:
21
21
-- Date Version Description
22
+ -- 07/2024 2024.07 Removed UartRecArrayType. Does not work in Xcelium
22
23
-- 10/2022 2022.10 Added UartRecArrayType
23
24
-- 02/2022 2022.02 Replaced to_hstring with to_hxstring
24
25
-- 01/2020 2020.01 Updated license notice
Original file line number Diff line number Diff line change 19
19
--
20
20
-- Revision History:
21
21
-- Date Version Description
22
+ -- 07/2024 2024.07 The calls to to_01(SafeResize(...) were modified to work around Cadence issues
22
23
-- 03/2024 2024.03 Updated SafeResize to use ModelID
23
24
-- 10/2022 2022.10 Changed enum value PRIVATE to PRIVATE_NAME due to VHDL-2019 keyword conflict.
24
25
-- 05/2022 2022.05 Updated FIFOs so they are Search => PRIVATE
Original file line number Diff line number Diff line change 19
19
--
20
20
-- Revision History:
21
21
-- Date Version Description
22
- -- 1999 1999.00 Developed for SynthWorks' Advanced VHDL Testbenches and Verification Class
23
- -- 05/2019 2019.05 Updated for OSVVM public release
22
+ -- 07/2024 2024.07 Replaced UartRecArrayType with StreamRecArrayType. Does not work in Xcelium
24
23
-- 01/2020 2020.01 Updated license notice
24
+ -- 2019.05 2019.05 Updated for OSVVM public release
25
+ -- 1999 1999.00 Developed for SynthWorks' Advanced VHDL Testbenches and Verification Class
25
26
--
26
27
--
27
28
-- This file is part of OSVVM.
Original file line number Diff line number Diff line change 19
19
--
20
20
-- Revision History:
21
21
-- Date Version Description
22
- -- 1999 1999.00 Developed for SynthWorks' Advanced VHDL Testbenches and Verification Class
23
- -- 2019.05 2019.05 Updated for OSVVM public release
22
+ -- 07/2024 2024.07 Replaced UartRecArrayType with StreamRecArrayType. Does not work in Xcelium
24
23
-- 01/2020 2020.01 Updated license notice
24
+ -- 2019.05 2019.05 Updated for OSVVM public release
25
+ -- 1999 1999.00 Developed for SynthWorks' Advanced VHDL Testbenches and Verification Class
25
26
--
26
27
--
27
28
-- This file is part of OSVVM.
You can’t perform that action at this time.
0 commit comments