From 97f51bb4b73ad32036c0d4273487221afabcacb6 Mon Sep 17 00:00:00 2001 From: George Rennie Date: Sat, 31 May 2025 01:21:06 +0100 Subject: [PATCH] tests: add tests for task/function argument input/output copying --- tests/verilog/func_task_arg_copying.ys | 132 +++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 tests/verilog/func_task_arg_copying.ys diff --git a/tests/verilog/func_task_arg_copying.ys b/tests/verilog/func_task_arg_copying.ys new file mode 100644 index 000000000..e87c2781b --- /dev/null +++ b/tests/verilog/func_task_arg_copying.ys @@ -0,0 +1,132 @@ +# https://github.com/YosysHQ/yosys/issues/5157 +read_verilog -sv <