Tests: Fix uvm_pkg_packer comment

This commit is contained in:
Wilson Snyder 2026-02-12 17:46:53 -05:00
parent fed41aba91
commit 13b1321985
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ def process() -> None:
def print_header() -> None:
print("// DESCR"
"IPTION: Verilator: Concatenated UVM header for internal testing")
print("// SP", "DX-License-Identifier: Apache-2.0")
print("// SP" + "DX-License-Identifier: Apache-2.0")
print("//----------------------------------------------------------------------")
print("// To recreate:")
print("// Using verilator_ext_tests:")