git: 7792fd3b7da6 - main - cad/uhdm: New port: Universal Hardware Data Model

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 27 Dec 2021 17:30:32 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7792fd3b7da6b1fdbd9df876922edf24b8395cbd

commit 7792fd3b7da6b1fdbd9df876922edf24b8395cbd
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-12-27 17:29:43 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-12-27 17:29:43 +0000

    cad/uhdm: New port: Universal Hardware Data Model
---
 cad/Makefile       |   1 +
 cad/uhdm/Makefile  |  26 +++++
 cad/uhdm/distinfo  |   7 ++
 cad/uhdm/pkg-descr |   5 +
 cad/uhdm/pkg-plist | 286 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 325 insertions(+)

diff --git a/cad/Makefile b/cad/Makefile
index 9488029e9720..17bfa30c6f12 100644
--- a/cad/Makefile
+++ b/cad/Makefile
@@ -125,6 +125,7 @@
     SUBDIR += sweethome3d
     SUBDIR += tkgate
     SUBDIR += tochnog
+    SUBDIR += uhdm
     SUBDIR += uranium
     SUBDIR += verilator
     SUBDIR += verilog-mode.el
diff --git a/cad/uhdm/Makefile b/cad/uhdm/Makefile
new file mode 100644
index 000000000000..5036ee684cb2
--- /dev/null
+++ b/cad/uhdm/Makefile
@@ -0,0 +1,26 @@
+PORTNAME=	uhdm
+DISTVERSIONPREFIX=	v
+DISTVERSION=	g20211226
+CATEGORIES=	cad
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Universal Hardware Data Model
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		cmake tcl:86,build
+USE_LDCONFIG=	yes
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	chipsalliance
+GH_PROJECT=	${PORTNAME:tu}
+GH_TAGNAME=	a8be019
+GH_TUPLE=	capnproto:capnproto:14f24a4:capnproto/third_party/capnproto \
+		google:googletest:e2239ee:googletest/third_party/googletest
+
+CMAKE_ON=	BUILD_SHARED_LIBS
+
+BINARY_ALIAS=	tclsh=${TCLSH}
+
+.include <bsd.port.mk>
diff --git a/cad/uhdm/distinfo b/cad/uhdm/distinfo
new file mode 100644
index 000000000000..2f32446d458e
--- /dev/null
+++ b/cad/uhdm/distinfo
@@ -0,0 +1,7 @@
+TIMESTAMP = 1640624271
+SHA256 (chipsalliance-UHDM-vg20211226-a8be019_GH0.tar.gz) = 9843aabb5488e62e350033b355997e42b2514a431377a7650ef6c55fc48791e0
+SIZE (chipsalliance-UHDM-vg20211226-a8be019_GH0.tar.gz) = 1700368
+SHA256 (capnproto-capnproto-14f24a4_GH0.tar.gz) = 1130e78658e8b1ceb3a69a6b3a964913f22505532ab217299e5600f371922877
+SIZE (capnproto-capnproto-14f24a4_GH0.tar.gz) = 2121570
+SHA256 (google-googletest-e2239ee_GH0.tar.gz) = 47a8ca2e1be737588628cbc82726a7c4fed060ae0098709003845e3ef298da2f
+SIZE (google-googletest-e2239ee_GH0.tar.gz) = 886254
diff --git a/cad/uhdm/pkg-descr b/cad/uhdm/pkg-descr
new file mode 100644
index 000000000000..e6e67ad07459
--- /dev/null
+++ b/cad/uhdm/pkg-descr
@@ -0,0 +1,5 @@
+Universal Hardware Data Model. A complete modeling of the IEEE SystemVerilog
+Object Model with VPI Interface, Elaborator, Serialization, Visitor and
+Listener. Used as a compiled interchange format in between SystemVerilog tools.
+
+WWW: https://github.com/chipsalliance/UHDM
diff --git a/cad/uhdm/pkg-plist b/cad/uhdm/pkg-plist
new file mode 100644
index 000000000000..8a5479a8e710
--- /dev/null
+++ b/cad/uhdm/pkg-plist
@@ -0,0 +1,286 @@
+bin/uhdm-dump
+bin/uhdm-hier
+include/uhdm/BaseClass.h
+include/uhdm/ElaboratorListener.h
+include/uhdm/ExprEval.h
+include/uhdm/RTTI.h
+include/uhdm/Serializer.h
+include/uhdm/SymbolFactory.h
+include/uhdm/VpiListener.h
+include/uhdm/actual_group.h
+include/uhdm/alias_stmt.h
+include/uhdm/always.h
+include/uhdm/any_pattern.h
+include/uhdm/array_net.h
+include/uhdm/array_typespec.h
+include/uhdm/array_var.h
+include/uhdm/assert_stmt.h
+include/uhdm/assertion.h
+include/uhdm/assign_stmt.h
+include/uhdm/assignment.h
+include/uhdm/assume.h
+include/uhdm/atomic_stmt.h
+include/uhdm/attribute.h
+include/uhdm/begin.h
+include/uhdm/bit_select.h
+include/uhdm/bit_typespec.h
+include/uhdm/bit_var.h
+include/uhdm/break_stmt.h
+include/uhdm/byte_typespec.h
+include/uhdm/byte_var.h
+include/uhdm/case_item.h
+include/uhdm/case_property.h
+include/uhdm/case_property_item.h
+include/uhdm/case_stmt.h
+include/uhdm/chandle_typespec.h
+include/uhdm/chandle_var.h
+include/uhdm/checker_decl.h
+include/uhdm/checker_inst.h
+include/uhdm/checker_inst_port.h
+include/uhdm/checker_port.h
+include/uhdm/class_defn.h
+include/uhdm/class_obj.h
+include/uhdm/class_typespec.h
+include/uhdm/class_var.h
+include/uhdm/clocked_property.h
+include/uhdm/clocked_seq.h
+include/uhdm/clocking_block.h
+include/uhdm/clocking_io_decl.h
+include/uhdm/clone_tree.h
+include/uhdm/concurrent_assertions.h
+include/uhdm/constant.h
+include/uhdm/constr_foreach.h
+include/uhdm/constr_if.h
+include/uhdm/constr_if_else.h
+include/uhdm/constraint.h
+include/uhdm/constraint_expr.h
+include/uhdm/constraint_item_group.h
+include/uhdm/constraint_ordering.h
+include/uhdm/cont_assign.h
+include/uhdm/cont_assign_bit.h
+include/uhdm/containers.h
+include/uhdm/continue_stmt.h
+include/uhdm/cover.h
+include/uhdm/deassign.h
+include/uhdm/def_param.h
+include/uhdm/delay_control.h
+include/uhdm/delay_term.h
+include/uhdm/design.h
+include/uhdm/disable.h
+include/uhdm/disable_fork.h
+include/uhdm/disables.h
+include/uhdm/dist_item.h
+include/uhdm/distribution.h
+include/uhdm/do_while.h
+include/uhdm/enum_const.h
+include/uhdm/enum_net.h
+include/uhdm/enum_struct_packed_net_group.h
+include/uhdm/enum_struct_union_packed_array_typespec_group.h
+include/uhdm/enum_struct_union_packed_var_group.h
+include/uhdm/enum_typespec.h
+include/uhdm/enum_var.h
+include/uhdm/event_control.h
+include/uhdm/event_stmt.h
+include/uhdm/event_typespec.h
+include/uhdm/expect_stmt.h
+include/uhdm/expr.h
+include/uhdm/expr_constr_group.h
+include/uhdm/expr_dist.h
+include/uhdm/expr_interf_expr_group.h
+include/uhdm/expr_range_group.h
+include/uhdm/expr_ref_obj_group.h
+include/uhdm/expr_sequence_inst_group.h
+include/uhdm/expr_sequence_inst_named_event_group.h
+include/uhdm/expr_tchk_term_group.h
+include/uhdm/expr_typespec_group.h
+include/uhdm/extends.h
+include/uhdm/final_stmt.h
+include/uhdm/for_stmt.h
+include/uhdm/force.h
+include/uhdm/foreach_stmt.h
+include/uhdm/forever_stmt.h
+include/uhdm/fork_stmt.h
+include/uhdm/func_call.h
+include/uhdm/function.h
+include/uhdm/gate.h
+include/uhdm/gate_array.h
+include/uhdm/gen_scope.h
+include/uhdm/gen_scope_array.h
+include/uhdm/gen_var.h
+include/uhdm/hier_path.h
+include/uhdm/if_else.h
+include/uhdm/if_stmt.h
+include/uhdm/immediate_assert.h
+include/uhdm/immediate_assume.h
+include/uhdm/immediate_cover.h
+include/uhdm/implication.h
+include/uhdm/import.h
+include/uhdm/indexed_part_select.h
+include/uhdm/initial.h
+include/uhdm/instance.h
+include/uhdm/instance_array.h
+include/uhdm/instance_item.h
+include/uhdm/int_typespec.h
+include/uhdm/int_var.h
+include/uhdm/integer_net.h
+include/uhdm/integer_typespec.h
+include/uhdm/integer_var.h
+include/uhdm/interf_prog_mod_group.h
+include/uhdm/interface.h
+include/uhdm/interface_array.h
+include/uhdm/interface_expr.h
+include/uhdm/interface_tf_decl.h
+include/uhdm/interface_typespec.h
+include/uhdm/io_decl.h
+include/uhdm/let_decl.h
+include/uhdm/let_expr.h
+include/uhdm/logic_net.h
+include/uhdm/logic_typespec.h
+include/uhdm/logic_var.h
+include/uhdm/long_int_typespec.h
+include/uhdm/long_int_var.h
+include/uhdm/method_func_call.h
+include/uhdm/method_func_task_call_group.h
+include/uhdm/method_task_call.h
+include/uhdm/mod_path.h
+include/uhdm/modport.h
+include/uhdm/module.h
+include/uhdm/module_array.h
+include/uhdm/multiclock_sequence_expr.h
+include/uhdm/named_begin.h
+include/uhdm/named_event.h
+include/uhdm/named_event_array.h
+include/uhdm/named_event_sequence_expr_group.h
+include/uhdm/named_fork.h
+include/uhdm/net.h
+include/uhdm/net_bit.h
+include/uhdm/net_drivers.h
+include/uhdm/net_loads.h
+include/uhdm/nets.h
+include/uhdm/nets_vars_ref_obj_group.h
+include/uhdm/null_stmt.h
+include/uhdm/operand_group.h
+include/uhdm/operation.h
+include/uhdm/ordered_wait.h
+include/uhdm/package.h
+include/uhdm/packed_array_net.h
+include/uhdm/packed_array_typespec.h
+include/uhdm/packed_array_var.h
+include/uhdm/param_assign.h
+include/uhdm/parameter.h
+include/uhdm/parameters.h
+include/uhdm/part_select.h
+include/uhdm/path_term.h
+include/uhdm/pattern.h
+include/uhdm/pattern_expr_group.h
+include/uhdm/port.h
+include/uhdm/port_bit.h
+include/uhdm/ports.h
+include/uhdm/prim_term.h
+include/uhdm/primitive.h
+include/uhdm/primitive_array.h
+include/uhdm/process_stmt.h
+include/uhdm/program.h
+include/uhdm/program_array.h
+include/uhdm/prop_formal_decl.h
+include/uhdm/property_decl.h
+include/uhdm/property_expr_group.h
+include/uhdm/property_expr_named_event_group.h
+include/uhdm/property_inst.h
+include/uhdm/property_inst_spec_group.h
+include/uhdm/property_spec.h
+include/uhdm/property_typespec.h
+include/uhdm/range.h
+include/uhdm/real_typespec.h
+include/uhdm/real_var.h
+include/uhdm/ref_obj.h
+include/uhdm/ref_obj_interf_net_var_group.h
+include/uhdm/ref_var.h
+include/uhdm/reg.h
+include/uhdm/reg_array.h
+include/uhdm/%%CMAKE_BUILD_TYPE%%.h
+include/uhdm/repeat.h
+include/uhdm/repeat_control.h
+include/uhdm/restrict.h
+include/uhdm/return_stmt.h
+include/uhdm/scope.h
+include/uhdm/seq_formal_decl.h
+include/uhdm/sequence_decl.h
+include/uhdm/sequence_expr_group.h
+include/uhdm/sequence_expr_multiclock_group.h
+include/uhdm/sequence_inst.h
+include/uhdm/sequence_typespec.h
+include/uhdm/short_int_typespec.h
+include/uhdm/short_int_var.h
+include/uhdm/short_real_typespec.h
+include/uhdm/short_real_var.h
+include/uhdm/simple_expr.h
+include/uhdm/simple_expr_use_group.h
+include/uhdm/soft_disable.h
+include/uhdm/spec_param.h
+include/uhdm/stmt.h
+include/uhdm/string_typespec.h
+include/uhdm/string_var.h
+include/uhdm/struct_net.h
+include/uhdm/struct_pattern.h
+include/uhdm/struct_typespec.h
+include/uhdm/struct_var.h
+include/uhdm/sv_vpi_user.h
+include/uhdm/switch_array.h
+include/uhdm/switch_tran.h
+include/uhdm/sys_func_call.h
+include/uhdm/sys_func_task_call_group.h
+include/uhdm/sys_task_call.h
+include/uhdm/table_entry.h
+include/uhdm/tagged_pattern.h
+include/uhdm/task.h
+include/uhdm/task_call.h
+include/uhdm/task_func.h
+include/uhdm/task_func_named_begin_fork_group.h
+include/uhdm/tchk.h
+include/uhdm/tchk_term.h
+include/uhdm/tf_call.h
+include/uhdm/tf_call_args.h
+include/uhdm/thread_obj.h
+include/uhdm/time_net.h
+include/uhdm/time_typespec.h
+include/uhdm/time_var.h
+include/uhdm/type_parameter.h
+include/uhdm/typespec.h
+include/uhdm/typespec_member.h
+include/uhdm/udp.h
+include/uhdm/udp_array.h
+include/uhdm/udp_defn.h
+include/uhdm/uhdm.h
+include/uhdm/uhdm_forward_decl.h
+include/uhdm/uhdm_types.h
+include/uhdm/uhdm_vpi_user.h
+include/uhdm/union_typespec.h
+include/uhdm/union_var.h
+include/uhdm/unsupported_expr.h
+include/uhdm/unsupported_stmt.h
+include/uhdm/unsupported_typespec.h
+include/uhdm/user_systf.h
+include/uhdm/var_bit.h
+include/uhdm/var_select.h
+include/uhdm/variable_drivers_group.h
+include/uhdm/variable_loads_group.h
+include/uhdm/variables.h
+include/uhdm/variables_operation_group.h
+include/uhdm/vhpi_user.h
+include/uhdm/virtual_interface_var.h
+include/uhdm/void_typespec.h
+include/uhdm/vpi_listener.h
+include/uhdm/vpi_uhdm.h
+include/uhdm/vpi_user.h
+include/uhdm/vpi_visitor.h
+include/uhdm/wait_fork.h
+include/uhdm/wait_stmt.h
+include/uhdm/waits.h
+include/uhdm/while_stmt.h
+lib/libcapnp.so
+lib/libcapnp.so.0.8.0
+lib/libkj.so
+lib/libkj.so.0.8.0
+lib/uhdm/UHDM.capnp
+lib/uhdm/libuhdm.a