sci-electronics/verilator: enable py3.14

Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2025-12-11 14:01:51 +08:00
parent f9078fe2b4
commit f013fe6428
2 changed files with 10 additions and 7 deletions

View File

@@ -9,10 +9,13 @@
<remote-id type="github">verilator/verilator</remote-id>
</upstream>
<longdescription lang="en">
Verilator, the fastest free Verilog HDL simulator.
Accepts synthesizable Verilog or SystemVerilog
Performs lint code-quality checks
Compiles into multithreaded C++, SystemC, or (soon) C++-under-Python
Creates XML to front-end your own tools
Verilator, the fastest Verilog/SystemVerilog simulator. Accepts Verilog
or SystemVerilog. Performs lint code-quality checks. Compiles into
multithreaded C++, or SystemC. Creates XML to front-end your own tools.
</longdescription>
</pkgmetadata>
<longdescription lang="zh">
Verilator最快的 Verilog/SystemVerilog 模拟器。支持 Verilog 和
SystemVerilog。执行 lint 代码质量检查。可编译为多线程 C++ 或
SystemC。生成 XML 以对接您自己的工具。
</longdescription>
</pkgmetadata>

View File

@@ -3,7 +3,7 @@
EAPI="8"
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit autotools python-single-r1