Updates sv-tests
diff --git a/SVIncCompil/Testcases/Google/Google.log b/SVIncCompil/Testcases/Google/Google.log index 52478fb..4d2a36b 100644 --- a/SVIncCompil/Testcases/Google/Google.log +++ b/SVIncCompil/Testcases/Google/Google.log
@@ -6,6 +6,93 @@ [INFO :CM0020] Separate compilation-unit mode is on. +[ERROR:PP0106] chapter-22/22.10--celldefine-invalid.sv:8 Syntax error: extraneous input 'foo' expecting {Spaces, CR}, +`celldefine foo + ^-- chapter-22/22.10--celldefine-invalid.sv:8 col:12. + +[ERROR:PP0106] chapter-22/22.11--pragma-invalid.sv:8 Syntax error: mismatched input '\n' expecting Spaces, +`pragma + ^-- chapter-22/22.11--pragma-invalid.sv:8 col:7. + +[ERROR:PP0106] chapter-22/22.12--line-illegal-2.sv:8 Syntax error: mismatched input 'somefile' expecting String, +`line 1 somefile 2 + ^-- chapter-22/22.12--line-illegal-2.sv:8 col:8. + +[ERROR:PP0106] chapter-22/22.12--line-illegal-3.sv:8 Syntax error: extraneous input '-' expecting Number, +`line -12 "somefile" 3 + ^-- chapter-22/22.12--line-illegal-3.sv:8 col:6. + +[ERROR:PP0106] chapter-22/22.12--line-illegal-4.sv:8 Syntax error: mismatched input '\n' expecting Spaces, +`line 1 "somefile" + ^-- chapter-22/22.12--line-illegal-4.sv:8 col:18. + +[ERROR:PP0106] chapter-22/22.12--line-illegal-5.sv:8 Syntax error: mismatched input '\n' expecting String, +`line 1 + ^-- chapter-22/22.12--line-illegal-5.sv:8 col:7. + +[ERROR:PP0120] chapter-22/22.3--resetall_illegal.sv:10 Illegal directive in design element "`resetall". + +[ERROR:PP0101] chapter-22/22.4--check_included_definitions.sv:8 Cannot open include file "include_directory/defs.sv". + +[ERROR:PP0106] chapter-22/22.4--include_basic.sv:8 Syntax error: no viable alternative at input '`include <', +`include <dummy_include.sv> + ^-- chapter-22/22.4--include_basic.sv:8 col:9. + +[ERROR:PP0101] chapter-22/22.4--include_basic_rpath.sv:8 Cannot open include file "dummy_include.sv". + +[ERROR:PP0101] chapter-22/22.4--include_from_other_directory.sv:8 Cannot open include file "include_directory/defs.sv". + +[ERROR:PP0106] chapter-22/22.4--include_two_in_one_line.sv:8 Syntax error: no viable alternative at input '`include <', +`include <dummy_include.sv> `include <dummy_include.sv> + ^-- chapter-22/22.4--include_two_in_one_line.sv:8 col:9. + +[ERROR:PP0106] chapter-22/22.4--include_two_in_one_line.sv:8 Syntax error: no viable alternative at input '`include <', +`include <dummy_include.sv> `include <dummy_include.sv> + ^-- chapter-22/22.4--include_two_in_one_line.sv:8 col:37. + +[ERROR:PP0106] chapter-22/22.4--include_with_comment.sv:8 Syntax error: no viable alternative at input '`include <', +`include <dummy_include.sv> // comments after `include are perfectly legal + ^-- chapter-22/22.4--include_with_comment.sv:8 col:9. + +[ERROR:PP0109] chapter-22/22.5.1--define-expansion_12.sv:10 Macro instantiation omits argument 3 (c) for "MACRO1", + chapter-22/22.5.1--define-expansion_12.sv:8 No default value for argument 3 (c) in macro definition. + +[ERROR:PP0110] chapter-22/22.5.1--define-expansion_18.sv:10 Macro instantiation omits parenthesis for "MACRO3", + chapter-22/22.5.1--define-expansion_18.sv:8 macro definition has arguments. + +[ERROR:PP0116] chapter-22/22.5.1--define-expansion_21.sv:10 Illegal unterminated string. + +[WARNI:PP0113] chapter-22/22.5.1--define-expansion_24.sv:11 Unused macro argument "x". + +[ERROR:PP0109] chapter-22/22.5.1--define-expansion_6.sv:10 Macro instantiation omits argument 2 (y) for "D", + chapter-22/22.5.1--define-expansion_6.sv:8 No default value for argument 2 (y) in macro definition. + +[ERROR:PP0109] chapter-22/22.5.1--define-expansion_7.sv:9 Macro instantiation omits argument 1 (x) for "D", + chapter-22/22.5.1--define-expansion_7.sv:8 No default value for argument 1 (x) in macro definition. + +[ERROR:PP0109] chapter-22/22.5.1--define-expansion_7.sv:9 Macro instantiation omits argument 2 (y) for "D", + chapter-22/22.5.1--define-expansion_7.sv:8 No default value for argument 2 (y) in macro definition. + +[ERROR:PP0107] chapter-22/22.5.1--define-expansion_8.sv:9 Too many arguments (3) for macro "D", + chapter-22/22.5.1--define-expansion_8.sv:8 macro definition takes 2. + +[NOTE :PP0105] chapter-22/22.5.1--define_and_resetall.sv:11 Multiply defined macro "FOUR", + chapter-22/22.5.1--define_and_resetall.sv:8 previous definition. + +[ERROR:PP0101] chapter-22/22.5.1--include-define-expansion.sv:9 Cannot open include file "dummy_include.sv". + +[WARNI:PP0103] chapter-22/22.5.2--undef-nonexisting.sv:8 Undefining an unknown macro "FOO". + +[WARNI:PP0103] chapter-22/22.5.2--undef-nonexisting.sv:9 Undefining an unknown macro "BAR". + +[ERROR:PP0106] chapter-22/22.9--unconnected_drive-invalid-1.sv:8 Syntax error: mismatched input '\n' expecting Spaces, +`unconnected_drive + ^-- chapter-22/22.9--unconnected_drive-invalid-1.sv:8 col:18. + +[ERROR:PP0106] chapter-22/22.9--unconnected_drive-invalid-3.sv:9 Syntax error: extraneous input 'pull0' expecting {Spaces, CR}, +`nounconnected_drive pull0 + ^-- chapter-22/22.9--unconnected_drive-invalid-3.sv:9 col:21. + [ERROR:PP0118] chapter-5/5.9.1-string-special-chars.sv:17 Unknown escaped sequence '\1'. [ERROR:PP0102] generic/class/class_test_40.sv:8 Unknown macro "uvm_object_registry". @@ -88,15 +175,13 @@ [WARNI:PP0103] generic/class/class_test_48.sv:8 Undefining an unknown macro "EVIL_MACRO". -[ERROR:PP0102] generic/member/class_member_test_13.sv:9 Unknown macro "SSS". +[ERROR:PP0101] generic/preproc/preproc_test_2.sv:8 Cannot open include file "preproc_test_2.svh". -[ERROR:PP0101] generic/preproc/preproc_test_2.sv:7 Cannot open include file "foo.svh". +[WARNI:PP0113] generic/preproc/preproc_test_5.sv:8 Unused macro argument "a". -[WARNI:PP0113] generic/preproc/preproc_test_5.sv:7 Unused macro argument "a". +[WARNI:PP0113] generic/preproc/preproc_test_5.sv:8 Unused macro argument "b". -[WARNI:PP0113] generic/preproc/preproc_test_5.sv:7 Unused macro argument "b". - -[WARNI:PP0113] generic/preproc/preproc_test_5.sv:7 Unused macro argument "c". +[WARNI:PP0113] generic/preproc/preproc_test_5.sv:8 Unused macro argument "c". [ERROR:PA0207] sanity.sv:14 Syntax error: no viable alternative at input 'syntaxerror\n\twire', wire clk; @@ -106,6 +191,89 @@ a = b = c = 5; ^-- ./slpp_unit/work/chapter-11/11.3.6--assign_in_expr_inv.sv:14 col:7. +[ERROR:PA0207] chapter-15/15.4--mailbox-blocking.sv:13 Syntax error: no viable alternative at input 'module top();\n\nmailbox m;\n\ninitial begin\n\tm = new();\n\tstring', + string msg = "abc"; + ^-- ./slpp_unit/work/chapter-15/15.4--mailbox-blocking.sv:13 col:1. + +[ERROR:PA0207] chapter-15/15.4--mailbox-non-blocking.sv:13 Syntax error: no viable alternative at input 'module top();\n\nmailbox m;\n\ninitial begin\n\tm = new();\n\tstring', + string msg = "abc"; + ^-- ./slpp_unit/work/chapter-15/15.4--mailbox-non-blocking.sv:13 col:1. + +[ERROR:PA0207] chapter-16/16.2--assert.sv:11 Syntax error: no viable alternative at input 'module top();\n\nlogic a = 1;\n\nassert (', +assert (a != 0); + ^-- ./slpp_unit/work/chapter-16/16.2--assert.sv:11 col:7. + +[ERROR:PA0207] chapter-16/16.2--assume.sv:11 Syntax error: no viable alternative at input 'assume (', +assume (a != 0); + ^-- ./slpp_unit/work/chapter-16/16.2--assume.sv:11 col:7. + +[ERROR:PA0207] chapter-16/16.2--cover.sv:11 Syntax error: no viable alternative at input 'module top();\n\nlogic a = 1;\n\ncover (', +cover (a != 0); + ^-- ./slpp_unit/work/chapter-16/16.2--cover.sv:11 col:6. + +[ERROR:PA0207] chapter-22/22.11--pragma-basic.sv:8 Syntax error: extraneous input '"pragma_value"' expecting <EOF>, +`pragma pragma_name "pragma_value" + ^-- ./slpp_unit/work/chapter-22/22.11--pragma-basic.sv:8 col:20. + +[ERROR:PA0207] chapter-22/22.11--pragma-complex.sv:8 Syntax error: mismatched input ',' expecting <EOF>, +`pragma foo something, somethingelse = 7, "abcdef" + ^-- ./slpp_unit/work/chapter-22/22.11--pragma-complex.sv:8 col:21. + +[ERROR:PA0207] chapter-22/22.11--pragma-invalid.sv:9 Syntax error: missing Simple_identifier at '<EOF>', +. + +[ERROR:PA0207] chapter-22/22.11--pragma-nested.sv:8 Syntax error: mismatched input ',' expecting <EOF>, +`pragma foo something, somethingelse = 7, "abcdef", ( hello, ( "world", pr = 4, "gm" ) ), a + ^-- ./slpp_unit/work/chapter-22/22.11--pragma-nested.sv:8 col:21. + +[ERROR:PA0207] chapter-22/22.11--pragma-number-multi.sv:8 Syntax error: mismatched input '=' expecting <EOF>, +`pragma pragma_number_other a = 123, b = 4 + ^-- ./slpp_unit/work/chapter-22/22.11--pragma-number-multi.sv:8 col:30. + +[ERROR:PA0207] chapter-22/22.11--pragma-number.sv:8 Syntax error: mismatched input '123' expecting <EOF>, +`pragma pragma_number 123 + ^-- ./slpp_unit/work/chapter-22/22.11--pragma-number.sv:8 col:22. + +[ERROR:PA0207] chapter-22/22.12--line-illegal-2.sv:8 Syntax error: no viable alternative at input 'somefile 2', +somefile 2 + ^-- ./slpp_unit/work/chapter-22/22.12--line-illegal-2.sv:8 col:9. + +[ERROR:PA0207] chapter-22/22.3--resetall_illegal.sv:10 Syntax error: no viable alternative at input 'module top ();\n`', +`resetall +^-- ./slpp_unit/work/chapter-22/22.3--resetall_illegal.sv:10 col:0. + +[ERROR:PA0207] chapter-22/22.4--include_basic.sv:8 Syntax error: mismatched input '<' expecting <EOF>, + <dummy_include.sv> + ^-- ./slpp_unit/work/chapter-22/22.4--include_basic.sv:8 col:1. + +[ERROR:PA0207] chapter-22/22.4--include_two_in_one_line.sv:8 Syntax error: mismatched input '<' expecting <EOF>, + <dummy_include.sv> <dummy_include.sv> + ^-- ./slpp_unit/work/chapter-22/22.4--include_two_in_one_line.sv:8 col:1. + +[ERROR:PA0207] chapter-22/22.4--include_with_comment.sv:8 Syntax error: mismatched input '<' expecting <EOF>, + <dummy_include.sv> // comments after `include are perfectly legal + ^-- ./slpp_unit/work/chapter-22/22.4--include_with_comment.sv:8 col:1. + +[ERROR:PA0207] chapter-22/22.5.1--define-expansion_21.sv:11 Syntax error: token recognition error at: '"start of string end of stringendmodule\n', +$display("start of string end of stringendmodule + ^-- ./slpp_unit/work/chapter-22/22.5.1--define-expansion_21.sv:9 col:9. + +[ERROR:PA0207] chapter-22/22.5.1--define-expansion_7.sv:10 Syntax error: mismatched input 'initial' expecting <EOF>, +initial $display("start", , , "end"); +^-- ./slpp_unit/work/chapter-22/22.5.1--define-expansion_7.sv:8 col:0. + +[ERROR:PA0207] chapter-22/22.5.1--define-expansion_8.sv:10 Syntax error: mismatched input 'initial' expecting <EOF>, +initial $display("start", , , "end"); +^-- ./slpp_unit/work/chapter-22/22.5.1--define-expansion_8.sv:8 col:0. + +[ERROR:PA0207] chapter-22/22.5.1--include-define-expansion.sv:10 Syntax error: extraneous input '"dummy_include.sv"' expecting <EOF>, +"dummy_include.sv" +^-- ./slpp_unit/work/chapter-22/22.5.1--include-define-expansion.sv:8 col:0. + +[ERROR:PA0207] chapter-22/22.9--unconnected_drive-invalid-1.sv:9 Syntax error: missing {'pull0', 'pull1', Simple_identifier} at '`nounconnected_drive', +`nounconnected_drive +^-- ./slpp_unit/work/chapter-22/22.9--unconnected_drive-invalid-1.sv:9 col:0. + [ERROR:PA0207] chapter-5/5.6--wrong-identifiers.sv:8 Syntax error: no viable alternative at input 'module identifiers();\n reg $', reg $dollar; ^-- ./slpp_unit/work/chapter-5/5.6--wrong-identifiers.sv:8 col:6. @@ -198,13 +366,33 @@ [ERROR:PA0203] generic/class/class_test_47.sv:10 Unknown macro "uvm_new_func3". -[ERROR:PA0207] generic/member/class_member_test_13.sv:9 Syntax error: no viable alternative at input '= SURELOG_MACRO_NOT_DEFINED:SSS!!!', - protected const int countess = SURELOG_MACRO_NOT_DEFINED:SSS!!! ; - ^-- ./slpp_unit/work/generic/member/class_member_test_13.sv:9 col:33. +[ERROR:PA0207] generic/preproc/preproc_test_10.sv:8 Syntax error: no viable alternative at input 'a,', +a, + ^-- ./slpp_unit/work/generic/preproc/preproc_test_10.sv:8 col:1. + +[ERROR:PA0207] generic/preproc/preproc_test_11.sv:11 Syntax error: token recognition error at: '\', +) \ + ^-- ./slpp_unit/work/generic/preproc/preproc_test_11.sv:11 col:2. + +[ERROR:PA0207] generic/preproc/preproc_test_12.sv:8 Syntax error: token recognition error at: '\', +a, b=2, c=42) \ + ^-- ./slpp_unit/work/generic/preproc/preproc_test_12.sv:8 col:14. + +[ERROR:PA0207] generic/preproc/preproc_test_13.sv:8 Syntax error: token recognition error at: '\', +a, b="(3,2)", c=(3,2)) \ + ^-- ./slpp_unit/work/generic/preproc/preproc_test_13.sv:8 col:23. + +[ERROR:PA0207] preproc_test_2.svh:1 Syntax error: no viable alternative at input 'Didn'', +Didn't successfully include preproc_test_2.svh! + ^-- ./slpp_unit/work/generic/preproc/preproc_test_2.sv:8 col:4. + +[ERROR:PA0207] generic/preproc/preproc_test_9.sv:8 Syntax error: no viable alternative at input 'a,', +a, b, c) + ^-- ./slpp_unit/work/generic/preproc/preproc_test_9.sv:8 col:1. [WARNI:PA0205] sanity.sv:7 No timescale set for "sanity_tb". -[WARNI:PA0205] chapter-11/11.10--string_bit_array.sv:7 No timescale set for "top". +[WARNI:PA0205] chapter-10/10.3.1--net-decl-assignment.sv:7 No timescale set for "top". [WARNI:PA0205] chapter-11/11.3.6--assign_in_expr_inv.sv:7 No timescale set for "MODULE NAME UNKNOWN". @@ -222,7 +410,17 @@ [WARNI:PA0205] chapter-12/12.7.5--dowhile.sv:7 No timescale set for "dowhile_tb". -[WARNI:PA0205] chapter-12/12.8--break.sv:7 No timescale set for "jump_tb". +[WARNI:PA0205] chapter-12/12.8--break.sv:8 No timescale set for "jump_tb". + +[WARNI:PA0205] chapter-22/22.6--ifdef-behavioral.sv:8 No timescale set for "and_op". + +[WARNI:PA0205] chapter-22/22.6--ifdef-chained-nested.sv:8 No timescale set for "test". + +[WARNI:PA0205] chapter-24/24.3--program.sv:10 No timescale set for "prog". + +[WARNI:PA0205] chapter-25/25.3-interface.sv:8 No timescale set for "test_bus". + +[WARNI:PA0205] chapter-26/26.2--package-decl.sv:11 No timescale set for "mypkg". [WARNI:PA0205] chapter-5/5.12-attributes-module.sv:8 No timescale set for "topa". @@ -250,8 +448,6 @@ [WARNI:PA0205] chapter-5/5.6.4--compiler-directives-pragma.sv:8 No timescale set for "ts". -[WARNI:PA0205] chapter-6/6.10--implicit_port_connection.sv:17 No timescale set for "test". - [WARNI:PA0205] chapter-6/6.6.8--interconnect.sv:14 No timescale set for "mod_i". [WARNI:PA0205] chapter-6/6.6.8--interconnect.sv:18 No timescale set for "mod_o". @@ -268,7 +464,7 @@ [WARNI:PA0205] chapter-9/9.3.3--block_start_finish.sv:7 No timescale set for "block_tb". -[WARNI:PA0205] chapter-9/9.4.2.4--event_sequence.sv:7 No timescale set for "seq_tb". +[WARNI:PA0205] chapter-9/9.4.2.4--event_sequence.sv:8 No timescale set for "seq_tb". [WARNI:PA0205] chapter-9/9.6.1--wait_fork.sv:7 No timescale set for "fork_tb". @@ -282,12 +478,18 @@ [INFO :CP0300] Compilation... +[INFO :CP0301] chapter-26/26.2--package-decl.sv:11 Compile package "mypkg". + +[INFO :CP0301] chapter-26/26.3--package-ref.sv:9 Compile package "mypkg". + [INFO :CP0301] generic/desc/desc_test_13.sv:7 Compile package "foo_pkg". [INFO :CP0301] generic/desc/desc_test_14.sv:7 Compile package "foo_pkg". [INFO :CP0303] chapter-9/9.2.2.1--always.sv:7 Compile module "work@always_tb". +[INFO :CP0303] chapter-22/22.6--ifdef-behavioral.sv:8 Compile module "work@and_op". + [INFO :CP0303] chapter-5/5.6.4--compiler-directives-begin-keywords.sv:10 Compile module "work@b_kw". [INFO :CP0303] chapter-9/9.3.3--block_start_finish.sv:7 Compile module "work@block_tb". @@ -322,7 +524,11 @@ [INFO :CP0303] chapter-9/9.2.1--initial.sv:7 Compile module "work@initial_tb". -[INFO :CP0303] chapter-12/12.8--break.sv:7 Compile module "work@jump_tb". +[INFO :CP0303] chapter-12/12.8--break.sv:8 Compile module "work@jump_tb". + +[INFO :CP0303] chapter-20/20.4--printtimescale-hier.sv:20 Compile module "work@mod0". + +[INFO :CP0303] chapter-20/20.4--printtimescale-hier.sv:26 Compile module "work@mod1". [INFO :CP0303] chapter-6/6.6.8--interconnect.sv:14 Compile module "work@mod_i". @@ -340,15 +546,17 @@ [INFO :CP0303] sanity.sv:7 Compile module "work@sanity_tb". -[INFO :CP0303] chapter-9/9.4.2.4--event_sequence.sv:7 Compile module "work@seq_tb". +[INFO :CP0303] chapter-9/9.4.2.4--event_sequence.sv:8 Compile module "work@seq_tb". [INFO :CP0303] chapter-9/9.3.1--sequential_block.sv:7 Compile module "work@sequential_tb". [INFO :CP0303] chapter-5/5.6.3--system-functions.sv:7 Compile module "work@systemfn". -[INFO :CP0303] chapter-6/6.10--implicit_port_connection.sv:17 Compile module "work@test". +[INFO :CP0303] chapter-22/22.6--ifdef-chained-nested.sv:8 Compile module "work@test". -[INFO :CP0303] chapter-11/11.10--string_bit_array.sv:7 Compile module "work@top". +[INFO :CP0304] chapter-25/25.3-interface.sv:8 Compile interface "work@test_bus". + +[INFO :CP0303] chapter-10/10.3.1--net-decl-assignment.sv:7 Compile module "work@top". [INFO :CP0303] chapter-5/5.12-attributes-module.sv:8 Compile module "work@topa". @@ -432,21 +640,21 @@ [INFO :CP0302] chapter-8/8.26.2--implements_multiple.sv:16 Compile class "work@class_tb::Hello". -[INFO :CP0302] chapter-8/8.26.3--type_access_implements.sv:13 Compile class "work@class_tb::Hello". +[INFO :CP0302] chapter-8/8.26.3--type_access_implements.sv:14 Compile class "work@class_tb::Hello". -[INFO :CP0302] chapter-8/8.26.3--type_access_implements_invalid.sv:13 Compile class "work@class_tb::Hello". +[INFO :CP0302] chapter-8/8.26.3--type_access_implements_invalid.sv:14 Compile class "work@class_tb::Hello". -[INFO :CP0302] chapter-8/8.26.4--illegal_forward_def_implements.sv:10 Compile class "work@class_tb::Hello". +[INFO :CP0302] chapter-8/8.26.4--illegal_forward_def_implements.sv:11 Compile class "work@class_tb::Hello". -[INFO :CP0302] chapter-8/8.26.4--illegal_implements_parameter.sv:13 Compile class "work@class_tb::Hello". +[INFO :CP0302] chapter-8/8.26.4--illegal_implements_parameter.sv:14 Compile class "work@class_tb::Hello". [INFO :CP0302] chapter-8/8.26.5--cast_between_interface_classes.sv:16 Compile class "work@class_tb::Hello". [INFO :CP0302] chapter-8/8.26.5--implemented_class_handle.sv:12 Compile class "work@class_tb::Hello". -[INFO :CP0302] chapter-8/8.26.6.1--name_conflict_resolved.sv:16 Compile class "work@class_tb::Hello". +[INFO :CP0302] chapter-8/8.26.6.1--name_conflict_resolved.sv:17 Compile class "work@class_tb::Hello". -[INFO :CP0302] chapter-8/8.26.6.1--name_conflict_unresolved.sv:16 Compile class "work@class_tb::Hello". +[INFO :CP0302] chapter-8/8.26.6.1--name_conflict_unresolved.sv:17 Compile class "work@class_tb::Hello". [INFO :CP0302] chapter-8/8.18--var_local.sv:8 Compile class "work@class_tb::a_cls". @@ -464,7 +672,7 @@ [INFO :CP0302] chapter-8/8.21--abstract_class.sv:8 Compile class "work@class_tb::base_cls". -[INFO :CP0302] chapter-8/8.21--abstract_class_inst.sv:8 Compile class "work@class_tb::base_cls". +[INFO :CP0302] chapter-8/8.21--abstract_class_inst.sv:9 Compile class "work@class_tb::base_cls". [INFO :CP0302] chapter-8/8.22--dynamic_method_lookup.sv:8 Compile class "work@class_tb::base_cls". @@ -476,7 +684,7 @@ [INFO :CP0302] chapter-8/8.26.7--partial_implementation.sv:20 Compile class "work@class_tb::helloworld". -[INFO :CP0302] chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:9 Compile class "work@class_tb::par_cls". +[INFO :CP0302] chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:10 Compile class "work@class_tb::par_cls". [INFO :CP0302] chapter-8/8.25.1--parametrized_class_scope_resolution.sv:9 Compile class "work@class_tb::par_cls". @@ -516,7 +724,7 @@ [INFO :CP0302] chapter-8/8.21--abstract_class.sv:12 Compile class "work@class_tb::test_cls". -[INFO :CP0302] chapter-8/8.21--abstract_class_inst.sv:12 Compile class "work@class_tb::test_cls". +[INFO :CP0302] chapter-8/8.21--abstract_class_inst.sv:13 Compile class "work@class_tb::test_cls". [INFO :CP0302] chapter-8/8.23--scope_resolution.sv:8 Compile class "work@class_tb::test_cls". @@ -524,17 +732,17 @@ [INFO :CP0302] chapter-8/8.4--instantiation.sv:8 Compile class "work@class_tb::test_cls". -[INFO :CP0302] chapter-8/8.5--parameters.sv:8 Compile class "work@class_tb::test_cls". +[INFO :CP0302] chapter-8/8.5--parameters.sv:9 Compile class "work@class_tb::test_cls". -[INFO :CP0302] chapter-8/8.5--properties.sv:8 Compile class "work@class_tb::test_cls". +[INFO :CP0302] chapter-8/8.5--properties.sv:9 Compile class "work@class_tb::test_cls". [INFO :CP0302] chapter-8/8.5--properties_enum.sv:8 Compile class "work@class_tb::test_cls". [INFO :CP0302] chapter-8/8.6--methods.sv:8 Compile class "work@class_tb::test_cls". -[INFO :CP0302] chapter-8/8.7--constructor.sv:8 Compile class "work@class_tb::test_cls". +[INFO :CP0302] chapter-8/8.7--constructor.sv:9 Compile class "work@class_tb::test_cls". -[INFO :CP0302] chapter-8/8.7--constructor_param.sv:8 Compile class "work@class_tb::test_cls". +[INFO :CP0302] chapter-8/8.7--constructor_param.sv:9 Compile class "work@class_tb::test_cls". [INFO :CP0302] chapter-8/8.7--constructor_super.sv:14 Compile class "work@class_tb::test_cls". @@ -734,12 +942,15 @@ [INFO :CP0302] generic/class/class_test_34.sv:7 Compile class "work@zzyyy". +[ERROR:CP0329] chapter-26/26.2--package-decl.sv:11 Multiply defined package: "mypkg", + chapter-26/26.3--package-ref.sv:9 previous definition. + [ERROR:CP0329] generic/desc/desc_test_13.sv:7 Multiply defined package: "foo_pkg", generic/desc/desc_test_14.sv:7 previous definition. -[NOTE :CP0309] chapter-6/6.6.8--interconnect.sv:18 Implicit port type (wire) for "out". +[NOTE :CP0309] chapter-22/22.6--ifdef-behavioral.sv:8 Implicit port type (wire) for "a". -[NOTE :CP0309] chapter-6/6.10--implicit_port_connection.sv:17 Implicit port type (wire) for "c". +[NOTE :CP0309] chapter-6/6.6.8--interconnect.sv:18 Implicit port type (wire) for "out". [ERROR:CP0316] generic/class/class_test_36.sv:8 Undefined package "fedex_pkg". @@ -762,6 +973,8 @@ [TOP] work@while_tb work@while_tb [TOP] work@dowhile_tb work@dowhile_tb [TOP] work@jump_tb work@jump_tb +[TOP] work@mod0 work@mod0 +[TOP] work@and_op work@and_op [TOP] work@topa work@topa [TOP] work@topb work@topb [TOP] work@topc work@topc @@ -787,7 +1000,6 @@ [TOP] work@foo_mod work@foo_mod [TOP] work@module_fpga work@module_fpga [SCO] work@sanity_tb.UNNAMED work@sanity_tb.UNNAMED -[SCO] work@top.UNNAMED work@top.UNNAMED [SCO] work@if_tb.UNNAMED work@if_tb.UNNAMED [SCO] work@case_tb.UNNAMED work@case_tb.UNNAMED [SCO] work@for_tb.UNNAMED work@for_tb.UNNAMED @@ -796,6 +1008,8 @@ [SCO] work@while_tb.UNNAMED work@while_tb.UNNAMED [SCO] work@dowhile_tb.UNNAMED work@dowhile_tb.UNNAMED [SCO] work@jump_tb.UNNAMED work@jump_tb.UNNAMED +[MOD] work@mod1 work@mod0.m +[GAT] work@and work@and_op.a1 [SCO] work@class_tb.UNNAMED work@class_tb.UNNAMED [SCO] work@sequential_tb.UNNAMED work@sequential_tb.UNNAMED [SCO] work@parallel_tb.UNNAMED work@parallel_tb.UNNAMED @@ -841,7 +1055,7 @@ [NOTE :EL0503] sanity.sv:7 Top level module "work@sanity_tb". -[NOTE :EL0503] chapter-11/11.10--string_bit_array.sv:7 Top level module "work@top". +[NOTE :EL0503] chapter-10/10.3.1--net-decl-assignment.sv:7 Top level module "work@top". [NOTE :EL0503] chapter-11/11.3.6--assign_in_expr_inv.sv:7 Top level module "work@MODULE NAME UNKNOWN". @@ -859,7 +1073,11 @@ [NOTE :EL0503] chapter-12/12.7.5--dowhile.sv:7 Top level module "work@dowhile_tb". -[NOTE :EL0503] chapter-12/12.8--break.sv:7 Top level module "work@jump_tb". +[NOTE :EL0503] chapter-12/12.8--break.sv:8 Top level module "work@jump_tb". + +[NOTE :EL0503] chapter-20/20.4--printtimescale-hier.sv:20 Top level module "work@mod0". + +[NOTE :EL0503] chapter-22/22.6--ifdef-behavioral.sv:8 Top level module "work@and_op". [NOTE :EL0503] chapter-5/5.12-attributes-module.sv:8 Top level module "work@topa". @@ -899,7 +1117,7 @@ [NOTE :EL0503] chapter-9/9.3.3--block_start_finish.sv:7 Top level module "work@block_tb". -[NOTE :EL0503] chapter-9/9.4.2.4--event_sequence.sv:7 Top level module "work@seq_tb". +[NOTE :EL0503] chapter-9/9.4.2.4--event_sequence.sv:8 Top level module "work@seq_tb". [NOTE :EL0503] chapter-9/9.6.1--wait_fork.sv:7 Top level module "work@fork_tb". @@ -909,8 +1127,14 @@ [NOTE :EL0503] generic/desc/desc_test_15.sv:7 Top level module "work@module_fpga". -[WARNI:EL0505] chapter-5/5.6--wrong-identifiers.sv:7 Multiply defined module "work@MODULE NAME UNKNOWN", +[WARNI:EL0505] chapter-15/15.4--mailbox-blocking.sv:7 Multiply defined module "work@MODULE NAME UNKNOWN", chapter-11/11.3.6--assign_in_expr_inv.sv:7 previous definition, + chapter-15/15.4--mailbox-non-blocking.sv:7 previous definition, + chapter-16/16.2--assert.sv:7 previous definition, + chapter-16/16.2--cover.sv:7 previous definition, + chapter-22/22.3--resetall_illegal.sv:9 previous definition, + chapter-22/22.5.1--define-expansion_21.sv:10 previous definition, + chapter-5/5.6--wrong-identifiers.sv:7 previous definition, chapter-5/5.7.1--integers-signed-illegal.sv:7 previous definition, chapter-5/5.7.2-real-constants-illegal.sv:7 previous definition, chapter-6/6.9.2--vector_vectored_inv.sv:7 previous definition. @@ -922,7 +1146,7 @@ [WARNI:EL0505] chapter-9/9.3.3--event.sv:7 Multiply defined module "work@block_tb", chapter-9/9.3.3--block_start_finish.sv:7 previous definition, - chapter-9/9.3.3--fork_return.sv:7 previous definition, + chapter-9/9.3.3--fork_return.sv:8 previous definition, chapter-9/9.3.4--block_names_par.sv:7 previous definition, chapter-9/9.3.4--block_names_seq.sv:7 previous definition, chapter-9/9.3.5--statement_labels_par.sv:7 previous definition, @@ -970,39 +1194,39 @@ chapter-8/8.19--instance_constant.sv:7 previous definition, chapter-8/8.20--virtual_method.sv:7 previous definition, chapter-8/8.21--abstract_class.sv:7 previous definition, - chapter-8/8.21--abstract_class_inst.sv:7 previous definition, + chapter-8/8.21--abstract_class_inst.sv:8 previous definition, chapter-8/8.22--dynamic_method_lookup.sv:7 previous definition, chapter-8/8.23--scope_resolution.sv:7 previous definition, chapter-8/8.24--out_of_block_methods.sv:7 previous definition, chapter-8/8.25--parametrized_class_extend.sv:7 previous definition, - chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:7 previous definition, + chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:8 previous definition, chapter-8/8.25.1--parametrized_class_scope_resolution.sv:7 previous definition, chapter-8/8.26.2--implements.sv:7 previous definition, chapter-8/8.26.2--implements_extends.sv:7 previous definition, chapter-8/8.26.2--implements_multiple.sv:7 previous definition, chapter-8/8.26.3--type_access_extends.sv:7 previous definition, - chapter-8/8.26.3--type_access_implements.sv:7 previous definition, - chapter-8/8.26.3--type_access_implements_invalid.sv:7 previous definition, - chapter-8/8.26.4--illegal_forward_def_implements.sv:7 previous definition, - chapter-8/8.26.4--illegal_implements_parameter.sv:7 previous definition, + chapter-8/8.26.3--type_access_implements.sv:8 previous definition, + chapter-8/8.26.3--type_access_implements_invalid.sv:8 previous definition, + chapter-8/8.26.4--illegal_forward_def_implements.sv:8 previous definition, + chapter-8/8.26.4--illegal_implements_parameter.sv:8 previous definition, chapter-8/8.26.5--cast_between_interface_classes.sv:7 previous definition, chapter-8/8.26.5--implemented_class_handle.sv:7 previous definition, - chapter-8/8.26.5--invalid_interface_instantiation.sv:7 previous definition, - chapter-8/8.26.6.1--name_conflict_resolved.sv:7 previous definition, - chapter-8/8.26.6.1--name_conflict_unresolved.sv:7 previous definition, + chapter-8/8.26.5--invalid_interface_instantiation.sv:8 previous definition, + chapter-8/8.26.6.1--name_conflict_resolved.sv:8 previous definition, + chapter-8/8.26.6.1--name_conflict_unresolved.sv:8 previous definition, chapter-8/8.26.6.2--parameter_type_conflict.sv:7 previous definition, - chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:7 previous definition, + chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:8 previous definition, chapter-8/8.26.6.3--diamond_relationship.sv:7 previous definition, - chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:7 previous definition, + chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:8 previous definition, chapter-8/8.26.7--partial_implementation.sv:7 previous definition, chapter-8/8.27--forward_declaration.sv:7 previous definition, chapter-8/8.4--instantiation.sv:7 previous definition, - chapter-8/8.5--parameters.sv:7 previous definition, - chapter-8/8.5--properties.sv:7 previous definition, + chapter-8/8.5--parameters.sv:8 previous definition, + chapter-8/8.5--properties.sv:8 previous definition, chapter-8/8.5--properties_enum.sv:7 previous definition, chapter-8/8.6--methods.sv:7 previous definition, - chapter-8/8.7--constructor.sv:7 previous definition, - chapter-8/8.7--constructor_param.sv:7 previous definition, + chapter-8/8.7--constructor.sv:8 previous definition, + chapter-8/8.7--constructor_param.sv:8 previous definition, chapter-8/8.7--constructor_super.sv:7 previous definition, chapter-8/8.8--typed_constructor.sv:7 previous definition, chapter-8/8.8--typed_constructor_param.sv:7 previous definition, @@ -1035,8 +1259,8 @@ [WARNI:EL0505] chapter-9/9.2.3--final.sv:7 Multiply defined module "work@initial_tb", chapter-9/9.2.1--initial.sv:7 previous definition. -[WARNI:EL0505] chapter-12/12.8--continue.sv:7 Multiply defined module "work@jump_tb", - chapter-12/12.8--break.sv:7 previous definition, +[WARNI:EL0505] chapter-12/12.8--continue.sv:8 Multiply defined module "work@jump_tb", + chapter-12/12.8--break.sv:8 previous definition, chapter-12/12.8--return.sv:7 previous definition, chapter-12/12.8--return_val.sv:7 previous definition. @@ -1049,10 +1273,23 @@ chapter-9/9.7--process_cls_self.sv:7 previous definition, chapter-9/9.7--process_cls_suspend_resume.sv:7 previous definition. -[WARNI:EL0505] chapter-11/11.10.1--string_compare.sv:7 Multiply defined module "work@top", +[WARNI:EL0505] chapter-22/22.6--ifdef-nested.sv:8 Multiply defined module "work@test", + chapter-22/22.6--ifdef-chained-nested.sv:8 previous definition, + chapter-22/22.7--timescale-module.sv:9 previous definition, + chapter-6/6.10--implicit_port_connection.sv:17 previous definition. + +[WARNI:EL0505] chapter-10/10.3.2--cont-assignment.sv:7 Multiply defined module "work@top", + chapter-10/10.3.1--net-decl-assignment.sv:7 previous definition, + chapter-10/10.3.3--cont-assignment-delay.sv:7 previous definition, + chapter-10/10.3.3--cont-assignment-net-delay.sv:7 previous definition, + chapter-10/10.4.1--blocking-assignment.sv:8 previous definition, + chapter-10/10.4.2--non-blocking-assignment.sv:7 previous definition, + chapter-10/10.6.1--assign-deassign.sv:7 previous definition, + chapter-10/10.6.2--force-release.sv:7 previous definition, chapter-11/11.10--string_bit_array.sv:7 previous definition, + chapter-11/11.10.1--string_compare.sv:8 previous definition, chapter-11/11.10.1--string_concat.sv:7 previous definition, - chapter-11/11.10.1--string_copy.sv:7 previous definition, + chapter-11/11.10.1--string_copy.sv:8 previous definition, chapter-11/11.10.3--empty_string.sv:7 previous definition, chapter-11/11.11--min_max_avg_delay.sv:7 previous definition, chapter-11/11.12--let_construct.sv:7 previous definition, @@ -1062,13 +1299,13 @@ chapter-11/11.4.12--concat_op.sv:7 previous definition, chapter-11/11.4.12.1--nested_repl_op.sv:7 previous definition, chapter-11/11.4.12.1--repl_op.sv:7 previous definition, - chapter-11/11.4.12.2--string_concat_op.sv:7 previous definition, - chapter-11/11.4.12.2--string_repl_op.sv:7 previous definition, + chapter-11/11.4.12.2--string_concat_op.sv:8 previous definition, + chapter-11/11.4.12.2--string_repl_op.sv:8 previous definition, chapter-11/11.4.13--set_member.sv:7 previous definition, chapter-11/11.4.14.1--stream_concat.sv:7 previous definition, chapter-11/11.4.14.2--reorder_stream.sv:7 previous definition, chapter-11/11.4.14.3--unpack_stream.sv:7 previous definition, - chapter-11/11.4.14.3--unpack_stream_inv.sv:7 previous definition, + chapter-11/11.4.14.3--unpack_stream_inv.sv:8 previous definition, chapter-11/11.4.14.3--unpack_stream_pad.sv:7 previous definition, chapter-11/11.4.14.4--dynamic_array_stream.sv:7 previous definition, chapter-11/11.4.2--unary_op_dec.sv:7 previous definition, @@ -1083,8 +1320,140 @@ chapter-11/11.7--unsigned_func.sv:7 previous definition, chapter-11/11.9--tagged_union.sv:7 previous definition, chapter-11/11.9--tagged_union_member_access.sv:7 previous definition, - chapter-11/11.9--tagged_union_member_access_inv.sv:7 previous definition, - chapter-5/5.10-structure-arrays-illegal.sv:7 previous definition, + chapter-11/11.9--tagged_union_member_access_inv.sv:8 previous definition, + chapter-13/13.3--task.sv:8 previous definition, + chapter-13/13.3.1--task-automatic.sv:8 previous definition, + chapter-13/13.3.1--task-static.sv:8 previous definition, + chapter-13/13.4--function.sv:8 previous definition, + chapter-13/13.4.1--function-return-assignment.sv:8 previous definition, + chapter-13/13.4.1--function-return.sv:8 previous definition, + chapter-13/13.4.1--function-void-return.sv:8 previous definition, + chapter-13/13.4.2--function-automatic.sv:8 previous definition, + chapter-13/13.4.2--function-static.sv:7 previous definition, + chapter-13/13.4.3--const-function.sv:8 previous definition, + chapter-13/13.4.4--fork-invalid.sv:8 previous definition, + chapter-13/13.4.4--fork-valid.sv:8 previous definition, + chapter-14/14.3--clocking-block-signals.sv:7 previous definition, + chapter-14/14.3--clocking-block.sv:7 previous definition, + chapter-14/14.3--default-clocking-block.sv:7 previous definition, + chapter-14/14.3--global-clocking-block.sv:7 previous definition, + chapter-16/16.12--property-disable-iff.sv:7 previous definition, + chapter-16/16.12--property-disj.sv:7 previous definition, + chapter-16/16.12--property-iff.sv:7 previous definition, + chapter-16/16.12--property-prec.sv:7 previous definition, + chapter-16/16.12--property.sv:7 previous definition, + chapter-16/16.2--assert-final.sv:7 previous definition, + chapter-16/16.2--assert0.sv:7 previous definition, + chapter-16/16.2--assume-final.sv:7 previous definition, + chapter-16/16.2--assume.sv:7 previous definition, + chapter-16/16.2--assume0.sv:7 previous definition, + chapter-16/16.2--cover-final.sv:7 previous definition, + chapter-16/16.2--cover0.sv:7 previous definition, + chapter-20/20.10--error.sv:9 previous definition, + chapter-20/20.10--fatal.sv:9 previous definition, + chapter-20/20.10--info.sv:9 previous definition, + chapter-20/20.10--warning.sv:9 previous definition, + chapter-20/20.15--dist_chi_square.sv:9 previous definition, + chapter-20/20.15--dist_erlang.sv:9 previous definition, + chapter-20/20.15--dist_exponential.sv:9 previous definition, + chapter-20/20.15--dist_normal.sv:9 previous definition, + chapter-20/20.15--dist_poisson.sv:9 previous definition, + chapter-20/20.15--dist_t.sv:9 previous definition, + chapter-20/20.15--dist_uniform.sv:9 previous definition, + chapter-20/20.15--random.sv:9 previous definition, + chapter-20/20.2--exit.sv:7 previous definition, + chapter-20/20.2--finish.sv:7 previous definition, + chapter-20/20.2--stop.sv:7 previous definition, + chapter-20/20.3--realtime.sv:7 previous definition, + chapter-20/20.3--stime.sv:7 previous definition, + chapter-20/20.3--time.sv:7 previous definition, + chapter-20/20.4--printtimescale-hier.sv:11 previous definition, + chapter-20/20.4--printtimescale.sv:11 previous definition, + chapter-20/20.4--timeformat.sv:11 previous definition, + chapter-20/20.5--itor.sv:9 previous definition, + chapter-20/20.5--real-bits-conv.sv:9 previous definition, + chapter-20/20.5--rtoi.sv:9 previous definition, + chapter-20/20.5--shortreal-bits-conv.sv:9 previous definition, + chapter-20/20.6--bits.sv:9 previous definition, + chapter-20/20.6--bits_type.sv:9 previous definition, + chapter-20/20.6--isunbounded.sv:9 previous definition, + chapter-20/20.6--typename.sv:9 previous definition, + chapter-20/20.6--typename_type.sv:9 previous definition, + chapter-20/20.7--array-queries-multi-dim.sv:9 previous definition, + chapter-20/20.7--array-queries.sv:9 previous definition, + chapter-20/20.8--atan2.sv:9 previous definition, + chapter-20/20.8--ceil.sv:9 previous definition, + chapter-20/20.8--clog2.sv:9 previous definition, + chapter-20/20.8--exp.sv:9 previous definition, + chapter-20/20.8--floor.sv:9 previous definition, + chapter-20/20.8--hypot.sv:9 previous definition, + chapter-20/20.8--ln.sv:9 previous definition, + chapter-20/20.8--log10.sv:9 previous definition, + chapter-20/20.8--pow.sv:9 previous definition, + chapter-20/20.8--sqrt.sv:9 previous definition, + chapter-20/20.9--countbits.sv:9 previous definition, + chapter-20/20.9--isunknown.sv:9 previous definition, + chapter-20/20.9--onehot.sv:9 previous definition, + chapter-20/20.9--onehot0.sv:9 previous definition, + chapter-21/21.2--display.sv:8 previous definition, + chapter-21/21.2--monitor.sv:8 previous definition, + chapter-21/21.2--strobe.sv:8 previous definition, + chapter-21/21.2--write.sv:8 previous definition, + chapter-21/21.3--fdisplay.sv:8 previous definition, + chapter-21/21.3--feof.sv:8 previous definition, + chapter-21/21.3--ferror.sv:8 previous definition, + chapter-21/21.3--fflush.sv:8 previous definition, + chapter-21/21.3--fgetc.sv:8 previous definition, + chapter-21/21.3--fgets.sv:8 previous definition, + chapter-21/21.3--file.sv:8 previous definition, + chapter-21/21.3--fmonitor.sv:8 previous definition, + chapter-21/21.3--fpos.sv:8 previous definition, + chapter-21/21.3--fread.sv:8 previous definition, + chapter-21/21.3--fscanf.sv:8 previous definition, + chapter-21/21.3--fstrobe.sv:8 previous definition, + chapter-21/21.3--fwrite.sv:8 previous definition, + chapter-21/21.3--sscanf.sv:8 previous definition, + chapter-21/21.3--ungetc.sv:8 previous definition, + chapter-21/21.4--readmemb.sv:8 previous definition, + chapter-21/21.4--readmemh.sv:8 previous definition, + chapter-21/21.6--test.sv:8 previous definition, + chapter-21/21.6--value.sv:8 previous definition, + chapter-21/21.7--dumpfile.sv:8 previous definition, + chapter-21/21.7--dumpports.sv:8 previous definition, + chapter-22/22.3--resetall_basic.sv:9 previous definition, + chapter-22/22.3--resetall_multiple.sv:12 previous definition, + include_directory/defs.sv:1 previous definition, + dummy_include.sv:1 previous definition, + include_directory/defs.sv:1 previous definition, + chapter-22/22.5.1--define-expansion_1.sv:10 previous definition, + chapter-22/22.5.1--define-expansion_10.sv:10 previous definition, + chapter-22/22.5.1--define-expansion_11.sv:10 previous definition, + chapter-22/22.5.1--define-expansion_12.sv:10 previous definition, + chapter-22/22.5.1--define-expansion_13.sv:10 previous definition, + chapter-22/22.5.1--define-expansion_14.sv:10 previous definition, + chapter-22/22.5.1--define-expansion_15.sv:10 previous definition, + chapter-22/22.5.1--define-expansion_16.sv:10 previous definition, + chapter-22/22.5.1--define-expansion_17.sv:10 previous definition, + chapter-22/22.5.1--define-expansion_18.sv:10 previous definition, + chapter-22/22.5.1--define-expansion_19.sv:10 previous definition, + chapter-22/22.5.1--define-expansion_2.sv:10 previous definition, + chapter-22/22.5.1--define-expansion_20.sv:10 previous definition, + chapter-22/22.5.1--define-expansion_24.sv:8 previous definition, + chapter-22/22.5.1--define-expansion_25.sv:10 previous definition, + chapter-22/22.5.1--define-expansion_26.sv:10 previous definition, + chapter-22/22.5.1--define-expansion_3.sv:10 previous definition, + chapter-22/22.5.1--define-expansion_4.sv:10 previous definition, + chapter-22/22.5.1--define-expansion_5.sv:10 previous definition, + chapter-22/22.5.1--define-expansion_6.sv:10 previous definition, + chapter-22/22.5.1--define-expansion_9.sv:10 previous definition, + chapter-22/22.5.1--define_and_resetall.sv:10 previous definition, + chapter-23/23.2--macromodule-definition.sv:7 previous definition, + chapter-23/23.2--module-definition.sv:7 previous definition, + chapter-24/24.3--program.sv:8 previous definition, + chapter-25/25.3-interface.sv:12 previous definition, + chapter-26/26.2--package-decl.sv:7 previous definition, + chapter-26/26.3--package-ref.sv:17 previous definition, + chapter-5/5.10-structure-arrays-illegal.sv:8 previous definition, chapter-5/5.10-structure-arrays.sv:7 previous definition, chapter-5/5.10-structure-replication.sv:7 previous definition, chapter-5/5.10-structures.sv:7 previous definition, @@ -1117,12 +1486,12 @@ chapter-6/6.10--implicit_port.sv:7 previous definition, chapter-6/6.10--implicit_port_connection.sv:7 previous definition, chapter-6/6.12--real.sv:7 previous definition, - chapter-6/6.12--real_bit_select.sv:7 previous definition, - chapter-6/6.12--real_bit_select_idx.sv:7 previous definition, - chapter-6/6.12--real_edge.sv:7 previous definition, + chapter-6/6.12--real_bit_select.sv:8 previous definition, + chapter-6/6.12--real_bit_select_idx.sv:8 previous definition, + chapter-6/6.12--real_edge.sv:8 previous definition, chapter-6/6.12--realtime.sv:7 previous definition, chapter-6/6.12--shortreal.sv:7 previous definition, - chapter-6/6.13--void.sv:7 previous definition, + chapter-6/6.13--void.sv:8 previous definition, chapter-6/6.14--chandle.sv:7 previous definition, chapter-6/6.16--string.sv:7 previous definition, chapter-6/6.16.1--string_len.sv:7 previous definition, @@ -1147,16 +1516,16 @@ chapter-6/6.18--typedef.sv:7 previous definition, chapter-6/6.19--enum_anon.sv:7 previous definition, chapter-6/6.19--enum_xx.sv:7 previous definition, - chapter-6/6.19--enum_xx_inv.sv:7 previous definition, - chapter-6/6.19--enum_xx_inv_order.sv:7 previous definition, + chapter-6/6.19--enum_xx_inv.sv:8 previous definition, + chapter-6/6.19--enum_xx_inv_order.sv:8 previous definition, chapter-6/6.19.1--enum_typedef.sv:7 previous definition, chapter-6/6.19.2--enum_sequence.sv:7 previous definition, chapter-6/6.19.2--enum_sequence_range.sv:7 previous definition, chapter-6/6.19.3--enum_type_checking.sv:7 previous definition, - chapter-6/6.19.3--enum_type_checking_inv.sv:7 previous definition, + chapter-6/6.19.3--enum_type_checking_inv.sv:8 previous definition, chapter-6/6.19.4--enum_numerical_expr.sv:7 previous definition, chapter-6/6.19.4--enum_numerical_expr_cast.sv:7 previous definition, - chapter-6/6.19.4--enum_numerical_expr_no_cast.sv:7 previous definition, + chapter-6/6.19.4--enum_numerical_expr_no_cast.sv:8 previous definition, chapter-6/6.19.5.1--enum_first.sv:7 previous definition, chapter-6/6.19.5.2--enum_last.sv:7 previous definition, chapter-6/6.19.5.3--enum_next.sv:7 previous definition, @@ -1173,7 +1542,7 @@ chapter-6/6.20.3--parameter_type.sv:7 previous definition, chapter-6/6.20.4--localparam.sv:7 previous definition, chapter-6/6.20.5--specparam.sv:7 previous definition, - chapter-6/6.20.5--specparam_inv.sv:7 previous definition, + chapter-6/6.20.5--specparam_inv.sv:8 previous definition, chapter-6/6.20.6--const.sv:7 previous definition, chapter-6/6.23--type_op.sv:7 previous definition, chapter-6/6.24.1--cast_op.sv:7 previous definition, @@ -1181,9 +1550,9 @@ chapter-6/6.24.2--cast_task.sv:7 previous definition, chapter-6/6.24.3--bitstream_cast.sv:7 previous definition, chapter-6/6.5--variable_assignment.sv:7 previous definition, - chapter-6/6.5--variable_mixed_assignments.sv:7 previous definition, - chapter-6/6.5--variable_multiple_assignments.sv:7 previous definition, - chapter-6/6.5--variable_redeclare.sv:7 previous definition, + chapter-6/6.5--variable_mixed_assignments.sv:8 previous definition, + chapter-6/6.5--variable_multiple_assignments.sv:8 previous definition, + chapter-6/6.5--variable_redeclare.sv:8 previous definition, chapter-6/6.6.7--nettype.sv:7 previous definition, chapter-6/6.6.7--nettype_resolution_fn.sv:7 previous definition, chapter-6/6.6.8--interconnect.sv:7 previous definition, @@ -1191,26 +1560,26 @@ chapter-6/6.9.2--vector_scalared.sv:7 previous definition, chapter-6/6.9.2--vector_vectored.sv:7 previous definition, chapter-7/memories/basic.sv:7 previous definition, - chapter-7/memories/read-write.sv:7 previous definition, + chapter-7/memories/read-write.sv:8 previous definition, chapter-7/queues/basic.sv:7 previous definition, - chapter-7/queues/bounded.sv:7 previous definition, - chapter-7/queues/delete.sv:7 previous definition, - chapter-7/queues/delete_assign.sv:7 previous definition, - chapter-7/queues/insert.sv:7 previous definition, - chapter-7/queues/insert_assign.sv:7 previous definition, - chapter-7/queues/max-size.sv:7 previous definition, - chapter-7/queues/persistence.sv:7 previous definition, - chapter-7/queues/pop_back.sv:7 previous definition, - chapter-7/queues/pop_back_assing.sv:7 previous definition, - chapter-7/queues/pop_front.sv:7 previous definition, - chapter-7/queues/pop_front_assign.sv:7 previous definition, - chapter-7/queues/push_back.sv:7 previous definition, - chapter-7/queues/push_back_assign.sv:7 previous definition, - chapter-7/queues/push_front.sv:7 previous definition, - chapter-7/queues/push_front_assign.sv:7 previous definition, - chapter-7/queues/size.sv:7 previous definition, - chapter-7/queues/slice.sv:7 previous definition, - chapter-7/unions/basic.sv:7 previous definition, + chapter-7/queues/bounded.sv:8 previous definition, + chapter-7/queues/delete.sv:8 previous definition, + chapter-7/queues/delete_assign.sv:8 previous definition, + chapter-7/queues/insert.sv:8 previous definition, + chapter-7/queues/insert_assign.sv:8 previous definition, + chapter-7/queues/max-size.sv:8 previous definition, + chapter-7/queues/persistence.sv:8 previous definition, + chapter-7/queues/pop_back.sv:8 previous definition, + chapter-7/queues/pop_back_assing.sv:8 previous definition, + chapter-7/queues/pop_front.sv:8 previous definition, + chapter-7/queues/pop_front_assign.sv:8 previous definition, + chapter-7/queues/push_back.sv:8 previous definition, + chapter-7/queues/push_back_assign.sv:8 previous definition, + chapter-7/queues/push_front.sv:8 previous definition, + chapter-7/queues/push_front_assign.sv:8 previous definition, + chapter-7/queues/size.sv:8 previous definition, + chapter-7/queues/slice.sv:8 previous definition, + chapter-7/unions/basic.sv:8 previous definition, generated/assignment_op/11.4.1--and_assignment.sv:7 previous definition, generated/assignment_op/11.4.1--arith_shl_assignment.sv:7 previous definition, generated/assignment_op/11.4.1--arith_shr_assignment.sv:7 previous definition, @@ -1224,88 +1593,88 @@ generated/assignment_op/11.4.1--or_assignment.sv:7 previous definition, generated/assignment_op/11.4.1--plus_assignment.sv:7 previous definition, generated/assignment_op/11.4.1--xor_assignment.sv:7 previous definition, - chapter-7/arrays/associative/alloc.sv:7 previous definition, - chapter-7/arrays/associative/arguments.sv:7 previous definition, - chapter-7/arrays/associative/assignment.sv:7 previous definition, + chapter-7/arrays/associative/alloc.sv:8 previous definition, + chapter-7/arrays/associative/arguments.sv:8 previous definition, + chapter-7/arrays/associative/assignment.sv:8 previous definition, chapter-7/arrays/associative/class.sv:7 previous definition, chapter-7/arrays/associative/integral.sv:7 previous definition, - chapter-7/arrays/associative/literals.sv:7 previous definition, - chapter-7/arrays/associative/nonexistent.sv:7 previous definition, + chapter-7/arrays/associative/literals.sv:8 previous definition, + chapter-7/arrays/associative/nonexistent.sv:8 previous definition, chapter-7/arrays/associative/other.sv:7 previous definition, chapter-7/arrays/associative/string.sv:7 previous definition, chapter-7/arrays/associative/wildcard.sv:7 previous definition, chapter-7/arrays/dynamic/basic.sv:7 previous definition, - chapter-7/arrays/dynamic/op-delete.sv:7 previous definition, - chapter-7/arrays/dynamic/op-new.sv:7 previous definition, - chapter-7/arrays/dynamic/op-size.sv:7 previous definition, + chapter-7/arrays/dynamic/op-delete.sv:8 previous definition, + chapter-7/arrays/dynamic/op-new.sv:8 previous definition, + chapter-7/arrays/dynamic/op-size.sv:8 previous definition, chapter-7/arrays/multidimensional/basic.sv:8 previous definition, - chapter-7/arrays/multidimensional/copy.sv:8 previous definition, + chapter-7/arrays/multidimensional/copy.sv:9 previous definition, chapter-7/arrays/multidimensional/multi.sv:8 previous definition, - chapter-7/arrays/multidimensional/subarrays.sv:8 previous definition, + chapter-7/arrays/multidimensional/subarrays.sv:9 previous definition, chapter-7/arrays/packed/basic.sv:7 previous definition, - chapter-7/arrays/packed/equality.sv:7 previous definition, - chapter-7/arrays/packed/onebit.sv:7 previous definition, - chapter-7/arrays/packed/operations.sv:7 previous definition, - chapter-7/arrays/packed/slice-equality.sv:7 previous definition, - chapter-7/arrays/packed/slice.sv:7 previous definition, - chapter-7/arrays/packed/treat-as-integer.sv:7 previous definition, - chapter-7/arrays/packed/variable-slice-zero.sv:7 previous definition, - chapter-7/arrays/packed/variable-slice.sv:7 previous definition, - chapter-7/arrays/unpacked/assignments.sv:7 previous definition, + chapter-7/arrays/packed/equality.sv:8 previous definition, + chapter-7/arrays/packed/onebit.sv:8 previous definition, + chapter-7/arrays/packed/operations.sv:8 previous definition, + chapter-7/arrays/packed/slice-equality.sv:8 previous definition, + chapter-7/arrays/packed/slice.sv:8 previous definition, + chapter-7/arrays/packed/treat-as-integer.sv:8 previous definition, + chapter-7/arrays/packed/variable-slice-zero.sv:8 previous definition, + chapter-7/arrays/packed/variable-slice.sv:8 previous definition, + chapter-7/arrays/unpacked/assignments.sv:8 previous definition, chapter-7/arrays/unpacked/basic.sv:7 previous definition, - chapter-7/arrays/unpacked/equality.sv:7 previous definition, - chapter-7/arrays/unpacked/index.sv:7 previous definition, - chapter-7/arrays/unpacked/onebit.sv:7 previous definition, - chapter-7/arrays/unpacked/operations.sv:7 previous definition, - chapter-7/arrays/unpacked/slice-equality.sv:7 previous definition, - chapter-7/arrays/unpacked/slice.sv:7 previous definition, - chapter-7/arrays/unpacked/subroutines.sv:7 previous definition, - chapter-7/arrays/unpacked/variable-slice.sv:7 previous definition, - chapter-7/structures/packed/basic.sv:7 previous definition, - chapter-7/structures/packed/default-value.sv:7 previous definition, - chapter-7/structures/packed/signed.sv:7 previous definition, - chapter-7/structures/packed/unsigned.sv:7 previous definition, - chapter-7/structures/unpacked/basic.sv:7 previous definition, - chapter-7/structures/unpacked/default-value.sv:7 previous definition, - chapter-7/unions/packed/basic.sv:7 previous definition, - chapter-7/unions/tagged/basic.sv:7 previous definition, - chapter-7/unions/tagged/packed.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find-first-index.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find-first.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find-index.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find-last-index.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find-last.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/max.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/min.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/unique-index.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/unique.sv:7 previous definition, - chapter-7/arrays/associative/methods/delete.sv:7 previous definition, - chapter-7/arrays/associative/methods/exists.sv:7 previous definition, - chapter-7/arrays/associative/methods/first.sv:7 previous definition, - chapter-7/arrays/associative/methods/last.sv:7 previous definition, - chapter-7/arrays/associative/methods/next.sv:7 previous definition, - chapter-7/arrays/associative/methods/num.sv:7 previous definition, - chapter-7/arrays/associative/methods/prev.sv:7 previous definition, - chapter-7/arrays/associative/methods/size.sv:7 previous definition, - chapter-7/arrays/associative/methods/traversal.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/dimensions.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/high.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/increment.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/left.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/low.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/right.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/size.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/unpacked-dimensions.sv:7 previous definition, - chapter-7/arrays/unpacked/ordering-methods/reverse.sv:7 previous definition, - chapter-7/arrays/unpacked/ordering-methods/rsort.sv:7 previous definition, - chapter-7/arrays/unpacked/ordering-methods/shuffle.sv:7 previous definition, - chapter-7/arrays/unpacked/ordering-methods/sort.sv:7 previous definition, - chapter-7/arrays/unpacked/reduction-methods/and.sv:7 previous definition, - chapter-7/arrays/unpacked/reduction-methods/or.sv:7 previous definition, - chapter-7/arrays/unpacked/reduction-methods/product.sv:7 previous definition, - chapter-7/arrays/unpacked/reduction-methods/sum.sv:7 previous definition, - chapter-7/arrays/unpacked/reduction-methods/xor.sv:7 previous definition. + chapter-7/arrays/unpacked/equality.sv:8 previous definition, + chapter-7/arrays/unpacked/index.sv:8 previous definition, + chapter-7/arrays/unpacked/onebit.sv:8 previous definition, + chapter-7/arrays/unpacked/operations.sv:8 previous definition, + chapter-7/arrays/unpacked/slice-equality.sv:8 previous definition, + chapter-7/arrays/unpacked/slice.sv:8 previous definition, + chapter-7/arrays/unpacked/subroutines.sv:8 previous definition, + chapter-7/arrays/unpacked/variable-slice.sv:8 previous definition, + chapter-7/structures/packed/basic.sv:8 previous definition, + chapter-7/structures/packed/default-value.sv:8 previous definition, + chapter-7/structures/packed/signed.sv:8 previous definition, + chapter-7/structures/packed/unsigned.sv:8 previous definition, + chapter-7/structures/unpacked/basic.sv:8 previous definition, + chapter-7/structures/unpacked/default-value.sv:8 previous definition, + chapter-7/unions/packed/basic.sv:8 previous definition, + chapter-7/unions/tagged/basic.sv:8 previous definition, + chapter-7/unions/tagged/packed.sv:8 previous definition, + chapter-7/arrays/associative/locator-methods/find-first-index.sv:8 previous definition, + chapter-7/arrays/associative/locator-methods/find-first.sv:8 previous definition, + chapter-7/arrays/associative/locator-methods/find-index.sv:8 previous definition, + chapter-7/arrays/associative/locator-methods/find-last-index.sv:8 previous definition, + chapter-7/arrays/associative/locator-methods/find-last.sv:8 previous definition, + chapter-7/arrays/associative/locator-methods/find.sv:8 previous definition, + chapter-7/arrays/associative/locator-methods/max.sv:8 previous definition, + chapter-7/arrays/associative/locator-methods/min.sv:8 previous definition, + chapter-7/arrays/associative/locator-methods/unique-index.sv:8 previous definition, + chapter-7/arrays/associative/locator-methods/unique.sv:8 previous definition, + chapter-7/arrays/associative/methods/delete.sv:8 previous definition, + chapter-7/arrays/associative/methods/exists.sv:8 previous definition, + chapter-7/arrays/associative/methods/first.sv:8 previous definition, + chapter-7/arrays/associative/methods/last.sv:8 previous definition, + chapter-7/arrays/associative/methods/next.sv:8 previous definition, + chapter-7/arrays/associative/methods/num.sv:8 previous definition, + chapter-7/arrays/associative/methods/prev.sv:8 previous definition, + chapter-7/arrays/associative/methods/size.sv:8 previous definition, + chapter-7/arrays/associative/methods/traversal.sv:8 previous definition, + chapter-7/arrays/packed/querying-functions/dimensions.sv:8 previous definition, + chapter-7/arrays/packed/querying-functions/high.sv:8 previous definition, + chapter-7/arrays/packed/querying-functions/increment.sv:8 previous definition, + chapter-7/arrays/packed/querying-functions/left.sv:8 previous definition, + chapter-7/arrays/packed/querying-functions/low.sv:8 previous definition, + chapter-7/arrays/packed/querying-functions/right.sv:8 previous definition, + chapter-7/arrays/packed/querying-functions/size.sv:8 previous definition, + chapter-7/arrays/packed/querying-functions/unpacked-dimensions.sv:8 previous definition, + chapter-7/arrays/unpacked/ordering-methods/reverse.sv:8 previous definition, + chapter-7/arrays/unpacked/ordering-methods/rsort.sv:8 previous definition, + chapter-7/arrays/unpacked/ordering-methods/shuffle.sv:8 previous definition, + chapter-7/arrays/unpacked/ordering-methods/sort.sv:8 previous definition, + chapter-7/arrays/unpacked/reduction-methods/and.sv:8 previous definition, + chapter-7/arrays/unpacked/reduction-methods/or.sv:8 previous definition, + chapter-7/arrays/unpacked/reduction-methods/product.sv:8 previous definition, + chapter-7/arrays/unpacked/reduction-methods/sum.sv:8 previous definition, + chapter-7/arrays/unpacked/reduction-methods/xor.sv:8 previous definition. [WARNI:EL0505] chapter-5/5.6.4--compiler-directives-resetall.sv:10 Multiply defined module "work@ts", chapter-5/5.6.4--compiler-directives-pragma.sv:8 previous definition, @@ -1314,17 +1683,17 @@ [NOTE :EL0504] Multiple top level modules in design. -[NOTE :EL0508] Nb Top level modules: 34. +[NOTE :EL0508] Nb Top level modules: 36. -[NOTE :EL0509] Max instance depth: 1. +[NOTE :EL0509] Max instance depth: 2. -[NOTE :EL0510] Nb instances: 34. +[NOTE :EL0510] Nb instances: 38. -[NOTE :EL0511] Nb leaf instances: 17. +[NOTE :EL0511] Nb leaf instances: 20. [NOTE :EL0523] sanity.sv:7 Instance "work@sanity_tb". -[NOTE :EL0523] chapter-11/11.10--string_bit_array.sv:7 Instance "work@top". +[NOTE :EL0523] chapter-10/10.3.1--net-decl-assignment.sv:7 Instance "work@top". [NOTE :EL0523] chapter-12/12.4--if.sv:7 Instance "work@if_tb". @@ -1340,7 +1709,11 @@ [NOTE :EL0523] chapter-12/12.7.5--dowhile.sv:7 Instance "work@dowhile_tb". -[NOTE :EL0523] chapter-12/12.8--break.sv:7 Instance "work@jump_tb". +[NOTE :EL0523] chapter-12/12.8--break.sv:8 Instance "work@jump_tb". + +[NOTE :EL0523] chapter-20/20.4--printtimescale-hier.sv:20 Instance "work@mod0". + +[NOTE :EL0523] chapter-22/22.6--ifdef-behavioral.sv:8 Instance "work@and_op". [NOTE :EL0523] chapter-5/5.12-attributes-module.sv:8 Instance "work@topa". @@ -1380,7 +1753,7 @@ [NOTE :EL0523] chapter-9/9.3.3--block_start_finish.sv:7 Instance "work@block_tb". -[NOTE :EL0523] chapter-9/9.4.2.4--event_sequence.sv:7 Instance "work@seq_tb". +[NOTE :EL0523] chapter-9/9.4.2.4--event_sequence.sv:8 Instance "work@seq_tb". [NOTE :EL0523] chapter-9/9.6.1--wait_fork.sv:7 Instance "work@fork_tb". @@ -1392,8 +1765,6 @@ [NOTE :EL0522] sanity.sv:19 Scope "work@sanity_tb.UNNAMED". -[NOTE :EL0522] chapter-11/11.10--string_bit_array.sv:11 Scope "work@top.UNNAMED". - [NOTE :EL0522] chapter-12/12.4--if.sv:10 Scope "work@if_tb.UNNAMED". [NOTE :EL0522] chapter-12/12.5--case.sv:10 Scope "work@case_tb.UNNAMED". @@ -1408,7 +1779,11 @@ [NOTE :EL0522] chapter-12/12.7.5--dowhile.sv:9 Scope "work@dowhile_tb.UNNAMED". -[NOTE :EL0522] chapter-12/12.8--break.sv:8 Scope "work@jump_tb.UNNAMED". +[NOTE :EL0522] chapter-12/12.8--break.sv:9 Scope "work@jump_tb.UNNAMED". + +[NOTE :EL0523] chapter-20/20.4--printtimescale-hier.sv:21 Instance "work@mod0.m". + +[NOTE :EL0523] chapter-22/22.6--ifdef-behavioral.sv:11 Instance "work@and_op.a1". [NOTE :EL0522] chapter-8/8.10--static_methods.sv:18 Scope "work@class_tb.UNNAMED". @@ -1418,7 +1793,7 @@ [NOTE :EL0522] chapter-9/9.3.3--block_start_finish.sv:9 Scope "work@block_tb.UNNAMED". -[NOTE :EL0522] chapter-9/9.4.2.4--event_sequence.sv:18 Scope "work@seq_tb.UNNAMED". +[NOTE :EL0522] chapter-9/9.4.2.4--event_sequence.sv:19 Scope "work@seq_tb.UNNAMED". [NOTE :EL0522] chapter-9/9.6.1--wait_fork.sv:10 Scope "work@fork_tb.UNNAMED". @@ -1434,21 +1809,21 @@ [NOTE :EL0522] chapter-12/12.7.5--dowhile.sv:11 Scope "work@dowhile_tb.UNNAMED.UNNAMED". -[NOTE :EL0522] chapter-12/12.8--break.sv:9 Scope "work@jump_tb.UNNAMED.UNNAMED". +[NOTE :EL0522] chapter-12/12.8--break.sv:11 Scope "work@jump_tb.UNNAMED.UNNAMED". [NOTE :EL0522] chapter-9/9.3.3--block_start_finish.sv:10 Scope "work@block_tb.UNNAMED.UNNAMED". [NOTE :EL0522] chapter-9/9.3.3--block_start_finish.sv:17 Scope "work@block_tb.UNNAMED.UNNAMED". -[NOTE :EL0522] chapter-9/9.4.2.4--event_sequence.sv:19 Scope "work@seq_tb.UNNAMED.UNNAMED". +[NOTE :EL0522] chapter-9/9.4.2.4--event_sequence.sv:20 Scope "work@seq_tb.UNNAMED.UNNAMED". [NOTE :EL0522] chapter-9/9.6.1--wait_fork.sv:11 Scope "work@fork_tb.UNNAMED.UNNAMED". [NOTE :EL0522] chapter-9/9.7--process_cls_await.sv:14 Scope "work@process_tb.UNNAMED.UNNAMED". -[NOTE :EL0522] chapter-9/9.4.2.4--event_sequence.sv:20 Scope "work@seq_tb.UNNAMED.UNNAMED.UNNAMED". +[NOTE :EL0522] chapter-9/9.4.2.4--event_sequence.sv:21 Scope "work@seq_tb.UNNAMED.UNNAMED.UNNAMED". -[NOTE :EL0522] chapter-9/9.4.2.4--event_sequence.sv:24 Scope "work@seq_tb.UNNAMED.UNNAMED.UNNAMED". +[NOTE :EL0522] chapter-9/9.4.2.4--event_sequence.sv:25 Scope "work@seq_tb.UNNAMED.UNNAMED.UNNAMED". [NOTE :EL0522] chapter-9/9.6.1--wait_fork.sv:12 Scope "work@fork_tb.UNNAMED.UNNAMED.UNNAMED". @@ -1489,14 +1864,14 @@ [WARNI:CP0319] chapter-8/8.26.2--implements_extends.sv:22 Multiply defined class "work@class_tb::Hello", chapter-8/8.26.2--implements.sv:12 previous definition, chapter-8/8.26.2--implements_multiple.sv:16 previous definition, - chapter-8/8.26.3--type_access_implements.sv:13 previous definition, - chapter-8/8.26.3--type_access_implements_invalid.sv:13 previous definition, - chapter-8/8.26.4--illegal_forward_def_implements.sv:10 previous definition, - chapter-8/8.26.4--illegal_implements_parameter.sv:13 previous definition, + chapter-8/8.26.3--type_access_implements.sv:14 previous definition, + chapter-8/8.26.3--type_access_implements_invalid.sv:14 previous definition, + chapter-8/8.26.4--illegal_forward_def_implements.sv:11 previous definition, + chapter-8/8.26.4--illegal_implements_parameter.sv:14 previous definition, chapter-8/8.26.5--cast_between_interface_classes.sv:16 previous definition, chapter-8/8.26.5--implemented_class_handle.sv:12 previous definition, - chapter-8/8.26.6.1--name_conflict_resolved.sv:16 previous definition, - chapter-8/8.26.6.1--name_conflict_unresolved.sv:16 previous definition. + chapter-8/8.26.6.1--name_conflict_resolved.sv:17 previous definition, + chapter-8/8.26.6.1--name_conflict_unresolved.sv:17 previous definition. [WARNI:CP0319] chapter-8/8.18--var_protected.sv:8 Multiply defined class "work@class_tb::a_cls", chapter-8/8.18--var_local.sv:8 previous definition, @@ -1504,7 +1879,7 @@ chapter-8/8.19--instance_constant.sv:8 previous definition, chapter-8/8.22--dynamic_method_lookup.sv:12 previous definition. -[WARNI:CP0319] chapter-8/8.21--abstract_class_inst.sv:8 Multiply defined class "work@class_tb::base_cls", +[WARNI:CP0319] chapter-8/8.21--abstract_class_inst.sv:9 Multiply defined class "work@class_tb::base_cls", chapter-8/8.25--parametrized_class_extend.sv:8 previous definition. [WARNI:CP0319] chapter-8/8.14--override_member.sv:8 Multiply defined class "work@class_tb::super_cls", @@ -1524,16 +1899,16 @@ chapter-8/8.17--constructor_const_arg.sv:14 previous definition, chapter-8/8.20--virtual_method.sv:15 previous definition, chapter-8/8.21--abstract_class.sv:12 previous definition, - chapter-8/8.21--abstract_class_inst.sv:12 previous definition, + chapter-8/8.21--abstract_class_inst.sv:13 previous definition, chapter-8/8.23--scope_resolution.sv:8 previous definition, chapter-8/8.24--out_of_block_methods.sv:8 previous definition, chapter-8/8.4--instantiation.sv:8 previous definition, - chapter-8/8.5--parameters.sv:8 previous definition, - chapter-8/8.5--properties.sv:8 previous definition, + chapter-8/8.5--parameters.sv:9 previous definition, + chapter-8/8.5--properties.sv:9 previous definition, chapter-8/8.5--properties_enum.sv:8 previous definition, chapter-8/8.6--methods.sv:8 previous definition, - chapter-8/8.7--constructor.sv:8 previous definition, - chapter-8/8.7--constructor_param.sv:8 previous definition, + chapter-8/8.7--constructor.sv:9 previous definition, + chapter-8/8.7--constructor_param.sv:9 previous definition, chapter-8/8.7--constructor_super.sv:14 previous definition, chapter-8/8.8--typed_constructor.sv:15 previous definition, chapter-8/8.8--typed_constructor_param.sv:15 previous definition, @@ -1676,13 +2051,13 @@ [ERROR:EL0514] generic/member/class_member_test_52.sv:9 Undefined variable: foo. [ FATAL] : 0 -[ ERROR] : 128 -[WARNING] : 75 -[ NOTE] : 108 +[ ERROR] : 178 +[WARNING] : 83 +[ NOTE] : 114 ******************************************** * End SURELOG SVerilog Compiler/Linter * ******************************************** -8.89user 0.21system 0:09.11elapsed 99%CPU (0avgtext+0avgdata 471572maxresident)k -0inputs+5472outputs (0major+115400minor)pagefaults 0swaps +12.01user 0.35system 0:12.37elapsed 99%CPU (0avgtext+0avgdata 671480maxresident)k +0inputs+7072outputs (0major+165709minor)pagefaults 0swaps
diff --git a/SVIncCompil/Testcases/Google/GoogleMT.log b/SVIncCompil/Testcases/Google/GoogleMT.log deleted file mode 100644 index 44592e8..0000000 --- a/SVIncCompil/Testcases/Google/GoogleMT.log +++ /dev/null
@@ -1,1690 +0,0 @@ -******************************************** -* SURELOG System Verilog Compiler/Linter * -******************************************** - -[INFO :CM0023] Creating log file ./slpp_unit/surelog.log. - -[INFO :CM0024] Executing with 4 threads. - -[INFO :CM0020] Separate compilation-unit mode is on. - -[ERROR:PP0118] chapter-5/5.9.1-string-special-chars.sv:17 Unknown escaped sequence '\1'. - -[ERROR:PP0102] generic/class/class_test_40.sv:8 Unknown macro "uvm_object_registry". - -[ERROR:PP0102] generic/class/class_test_41.sv:8 Unknown macro "uvm_object_utils". - -[ERROR:PP0102] generic/class/class_test_41.sv:9 Unknown macro "uvm_object_registry". - -[ERROR:PP0102] generic/class/class_test_41.sv:10 Unknown macro "uvm_sweets". - -[ERROR:PP0102] generic/class/class_test_41.sv:11 Unknown macro "non_uvm_macro". - -[ERROR:PP0102] generic/class/class_test_41.sv:11 Unknown macro "banana". - -[ERROR:PP0102] generic/class/class_test_42.sv:8 Unknown macro "uvm_object_utils_begin". - -[ERROR:PP0102] generic/class/class_test_42.sv:9 Unknown macro "uvm_object_utils". - -[ERROR:PP0102] generic/class/class_test_42.sv:10 Unknown macro "uvm_object_utils_end". - -[ERROR:PP0102] generic/class/class_test_43.sv:8 Unknown macro "uvm_object_utils_begin". - -[ERROR:PP0102] generic/class/class_test_43.sv:9 Unknown macro "uvm_field_int". - -[ERROR:PP0102] generic/class/class_test_43.sv:10 Unknown macro "uvm_field_int". - -[ERROR:PP0102] generic/class/class_test_43.sv:11 Unknown macro "uvm_field_enum". - -[ERROR:PP0102] generic/class/class_test_43.sv:12 Unknown macro "uvm_object_utils_end". - -[ERROR:PP0102] generic/class/class_test_44.sv:8 Unknown macro "uvm_field_utils_begin". - -[ERROR:PP0102] generic/class/class_test_44.sv:9 Unknown macro "uvm_field_int". - -[ERROR:PP0102] generic/class/class_test_44.sv:10 Unknown macro "uvm_field_real". - -[ERROR:PP0102] generic/class/class_test_44.sv:11 Unknown macro "uvm_field_enum". - -[ERROR:PP0102] generic/class/class_test_44.sv:12 Unknown macro "uvm_field_object". - -[ERROR:PP0102] generic/class/class_test_44.sv:13 Unknown macro "uvm_field_event". - -[ERROR:PP0102] generic/class/class_test_44.sv:14 Unknown macro "uvm_field_string". - -[ERROR:PP0102] generic/class/class_test_44.sv:15 Unknown macro "uvm_field_array_int". - -[ERROR:PP0102] generic/class/class_test_44.sv:16 Unknown macro "uvm_field_sarray_int". - -[ERROR:PP0102] generic/class/class_test_44.sv:17 Unknown macro "uvm_field_aa_int_string". - -[ERROR:PP0102] generic/class/class_test_44.sv:18 Unknown macro "uvm_field_utils_end". - -[ERROR:PP0102] generic/class/class_test_45.sv:8 Unknown macro "uvm_object_param_utils_begin". - -[ERROR:PP0102] generic/class/class_test_45.sv:9 Unknown macro "uvm_field_int". - -[ERROR:PP0102] generic/class/class_test_45.sv:10 Unknown macro "uvm_field_real". - -[ERROR:PP0102] generic/class/class_test_45.sv:11 Unknown macro "uvm_field_enum". - -[ERROR:PP0102] generic/class/class_test_45.sv:12 Unknown macro "uvm_object_utils_end". - -[ERROR:PP0102] generic/class/class_test_46.sv:8 Unknown macro "uvm_component_utils". - -[ERROR:PP0102] generic/class/class_test_46.sv:9 Unknown macro "uvm_component_utils_begin". - -[ERROR:PP0102] generic/class/class_test_46.sv:10 Unknown macro "uvm_field_object". - -[ERROR:PP0102] generic/class/class_test_46.sv:11 Unknown macro "uvm_field_event". - -[ERROR:PP0102] generic/class/class_test_46.sv:12 Unknown macro "uvm_field_string". - -[ERROR:PP0102] generic/class/class_test_46.sv:13 Unknown macro "uvm_component_utils_end". - -[ERROR:PP0102] generic/class/class_test_47.sv:8 Unknown macro "uvm_new_func". - -[ERROR:PP0102] generic/class/class_test_47.sv:9 Unknown macro "uvm_new_func2". - -[ERROR:PP0102] generic/class/class_test_47.sv:10 Unknown macro "uvm_new_func3". - -[WARNI:PP0103] generic/class/class_test_48.sv:8 Undefining an unknown macro "EVIL_MACRO". - -[ERROR:PP0102] generic/member/class_member_test_13.sv:9 Unknown macro "SSS". - -[ERROR:PP0101] generic/preproc/preproc_test_2.sv:7 Cannot open include file "foo.svh". - -[WARNI:PP0113] generic/preproc/preproc_test_5.sv:7 Unused macro argument "a". - -[WARNI:PP0113] generic/preproc/preproc_test_5.sv:7 Unused macro argument "b". - -[WARNI:PP0113] generic/preproc/preproc_test_5.sv:7 Unused macro argument "c". - -[ERROR:PA0207] sanity.sv:14 Syntax error: no viable alternative at input 'syntaxerror\n\twire', - wire clk; - ^-- ./slpp_unit/work/sanity.sv:14 col:1. - -[ERROR:PA0207] chapter-11/11.3.6--assign_in_expr_inv.sv:14 Syntax error: no viable alternative at input 'module top();\n\nint a;\nint b;\nint c;\n\ninitial begin\n\ta = b =', - a = b = c = 5; - ^-- ./slpp_unit/work/chapter-11/11.3.6--assign_in_expr_inv.sv:14 col:7. - -[ERROR:PA0207] chapter-5/5.6--wrong-identifiers.sv:8 Syntax error: no viable alternative at input 'module identifiers();\n reg $', - reg $dollar; - ^-- ./slpp_unit/work/chapter-5/5.6--wrong-identifiers.sv:8 col:6. - -[ERROR:PA0207] chapter-5/5.7.1--integers-signed-illegal.sv:11 Syntax error: no viable alternative at input 'module top();\n logic [7:0] a;\n\n initial begin\n a = 8'd', - a = 8'd-6; - ^-- ./slpp_unit/work/chapter-5/5.7.1--integers-signed-illegal.sv:11 col:10. - -[ERROR:PA0207] chapter-5/5.7.2-real-constants-illegal.sv:11 Syntax error: no viable alternative at input 'module top();\n logic [31:0] a;\n\n initial begin;\n a = .', - a = .12; - ^-- ./slpp_unit/work/chapter-5/5.7.2-real-constants-illegal.sv:11 col:8. - -[ERROR:PA0207] chapter-6/6.9.2--vector_vectored_inv.sv:8 Syntax error: no viable alternative at input 'module top();\n\tlogic vectored', - logic vectored [15:0] a = 0; - ^-- ./slpp_unit/work/chapter-6/6.9.2--vector_vectored_inv.sv:8 col:7. - -[ERROR:PA0203] generic/class/class_test_40.sv:8 Unknown macro "uvm_object_registry". - -[ERROR:PA0203] generic/class/class_test_41.sv:8 Unknown macro "uvm_object_utils". - -[ERROR:PA0203] generic/class/class_test_41.sv:9 Unknown macro "uvm_object_registry". - -[ERROR:PA0203] generic/class/class_test_41.sv:10 Unknown macro "uvm_sweets". - -[ERROR:PA0203] generic/class/class_test_41.sv:11 Unknown macro "non_uvm_macro". - -[ERROR:PA0203] generic/class/class_test_42.sv:8 Unknown macro "uvm_object_utils_begin". - -[ERROR:PA0203] generic/class/class_test_42.sv:9 Unknown macro "uvm_object_utils". - -[ERROR:PA0203] generic/class/class_test_42.sv:10 Unknown macro "uvm_object_utils_end". - -[ERROR:PA0203] generic/class/class_test_43.sv:8 Unknown macro "uvm_object_utils_begin". - -[ERROR:PA0203] generic/class/class_test_43.sv:9 Unknown macro "uvm_field_int". - -[ERROR:PA0203] generic/class/class_test_43.sv:10 Unknown macro "uvm_field_int". - -[ERROR:PA0203] generic/class/class_test_43.sv:11 Unknown macro "uvm_field_enum". - -[ERROR:PA0203] generic/class/class_test_43.sv:12 Unknown macro "uvm_object_utils_end". - -[ERROR:PA0203] generic/class/class_test_44.sv:8 Unknown macro "uvm_field_utils_begin". - -[ERROR:PA0203] generic/class/class_test_44.sv:9 Unknown macro "uvm_field_int". - -[ERROR:PA0203] generic/class/class_test_44.sv:10 Unknown macro "uvm_field_real". - -[ERROR:PA0203] generic/class/class_test_44.sv:11 Unknown macro "uvm_field_enum". - -[ERROR:PA0203] generic/class/class_test_44.sv:12 Unknown macro "uvm_field_object". - -[ERROR:PA0203] generic/class/class_test_44.sv:13 Unknown macro "uvm_field_event". - -[ERROR:PA0203] generic/class/class_test_44.sv:14 Unknown macro "uvm_field_string". - -[ERROR:PA0203] generic/class/class_test_44.sv:15 Unknown macro "uvm_field_array_int". - -[ERROR:PA0203] generic/class/class_test_44.sv:16 Unknown macro "uvm_field_sarray_int". - -[ERROR:PA0203] generic/class/class_test_44.sv:17 Unknown macro "uvm_field_aa_int_string". - -[ERROR:PA0203] generic/class/class_test_44.sv:18 Unknown macro "uvm_field_utils_end". - -[ERROR:PA0203] generic/class/class_test_45.sv:8 Unknown macro "uvm_object_param_utils_begin". - -[ERROR:PA0203] generic/class/class_test_45.sv:9 Unknown macro "uvm_field_int". - -[ERROR:PA0203] generic/class/class_test_45.sv:10 Unknown macro "uvm_field_real". - -[ERROR:PA0203] generic/class/class_test_45.sv:11 Unknown macro "uvm_field_enum". - -[ERROR:PA0203] generic/class/class_test_45.sv:12 Unknown macro "uvm_object_utils_end". - -[ERROR:PA0203] generic/class/class_test_46.sv:8 Unknown macro "uvm_component_utils". - -[ERROR:PA0203] generic/class/class_test_46.sv:9 Unknown macro "uvm_component_utils_begin". - -[ERROR:PA0203] generic/class/class_test_46.sv:10 Unknown macro "uvm_field_object". - -[ERROR:PA0203] generic/class/class_test_46.sv:11 Unknown macro "uvm_field_event". - -[ERROR:PA0203] generic/class/class_test_46.sv:12 Unknown macro "uvm_field_string". - -[ERROR:PA0203] generic/class/class_test_46.sv:13 Unknown macro "uvm_component_utils_end". - -[ERROR:PA0203] generic/class/class_test_47.sv:8 Unknown macro "uvm_new_func". - -[ERROR:PA0203] generic/class/class_test_47.sv:9 Unknown macro "uvm_new_func2". - -[ERROR:PA0203] generic/class/class_test_47.sv:10 Unknown macro "uvm_new_func3". - -[ERROR:PA0207] generic/member/class_member_test_13.sv:9 Syntax error: no viable alternative at input '= SURELOG_MACRO_NOT_DEFINED:SSS!!!', - protected const int countess = SURELOG_MACRO_NOT_DEFINED:SSS!!! ; - ^-- ./slpp_unit/work/generic/member/class_member_test_13.sv:9 col:33. - -[WARNI:PA0205] sanity.sv:7 No timescale set for "sanity_tb". - -[WARNI:PA0205] chapter-11/11.10--string_bit_array.sv:7 No timescale set for "top". - -[WARNI:PA0205] chapter-11/11.3.6--assign_in_expr_inv.sv:7 No timescale set for "MODULE NAME UNKNOWN". - -[WARNI:PA0205] chapter-12/12.4--if.sv:7 No timescale set for "if_tb". - -[WARNI:PA0205] chapter-12/12.5--case.sv:7 No timescale set for "case_tb". - -[WARNI:PA0205] chapter-12/12.7.1--for.sv:7 No timescale set for "for_tb". - -[WARNI:PA0205] chapter-12/12.7.2--repeat.sv:7 No timescale set for "repeat_tb". - -[WARNI:PA0205] chapter-12/12.7.3--foreach.sv:7 No timescale set for "foreach_tb". - -[WARNI:PA0205] chapter-12/12.7.4--while.sv:7 No timescale set for "while_tb". - -[WARNI:PA0205] chapter-12/12.7.5--dowhile.sv:7 No timescale set for "dowhile_tb". - -[WARNI:PA0205] chapter-12/12.8--break.sv:7 No timescale set for "jump_tb". - -[WARNI:PA0205] chapter-5/5.12-attributes-module.sv:8 No timescale set for "topa". - -[WARNI:PA0205] chapter-5/5.12-attributes-module.sv:12 No timescale set for "topb". - -[WARNI:PA0205] chapter-5/5.12-attributes-module.sv:16 No timescale set for "topc". - -[WARNI:PA0205] chapter-5/5.4--coments.sv:7 No timescale set for "empty". - -[WARNI:PA0205] chapter-5/5.6--identifiers.sv:7 No timescale set for "identifiers". - -[WARNI:PA0205] chapter-5/5.6.3--system-functions.sv:7 No timescale set for "systemfn". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-begin-keywords.sv:10 No timescale set for "b_kw". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-celldefine.sv:9 No timescale set for "cd". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-celldefine.sv:13 No timescale set for "ncd". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-debug-line.sv:8 No timescale set for "directives". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-default-nettype.sv:10 No timescale set for "dn". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-define.sv:14 No timescale set for "d". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-pragma.sv:8 No timescale set for "ts". - -[WARNI:PA0205] chapter-6/6.10--implicit_port_connection.sv:17 No timescale set for "test". - -[WARNI:PA0205] chapter-6/6.6.8--interconnect.sv:14 No timescale set for "mod_i". - -[WARNI:PA0205] chapter-6/6.6.8--interconnect.sv:18 No timescale set for "mod_o". - -[WARNI:PA0205] chapter-8/8.10--static_methods.sv:7 No timescale set for "class_tb". - -[WARNI:PA0205] chapter-9/9.2.1--initial.sv:7 No timescale set for "initial_tb". - -[WARNI:PA0205] chapter-9/9.2.2.1--always.sv:7 No timescale set for "always_tb". - -[WARNI:PA0205] chapter-9/9.3.1--sequential_block.sv:7 No timescale set for "sequential_tb". - -[WARNI:PA0205] chapter-9/9.3.2--parallel_block_join.sv:7 No timescale set for "parallel_tb". - -[WARNI:PA0205] chapter-9/9.3.3--block_start_finish.sv:7 No timescale set for "block_tb". - -[WARNI:PA0205] chapter-9/9.4.2.4--event_sequence.sv:7 No timescale set for "seq_tb". - -[WARNI:PA0205] chapter-9/9.6.1--wait_fork.sv:7 No timescale set for "fork_tb". - -[WARNI:PA0205] chapter-9/9.7--process_cls_await.sv:7 No timescale set for "process_tb". - -[WARNI:PA0205] generic/desc/desc_test_13.sv:7 No timescale set for "foo_pkg". - -[WARNI:PA0205] generic/desc/desc_test_14.sv:9 No timescale set for "foo_mod". - -[WARNI:PA0205] generic/desc/desc_test_15.sv:7 No timescale set for "module_fpga". - -[INFO :CP0300] Compilation... - -[INFO :CP0301] generic/desc/desc_test_13.sv:7 Compile package "foo_pkg". - -[INFO :CP0301] generic/desc/desc_test_14.sv:7 Compile package "foo_pkg". - -[INFO :CP0303] chapter-9/9.2.2.1--always.sv:7 Compile module "work@always_tb". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-begin-keywords.sv:10 Compile module "work@b_kw". - -[INFO :CP0303] chapter-9/9.3.3--block_start_finish.sv:7 Compile module "work@block_tb". - -[INFO :CP0303] chapter-12/12.5--case.sv:7 Compile module "work@case_tb". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-celldefine.sv:9 Compile module "work@cd". - -[INFO :CP0303] chapter-8/8.10--static_methods.sv:7 Compile module "work@class_tb". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-define.sv:14 Compile module "work@d". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-debug-line.sv:8 Compile module "work@directives". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-default-nettype.sv:10 Compile module "work@dn". - -[INFO :CP0303] chapter-12/12.7.5--dowhile.sv:7 Compile module "work@dowhile_tb". - -[INFO :CP0303] chapter-5/5.4--coments.sv:7 Compile module "work@empty". - -[INFO :CP0303] generic/desc/desc_test_14.sv:9 Compile module "work@foo_mod". - -[INFO :CP0303] chapter-12/12.7.1--for.sv:7 Compile module "work@for_tb". - -[INFO :CP0303] chapter-12/12.7.3--foreach.sv:7 Compile module "work@foreach_tb". - -[INFO :CP0303] chapter-9/9.6.1--wait_fork.sv:7 Compile module "work@fork_tb". - -[INFO :CP0303] chapter-5/5.6--identifiers.sv:7 Compile module "work@identifiers". - -[INFO :CP0303] chapter-12/12.4--if.sv:7 Compile module "work@if_tb". - -[INFO :CP0303] chapter-9/9.2.1--initial.sv:7 Compile module "work@initial_tb". - -[INFO :CP0303] chapter-12/12.8--break.sv:7 Compile module "work@jump_tb". - -[INFO :CP0303] chapter-6/6.6.8--interconnect.sv:14 Compile module "work@mod_i". - -[INFO :CP0303] chapter-6/6.6.8--interconnect.sv:18 Compile module "work@mod_o". - -[INFO :CP0303] generic/desc/desc_test_15.sv:7 Compile module "work@module_fpga". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-celldefine.sv:13 Compile module "work@ncd". - -[INFO :CP0303] chapter-9/9.3.2--parallel_block_join.sv:7 Compile module "work@parallel_tb". - -[INFO :CP0303] chapter-9/9.7--process_cls_await.sv:7 Compile module "work@process_tb". - -[INFO :CP0303] chapter-12/12.7.2--repeat.sv:7 Compile module "work@repeat_tb". - -[INFO :CP0303] sanity.sv:7 Compile module "work@sanity_tb". - -[INFO :CP0303] chapter-9/9.4.2.4--event_sequence.sv:7 Compile module "work@seq_tb". - -[INFO :CP0303] chapter-9/9.3.1--sequential_block.sv:7 Compile module "work@sequential_tb". - -[INFO :CP0303] chapter-5/5.6.3--system-functions.sv:7 Compile module "work@systemfn". - -[INFO :CP0303] chapter-6/6.10--implicit_port_connection.sv:17 Compile module "work@test". - -[INFO :CP0303] chapter-11/11.10--string_bit_array.sv:7 Compile module "work@top". - -[INFO :CP0303] chapter-5/5.12-attributes-module.sv:8 Compile module "work@topa". - -[INFO :CP0303] chapter-5/5.12-attributes-module.sv:12 Compile module "work@topb". - -[INFO :CP0303] chapter-5/5.12-attributes-module.sv:16 Compile module "work@topc". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-pragma.sv:8 Compile module "work@ts". - -[INFO :CP0303] chapter-12/12.7.4--while.sv:7 Compile module "work@while_tb". - -[INFO :CP0302] generic/class/class_test_55.sv:7 Compile class "work@Driver". - -[INFO :CP0302] generic/class/class_test_56.sv:7 Compile class "work@Driver". - -[INFO :CP0302] generic/class/class_test_1.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_11.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_12.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_13.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_14.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_16.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_17.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_18.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_19.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_2.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_20.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_21.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_22.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_23.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_24.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_25.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_26.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_27.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_28.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_29.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_3.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_30.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_4.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_5.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_6.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_7.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_8.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_9.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/member/class_member_test_1.sv:7 Compile class "work@c". - -[INFO :CP0302] chapter-8/8.27--forward_declaration.sv:10 Compile class "work@class_tb::C1". - -[INFO :CP0302] chapter-8/8.27--forward_declaration.sv:14 Compile class "work@class_tb::C2". - -[INFO :CP0302] chapter-8/8.26.2--implements.sv:12 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.2--implements_extends.sv:22 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.2--implements_multiple.sv:16 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.3--type_access_implements.sv:13 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.3--type_access_implements_invalid.sv:13 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.4--illegal_forward_def_implements.sv:10 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.4--illegal_implements_parameter.sv:13 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.5--cast_between_interface_classes.sv:16 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.5--implemented_class_handle.sv:12 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.6.1--name_conflict_resolved.sv:16 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.6.1--name_conflict_unresolved.sv:16 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.18--var_local.sv:8 Compile class "work@class_tb::a_cls". - -[INFO :CP0302] chapter-8/8.18--var_protected.sv:8 Compile class "work@class_tb::a_cls". - -[INFO :CP0302] chapter-8/8.19--global_constant.sv:8 Compile class "work@class_tb::a_cls". - -[INFO :CP0302] chapter-8/8.19--instance_constant.sv:8 Compile class "work@class_tb::a_cls". - -[INFO :CP0302] chapter-8/8.22--dynamic_method_lookup.sv:12 Compile class "work@class_tb::a_cls". - -[INFO :CP0302] chapter-8/8.22--dynamic_method_lookup.sv:18 Compile class "work@class_tb::b_cls". - -[INFO :CP0302] chapter-8/8.26.2--implements_extends.sv:16 Compile class "work@class_tb::base". - -[INFO :CP0302] chapter-8/8.21--abstract_class.sv:8 Compile class "work@class_tb::base_cls". - -[INFO :CP0302] chapter-8/8.21--abstract_class_inst.sv:8 Compile class "work@class_tb::base_cls". - -[INFO :CP0302] chapter-8/8.22--dynamic_method_lookup.sv:8 Compile class "work@class_tb::base_cls". - -[INFO :CP0302] chapter-8/8.25--parametrized_class_extend.sv:8 Compile class "work@class_tb::base_cls". - -[INFO :CP0302] chapter-8/8.22--dynamic_method_lookup.sv:24 Compile class "work@class_tb::c_cls". - -[INFO :CP0302] chapter-8/8.25--parametrized_class_extend.sv:12 Compile class "work@class_tb::ext_cls". - -[INFO :CP0302] chapter-8/8.26.7--partial_implementation.sv:20 Compile class "work@class_tb::helloworld". - -[INFO :CP0302] chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:9 Compile class "work@class_tb::par_cls". - -[INFO :CP0302] chapter-8/8.25.1--parametrized_class_scope_resolution.sv:9 Compile class "work@class_tb::par_cls". - -[INFO :CP0302] chapter-8/8.13--inheritance.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.14--override_member.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.15--super.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.17--constructor_const_arg.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.20--virtual_method.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.7--constructor_super.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.8--typed_constructor.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.8--typed_constructor_param.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.10--static_methods.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.11--this.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.12--assignment.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.12--shallow_copy.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.13--inheritance.sv:18 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.14--override_member.sv:18 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.15--super.sv:18 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.17--constructor_const_arg.sv:14 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.20--virtual_method.sv:15 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.21--abstract_class.sv:12 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.21--abstract_class_inst.sv:12 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.23--scope_resolution.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.24--out_of_block_methods.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.4--instantiation.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.5--parameters.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.5--properties.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.5--properties_enum.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.6--methods.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.7--constructor.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.7--constructor_param.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.7--constructor_super.sv:14 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.8--typed_constructor.sv:15 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.8--typed_constructor_param.sv:15 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.9--static_properties.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.26.7--partial_implementation.sv:13 Compile class "work@class_tb::vhello". - -[INFO :CP0302] generic/member/class_member_test_39.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_40.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_41.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_42.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_43.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_44.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_45.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_46.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/class/class_test_54.sv:7 Compile class "work@event_calendar". - -[INFO :CP0302] generic/class/class_test_57.sv:7 Compile class "work@fields_with_modifiers". - -[INFO :CP0302] generic/class/class_test_58.sv:7 Compile class "work@fields_with_modifiers". - -[INFO :CP0302] generic/class/class_test_36.sv:7 Compile class "work@foo". - -[INFO :CP0302] generic/class/class_test_37.sv:7 Compile class "work@foo". - -[INFO :CP0302] generic/member/class_member_test_57.sv:7 Compile class "work@foo_class". - -[INFO :CP0302] generic/member/class_member_test_47.sv:7 Compile class "work@fun_with_typedef_members". - -[INFO :CP0302] generic/class/class_test_51.sv:7 Compile class "work@how_wide". - -[INFO :CP0302] generic/class/class_test_52.sv:7 Compile class "work@how_wide". - -[INFO :CP0302] generic/class/class_test_40.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_41.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_42.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_43.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_44.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_45.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_46.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_47.sv:7 Compile class "work@macros_id_as_call". - -[INFO :CP0302] generic/member/class_member_test_0.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_11.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_14.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_15.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_16.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_17.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_18.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_19.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_2.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_20.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_21.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_23.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_24.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_25.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_26.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_27.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_28.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_29.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_3.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_30.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_31.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_32.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_34.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_35.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_36.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_37.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_38.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_4.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_48.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_49.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_5.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_50.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_51.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_52.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_53.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_54.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_55.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_56.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_58.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_6.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_7.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_8.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_9.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_10.sv:7 Compile class "work@outerclass". - -[INFO :CP0302] generic/member/class_member_test_10.sv:8 Compile class "work@outerclass::innerclass". - -[INFO :CP0302] generic/member/class_member_test_10.sv:9 Compile class "work@outerclass::innerclass::reallyinnerclass". - -[INFO :CP0302] generic/class/class_test_53.sv:7 Compile class "work@param_types_as_class_item". - -[INFO :CP0302] generic/class/class_test_49.sv:7 Compile class "work@params_as_class_item". - -[INFO :CP0302] generic/class/class_test_48.sv:7 Compile class "work@pp_as_class_item". - -[INFO :CP0302] generic/class/class_test_59.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_60.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_61.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_62.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_63.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_64.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_65.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_66.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_67.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_68.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_69.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/member/class_member_test_13.sv:7 Compile class "work@protected_stuff". - -[INFO :CP0302] generic/member/class_member_test_12.sv:7 Compile class "work@semaphore". - -[INFO :CP0302] generic/class/class_test_0.sv:7 Compile class "work@semicolon_classy". - -[INFO :CP0302] chapter-7/arrays/associative/class.sv:9 Compile class "work@top::C". - -[INFO :CP0302] chapter-6/6.20.6--const.sv:8 Compile class "work@top::test_cls". - -[INFO :CP0302] generic/class/class_test_32.sv:7 Compile class "work@zzxx". - -[INFO :CP0302] generic/class/class_test_35.sv:7 Compile class "work@zzxx". - -[INFO :CP0302] generic/class/class_test_33.sv:7 Compile class "work@zzxy". - -[INFO :CP0302] generic/class/class_test_34.sv:7 Compile class "work@zzyyy". - -[ERROR:CP0329] generic/desc/desc_test_13.sv:7 Multiply defined package: "foo_pkg", - generic/desc/desc_test_14.sv:7 previous definition. - -[NOTE :CP0309] chapter-6/6.6.8--interconnect.sv:18 Implicit port type (wire) for "out". - -[NOTE :CP0309] chapter-6/6.10--implicit_port_connection.sv:17 Implicit port type (wire) for "c". - -[ERROR:CP0316] generic/class/class_test_36.sv:8 Undefined package "fedex_pkg". - -[ERROR:CP0316] generic/class/class_test_36.sv:9 Undefined package "fedex_pkg". - -[ERROR:CP0316] generic/class/class_test_37.sv:8 Undefined package "fedex_pkg". - -[ERROR:CP0316] generic/class/class_test_37.sv:9 Undefined package "fedex_pkg". - -[INFO :EL0526] Design Elaboration... - -Instance tree: -[TOP] work@sanity_tb work@sanity_tb -[TOP] work@top work@top -[TOP] work@if_tb work@if_tb -[TOP] work@case_tb work@case_tb -[TOP] work@for_tb work@for_tb -[TOP] work@repeat_tb work@repeat_tb -[TOP] work@foreach_tb work@foreach_tb -[TOP] work@while_tb work@while_tb -[TOP] work@dowhile_tb work@dowhile_tb -[TOP] work@jump_tb work@jump_tb -[TOP] work@topa work@topa -[TOP] work@topb work@topb -[TOP] work@topc work@topc -[TOP] work@empty work@empty -[TOP] work@identifiers work@identifiers -[TOP] work@systemfn work@systemfn -[TOP] work@b_kw work@b_kw -[TOP] work@cd work@cd -[TOP] work@ncd work@ncd -[TOP] work@directives work@directives -[TOP] work@dn work@dn -[TOP] work@d work@d -[TOP] work@ts work@ts -[TOP] work@class_tb work@class_tb -[TOP] work@initial_tb work@initial_tb -[TOP] work@always_tb work@always_tb -[TOP] work@sequential_tb work@sequential_tb -[TOP] work@parallel_tb work@parallel_tb -[TOP] work@block_tb work@block_tb -[TOP] work@seq_tb work@seq_tb -[TOP] work@fork_tb work@fork_tb -[TOP] work@process_tb work@process_tb -[TOP] work@foo_mod work@foo_mod -[TOP] work@module_fpga work@module_fpga -[SCO] work@sanity_tb.UNNAMED work@sanity_tb.UNNAMED -[SCO] work@top.UNNAMED work@top.UNNAMED -[SCO] work@if_tb.UNNAMED work@if_tb.UNNAMED -[SCO] work@case_tb.UNNAMED work@case_tb.UNNAMED -[SCO] work@for_tb.UNNAMED work@for_tb.UNNAMED -[SCO] work@repeat_tb.UNNAMED work@repeat_tb.UNNAMED -[SCO] work@foreach_tb.UNNAMED work@foreach_tb.UNNAMED -[SCO] work@while_tb.UNNAMED work@while_tb.UNNAMED -[SCO] work@dowhile_tb.UNNAMED work@dowhile_tb.UNNAMED -[SCO] work@jump_tb.UNNAMED work@jump_tb.UNNAMED -[SCO] work@class_tb.UNNAMED work@class_tb.UNNAMED -[SCO] work@sequential_tb.UNNAMED work@sequential_tb.UNNAMED -[SCO] work@parallel_tb.UNNAMED work@parallel_tb.UNNAMED -[SCO] work@block_tb.UNNAMED work@block_tb.UNNAMED -[SCO] work@seq_tb.UNNAMED work@seq_tb.UNNAMED -[SCO] work@fork_tb.UNNAMED work@fork_tb.UNNAMED -[SCO] work@process_tb.UNNAMED work@process_tb.UNNAMED -[SCO] work@process_tb.UNNAMED work@process_tb.UNNAMED -[SCO] work@sanity_tb.UNNAMED.UNNAMED work@sanity_tb.UNNAMED.UNNAMED -[SCO] work@sanity_tb.UNNAMED.UNNAMED work@sanity_tb.UNNAMED.UNNAMED -[SCO] work@while_tb.UNNAMED.UNNAMED work@while_tb.UNNAMED.UNNAMED -[SCO] work@dowhile_tb.UNNAMED.UNNAMED work@dowhile_tb.UNNAMED.UNNAMED -[SCO] work@jump_tb.UNNAMED.UNNAMED work@jump_tb.UNNAMED.UNNAMED -[SCO] work@block_tb.UNNAMED.UNNAMED work@block_tb.UNNAMED.UNNAMED -[SCO] work@block_tb.UNNAMED.UNNAMED work@block_tb.UNNAMED.UNNAMED -[SCO] work@seq_tb.UNNAMED.UNNAMED work@seq_tb.UNNAMED.UNNAMED -[SCO] work@fork_tb.UNNAMED.UNNAMED work@fork_tb.UNNAMED.UNNAMED -[SCO] work@process_tb.UNNAMED.UNNAMED work@process_tb.UNNAMED.UNNAMED -[SCO] work@seq_tb.UNNAMED.UNNAMED.UNNAMED work@seq_tb.UNNAMED.UNNAMED.UNNAMED -[SCO] work@seq_tb.UNNAMED.UNNAMED.UNNAMED work@seq_tb.UNNAMED.UNNAMED.UNNAMED -[SCO] work@fork_tb.UNNAMED.UNNAMED.UNNAMED work@fork_tb.UNNAMED.UNNAMED.UNNAMED -[SCO] work@fork_tb.UNNAMED.UNNAMED.UNNAMED work@fork_tb.UNNAMED.UNNAMED.UNNAMED - -[ERROR:CP0317] generic/class/class_test_31.sv:7 Undefined type "myclass_fwd". - -[ERROR:CP0317] generic/enum/enum_test_0.sv:7 Undefined type "myenum_fwd". - -[ERROR:CP0317] generic/struct/struct_test_0.sv:7 Undefined type "mystruct_fwd". - -[ERROR:CP0317] generic/typedef/typedef_test_10.sv:7 Undefined type "data_t". - -[ERROR:CP0317] generic/typedef/typedef_test_11.sv:7 Undefined type "data_t". - -[ERROR:CP0317] generic/typedef/typedef_test_12.sv:7 Undefined type "data_t". - -[ERROR:CP0317] generic/typedef/typedef_test_13.sv:7 Undefined type "data_t". - -[ERROR:CP0317] generic/typedef/typedef_test_8.sv:7 Undefined type "some_other_type". - -[ERROR:CP0317] generic/typedef/typedef_test_9.sv:7 Undefined type "data_t". - -[ERROR:CP0317] generic/union/union_test_0.sv:7 Undefined type "myunion_fwd". - -[NOTE :EL0503] sanity.sv:7 Top level module "work@sanity_tb". - -[NOTE :EL0503] chapter-11/11.10--string_bit_array.sv:7 Top level module "work@top". - -[NOTE :EL0503] chapter-11/11.3.6--assign_in_expr_inv.sv:7 Top level module "work@MODULE NAME UNKNOWN". - -[NOTE :EL0503] chapter-12/12.4--if.sv:7 Top level module "work@if_tb". - -[NOTE :EL0503] chapter-12/12.5--case.sv:7 Top level module "work@case_tb". - -[NOTE :EL0503] chapter-12/12.7.1--for.sv:7 Top level module "work@for_tb". - -[NOTE :EL0503] chapter-12/12.7.2--repeat.sv:7 Top level module "work@repeat_tb". - -[NOTE :EL0503] chapter-12/12.7.3--foreach.sv:7 Top level module "work@foreach_tb". - -[NOTE :EL0503] chapter-12/12.7.4--while.sv:7 Top level module "work@while_tb". - -[NOTE :EL0503] chapter-12/12.7.5--dowhile.sv:7 Top level module "work@dowhile_tb". - -[NOTE :EL0503] chapter-12/12.8--break.sv:7 Top level module "work@jump_tb". - -[NOTE :EL0503] chapter-5/5.12-attributes-module.sv:8 Top level module "work@topa". - -[NOTE :EL0503] chapter-5/5.12-attributes-module.sv:12 Top level module "work@topb". - -[NOTE :EL0503] chapter-5/5.12-attributes-module.sv:16 Top level module "work@topc". - -[NOTE :EL0503] chapter-5/5.4--coments.sv:7 Top level module "work@empty". - -[NOTE :EL0503] chapter-5/5.6--identifiers.sv:7 Top level module "work@identifiers". - -[NOTE :EL0503] chapter-5/5.6.3--system-functions.sv:7 Top level module "work@systemfn". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-begin-keywords.sv:10 Top level module "work@b_kw". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-celldefine.sv:9 Top level module "work@cd". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-celldefine.sv:13 Top level module "work@ncd". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-debug-line.sv:8 Top level module "work@directives". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-default-nettype.sv:10 Top level module "work@dn". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-define.sv:14 Top level module "work@d". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-pragma.sv:8 Top level module "work@ts". - -[NOTE :EL0503] chapter-8/8.10--static_methods.sv:7 Top level module "work@class_tb". - -[NOTE :EL0503] chapter-9/9.2.1--initial.sv:7 Top level module "work@initial_tb". - -[NOTE :EL0503] chapter-9/9.2.2.1--always.sv:7 Top level module "work@always_tb". - -[NOTE :EL0503] chapter-9/9.3.1--sequential_block.sv:7 Top level module "work@sequential_tb". - -[NOTE :EL0503] chapter-9/9.3.2--parallel_block_join.sv:7 Top level module "work@parallel_tb". - -[NOTE :EL0503] chapter-9/9.3.3--block_start_finish.sv:7 Top level module "work@block_tb". - -[NOTE :EL0503] chapter-9/9.4.2.4--event_sequence.sv:7 Top level module "work@seq_tb". - -[NOTE :EL0503] chapter-9/9.6.1--wait_fork.sv:7 Top level module "work@fork_tb". - -[NOTE :EL0503] chapter-9/9.7--process_cls_await.sv:7 Top level module "work@process_tb". - -[NOTE :EL0503] generic/desc/desc_test_14.sv:9 Top level module "work@foo_mod". - -[NOTE :EL0503] generic/desc/desc_test_15.sv:7 Top level module "work@module_fpga". - -[WARNI:EL0505] chapter-5/5.6--wrong-identifiers.sv:7 Multiply defined module "work@MODULE NAME UNKNOWN", - chapter-11/11.3.6--assign_in_expr_inv.sv:7 previous definition, - chapter-5/5.7.1--integers-signed-illegal.sv:7 previous definition, - chapter-5/5.7.2-real-constants-illegal.sv:7 previous definition, - chapter-6/6.9.2--vector_vectored_inv.sv:7 previous definition. - -[WARNI:EL0505] chapter-9/9.2.2.2--always_comb.sv:7 Multiply defined module "work@always_tb", - chapter-9/9.2.2.1--always.sv:7 previous definition, - chapter-9/9.2.2.3--always_latch.sv:7 previous definition, - chapter-9/9.2.2.4--always_ff.sv:7 previous definition. - -[WARNI:EL0505] chapter-9/9.3.3--event.sv:7 Multiply defined module "work@block_tb", - chapter-9/9.3.3--block_start_finish.sv:7 previous definition, - chapter-9/9.3.3--fork_return.sv:7 previous definition, - chapter-9/9.3.4--block_names_par.sv:7 previous definition, - chapter-9/9.3.4--block_names_seq.sv:7 previous definition, - chapter-9/9.3.5--statement_labels_par.sv:7 previous definition, - chapter-9/9.3.5--statement_labels_seq.sv:7 previous definition, - chapter-9/9.4.1--delay_control.sv:7 previous definition, - chapter-9/9.4.2--event_control_edge.sv:7 previous definition, - chapter-9/9.4.2--event_control_negedge.sv:7 previous definition, - chapter-9/9.4.2--event_control_posedge.sv:7 previous definition, - chapter-9/9.4.2.1--event_comma_op.sv:7 previous definition, - chapter-9/9.4.2.1--event_or_op.sv:7 previous definition, - chapter-9/9.4.2.2--event_implicit.sv:7 previous definition, - chapter-9/9.4.2.3--event_conditional.sv:7 previous definition, - chapter-9/9.4.3--event_sequence_controls.sv:7 previous definition, - chapter-9/9.4.5--event_blocking_assignment_delay.sv:7 previous definition, - chapter-9/9.4.5--event_nonblocking_assignment_delay.sv:7 previous definition, - chapter-9/9.4.5--event_nonblocking_assignment_event.sv:7 previous definition, - chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv:7 previous definition, - chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv:7 previous definition, - chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv:7 previous definition, - chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv:7 previous definition. - -[WARNI:EL0505] chapter-12/12.5.1--casex.sv:7 Multiply defined module "work@case_tb", - chapter-12/12.5--case.sv:7 previous definition, - chapter-12/12.5.1--casez.sv:7 previous definition, - chapter-12/12.5.2--case_const.sv:7 previous definition, - chapter-12/12.5.4--case_set.sv:7 previous definition, - chapter-12/12.6.1--case_pattern.sv:7 previous definition, - chapter-12/12.6.1--casex_pattern.sv:7 previous definition, - chapter-12/12.6.1--casez_pattern.sv:7 previous definition, - chapter-12/12.6.2--if_pattern.sv:7 previous definition, - chapter-12/12.6.3--conditional_pattern.sv:7 previous definition. - -[WARNI:EL0505] chapter-8/8.11--this.sv:7 Multiply defined module "work@class_tb", - chapter-8/8.10--static_methods.sv:7 previous definition, - chapter-8/8.12--assignment.sv:7 previous definition, - chapter-8/8.12--shallow_copy.sv:7 previous definition, - chapter-8/8.13--inheritance.sv:7 previous definition, - chapter-8/8.14--override_member.sv:7 previous definition, - chapter-8/8.15--super.sv:7 previous definition, - chapter-8/8.16--cast_func.sv:7 previous definition, - chapter-8/8.17--constructor_const_arg.sv:7 previous definition, - chapter-8/8.18--var_local.sv:7 previous definition, - chapter-8/8.18--var_protected.sv:7 previous definition, - chapter-8/8.19--global_constant.sv:7 previous definition, - chapter-8/8.19--instance_constant.sv:7 previous definition, - chapter-8/8.20--virtual_method.sv:7 previous definition, - chapter-8/8.21--abstract_class.sv:7 previous definition, - chapter-8/8.21--abstract_class_inst.sv:7 previous definition, - chapter-8/8.22--dynamic_method_lookup.sv:7 previous definition, - chapter-8/8.23--scope_resolution.sv:7 previous definition, - chapter-8/8.24--out_of_block_methods.sv:7 previous definition, - chapter-8/8.25--parametrized_class_extend.sv:7 previous definition, - chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:7 previous definition, - chapter-8/8.25.1--parametrized_class_scope_resolution.sv:7 previous definition, - chapter-8/8.26.2--implements.sv:7 previous definition, - chapter-8/8.26.2--implements_extends.sv:7 previous definition, - chapter-8/8.26.2--implements_multiple.sv:7 previous definition, - chapter-8/8.26.3--type_access_extends.sv:7 previous definition, - chapter-8/8.26.3--type_access_implements.sv:7 previous definition, - chapter-8/8.26.3--type_access_implements_invalid.sv:7 previous definition, - chapter-8/8.26.4--illegal_forward_def_implements.sv:7 previous definition, - chapter-8/8.26.4--illegal_implements_parameter.sv:7 previous definition, - chapter-8/8.26.5--cast_between_interface_classes.sv:7 previous definition, - chapter-8/8.26.5--implemented_class_handle.sv:7 previous definition, - chapter-8/8.26.5--invalid_interface_instantiation.sv:7 previous definition, - chapter-8/8.26.6.1--name_conflict_resolved.sv:7 previous definition, - chapter-8/8.26.6.1--name_conflict_unresolved.sv:7 previous definition, - chapter-8/8.26.6.2--parameter_type_conflict.sv:7 previous definition, - chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:7 previous definition, - chapter-8/8.26.6.3--diamond_relationship.sv:7 previous definition, - chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:7 previous definition, - chapter-8/8.26.7--partial_implementation.sv:7 previous definition, - chapter-8/8.27--forward_declaration.sv:7 previous definition, - chapter-8/8.4--instantiation.sv:7 previous definition, - chapter-8/8.5--parameters.sv:7 previous definition, - chapter-8/8.5--properties.sv:7 previous definition, - chapter-8/8.5--properties_enum.sv:7 previous definition, - chapter-8/8.6--methods.sv:7 previous definition, - chapter-8/8.7--constructor.sv:7 previous definition, - chapter-8/8.7--constructor_param.sv:7 previous definition, - chapter-8/8.7--constructor_super.sv:7 previous definition, - chapter-8/8.8--typed_constructor.sv:7 previous definition, - chapter-8/8.8--typed_constructor_param.sv:7 previous definition, - chapter-8/8.9--static_properties.sv:7 previous definition. - -[WARNI:EL0505] chapter-5/5.6.4--compiler-directives-debug.sv:8 Multiply defined module "work@directives", - chapter-5/5.6.4--compiler-directives-debug-line.sv:8 previous definition. - -[WARNI:EL0505] chapter-5/5.6.4--compiler-directives-include.sv:9 Multiply defined module "work@empty", - chapter-5/5.4--coments.sv:7 previous definition. - -[WARNI:EL0505] chapter-12/12.7.6--forever.sv:7 Multiply defined module "work@foreach_tb", - chapter-12/12.7.3--foreach.sv:7 previous definition. - -[WARNI:EL0505] chapter-9/9.6.2--disable.sv:7 Multiply defined module "work@fork_tb", - chapter-9/9.6.1--wait_fork.sv:7 previous definition, - chapter-9/9.6.2--disable_other.sv:7 previous definition, - chapter-9/9.6.3--disable_fork.sv:7 previous definition. - -[WARNI:EL0505] chapter-5/5.6.1--escaped-identifiers.sv:7 Multiply defined module "work@identifiers", - chapter-5/5.6--identifiers.sv:7 previous definition. - -[WARNI:EL0505] chapter-12/12.4--if_else.sv:7 Multiply defined module "work@if_tb", - chapter-12/12.4--if.sv:7 previous definition, - chapter-12/12.4.1--if_else_if.sv:7 previous definition, - chapter-12/12.4.2--priority_if.sv:7 previous definition, - chapter-12/12.4.2--unique0_if.sv:7 previous definition, - chapter-12/12.4.2--unique_if.sv:7 previous definition. - -[WARNI:EL0505] chapter-9/9.2.3--final.sv:7 Multiply defined module "work@initial_tb", - chapter-9/9.2.1--initial.sv:7 previous definition. - -[WARNI:EL0505] chapter-12/12.8--continue.sv:7 Multiply defined module "work@jump_tb", - chapter-12/12.8--break.sv:7 previous definition, - chapter-12/12.8--return.sv:7 previous definition, - chapter-12/12.8--return_val.sv:7 previous definition. - -[WARNI:EL0505] chapter-9/9.3.2--parallel_block_join_any.sv:7 Multiply defined module "work@parallel_tb", - chapter-9/9.3.2--parallel_block_join.sv:7 previous definition, - chapter-9/9.3.2--parallel_block_join_none.sv:7 previous definition. - -[WARNI:EL0505] chapter-9/9.7--process_cls_kill.sv:7 Multiply defined module "work@process_tb", - chapter-9/9.7--process_cls_await.sv:7 previous definition, - chapter-9/9.7--process_cls_self.sv:7 previous definition, - chapter-9/9.7--process_cls_suspend_resume.sv:7 previous definition. - -[WARNI:EL0505] chapter-11/11.10.1--string_compare.sv:7 Multiply defined module "work@top", - chapter-11/11.10--string_bit_array.sv:7 previous definition, - chapter-11/11.10.1--string_concat.sv:7 previous definition, - chapter-11/11.10.1--string_copy.sv:7 previous definition, - chapter-11/11.10.3--empty_string.sv:7 previous definition, - chapter-11/11.11--min_max_avg_delay.sv:7 previous definition, - chapter-11/11.12--let_construct.sv:7 previous definition, - chapter-11/11.3.5--expr_short_circuit.sv:7 previous definition, - chapter-11/11.3.6--assign_in_expr.sv:7 previous definition, - chapter-11/11.4.11--cond_op.sv:7 previous definition, - chapter-11/11.4.12--concat_op.sv:7 previous definition, - chapter-11/11.4.12.1--nested_repl_op.sv:7 previous definition, - chapter-11/11.4.12.1--repl_op.sv:7 previous definition, - chapter-11/11.4.12.2--string_concat_op.sv:7 previous definition, - chapter-11/11.4.12.2--string_repl_op.sv:7 previous definition, - chapter-11/11.4.13--set_member.sv:7 previous definition, - chapter-11/11.4.14.1--stream_concat.sv:7 previous definition, - chapter-11/11.4.14.2--reorder_stream.sv:7 previous definition, - chapter-11/11.4.14.3--unpack_stream.sv:7 previous definition, - chapter-11/11.4.14.3--unpack_stream_inv.sv:7 previous definition, - chapter-11/11.4.14.3--unpack_stream_pad.sv:7 previous definition, - chapter-11/11.4.14.4--dynamic_array_stream.sv:7 previous definition, - chapter-11/11.4.2--unary_op_dec.sv:7 previous definition, - chapter-11/11.4.2--unary_op_inc.sv:7 previous definition, - chapter-11/11.5.1--idx_neg_part_select.sv:7 previous definition, - chapter-11/11.5.1--idx_pos_part_select.sv:7 previous definition, - chapter-11/11.5.1--idx_select.sv:7 previous definition, - chapter-11/11.5.1--non_idx_part_select.sv:7 previous definition, - chapter-11/11.5.2--array_addressing.sv:7 previous definition, - chapter-11/11.5.2--multi_dim_array_addressing.sv:7 previous definition, - chapter-11/11.7--signed_func.sv:7 previous definition, - chapter-11/11.7--unsigned_func.sv:7 previous definition, - chapter-11/11.9--tagged_union.sv:7 previous definition, - chapter-11/11.9--tagged_union_member_access.sv:7 previous definition, - chapter-11/11.9--tagged_union_member_access_inv.sv:7 previous definition, - chapter-5/5.10-structure-arrays-illegal.sv:7 previous definition, - chapter-5/5.10-structure-arrays.sv:7 previous definition, - chapter-5/5.10-structure-replication.sv:7 previous definition, - chapter-5/5.10-structures.sv:7 previous definition, - chapter-5/5.11-arrays-key-index.sv:7 previous definition, - chapter-5/5.11-arrays-replication.sv:7 previous definition, - chapter-5/5.11-arrays.sv:7 previous definition, - chapter-5/5.12-attributes-case.sv:8 previous definition, - chapter-5/5.12-attributes-conditional.sv:8 previous definition, - chapter-5/5.12-attributes-operator.sv:8 previous definition, - chapter-5/5.12-attributes-variable.sv:8 previous definition, - chapter-5/5.13-builtin-methods-arrays.sv:7 previous definition, - chapter-5/5.13-builtin-methods-strings.sv:7 previous definition, - chapter-5/5.7.1--integers-left-padding-bit.sv:7 previous definition, - chapter-5/5.7.1--integers-left-padding.sv:7 previous definition, - chapter-5/5.7.1--integers-signed.sv:7 previous definition, - chapter-5/5.7.1--integers-sized.sv:7 previous definition, - chapter-5/5.7.1--integers-token.sv:7 previous definition, - chapter-5/5.7.1--integers-underscores.sv:7 previous definition, - chapter-5/5.7.1--integers-unsized-illegal.sv:7 previous definition, - chapter-5/5.7.1--integers-unsized.sv:7 previous definition, - chapter-5/5.7.2-real-constants.sv:7 previous definition, - chapter-5/5.7.2-real-token.sv:7 previous definition, - chapter-5/5.8-time-literals.sv:10 previous definition, - chapter-5/5.9-string-assignment.sv:7 previous definition, - chapter-5/5.9-string-basics.sv:7 previous definition, - chapter-5/5.9-string-broken-line.sv:7 previous definition, - chapter-5/5.9-string-word-assignment.sv:7 previous definition, - chapter-5/5.9.1-string-special-chars.sv:7 previous definition, - chapter-6/6.10--implicit_continuous_assignment.sv:7 previous definition, - chapter-6/6.10--implicit_port.sv:7 previous definition, - chapter-6/6.10--implicit_port_connection.sv:7 previous definition, - chapter-6/6.12--real.sv:7 previous definition, - chapter-6/6.12--real_bit_select.sv:7 previous definition, - chapter-6/6.12--real_bit_select_idx.sv:7 previous definition, - chapter-6/6.12--real_edge.sv:7 previous definition, - chapter-6/6.12--realtime.sv:7 previous definition, - chapter-6/6.12--shortreal.sv:7 previous definition, - chapter-6/6.13--void.sv:7 previous definition, - chapter-6/6.14--chandle.sv:7 previous definition, - chapter-6/6.16--string.sv:7 previous definition, - chapter-6/6.16.1--string_len.sv:7 previous definition, - chapter-6/6.16.10--string_atoreal.sv:7 previous definition, - chapter-6/6.16.11--string_itoa.sv:7 previous definition, - chapter-6/6.16.12--string_hextoa.sv:7 previous definition, - chapter-6/6.16.13--string_octtoa.sv:7 previous definition, - chapter-6/6.16.14--string_bintoa.sv:7 previous definition, - chapter-6/6.16.15--string_realtoa.sv:7 previous definition, - chapter-6/6.16.2--string_putc.sv:7 previous definition, - chapter-6/6.16.3--string_getc.sv:7 previous definition, - chapter-6/6.16.4--string_toupper.sv:7 previous definition, - chapter-6/6.16.5--string_tolower.sv:7 previous definition, - chapter-6/6.16.6--string_compare.sv:7 previous definition, - chapter-6/6.16.7--string_icompare.sv:7 previous definition, - chapter-6/6.16.8--string_substr.sv:7 previous definition, - chapter-6/6.16.9--string_atobin.sv:7 previous definition, - chapter-6/6.16.9--string_atohex.sv:7 previous definition, - chapter-6/6.16.9--string_atoi.sv:7 previous definition, - chapter-6/6.16.9--string_atooct.sv:7 previous definition, - chapter-6/6.17--event.sv:7 previous definition, - chapter-6/6.18--typedef.sv:7 previous definition, - chapter-6/6.19--enum_anon.sv:7 previous definition, - chapter-6/6.19--enum_xx.sv:7 previous definition, - chapter-6/6.19--enum_xx_inv.sv:7 previous definition, - chapter-6/6.19--enum_xx_inv_order.sv:7 previous definition, - chapter-6/6.19.1--enum_typedef.sv:7 previous definition, - chapter-6/6.19.2--enum_sequence.sv:7 previous definition, - chapter-6/6.19.2--enum_sequence_range.sv:7 previous definition, - chapter-6/6.19.3--enum_type_checking.sv:7 previous definition, - chapter-6/6.19.3--enum_type_checking_inv.sv:7 previous definition, - chapter-6/6.19.4--enum_numerical_expr.sv:7 previous definition, - chapter-6/6.19.4--enum_numerical_expr_cast.sv:7 previous definition, - chapter-6/6.19.4--enum_numerical_expr_no_cast.sv:7 previous definition, - chapter-6/6.19.5.1--enum_first.sv:7 previous definition, - chapter-6/6.19.5.2--enum_last.sv:7 previous definition, - chapter-6/6.19.5.3--enum_next.sv:7 previous definition, - chapter-6/6.19.5.4--enum_prev.sv:7 previous definition, - chapter-6/6.19.5.5--enum_num.sv:7 previous definition, - chapter-6/6.19.5.6--enum_name.sv:7 previous definition, - chapter-6/6.20.2--parameter.sv:7 previous definition, - chapter-6/6.20.2--parameter_aggregate.sv:7 previous definition, - chapter-6/6.20.2--parameter_dep.sv:7 previous definition, - chapter-6/6.20.2--parameter_port_list.sv:7 previous definition, - chapter-6/6.20.2--parameter_range.sv:7 previous definition, - chapter-6/6.20.2--parameter_real.sv:7 previous definition, - chapter-6/6.20.2.1--parameter_unbounded.sv:7 previous definition, - chapter-6/6.20.3--parameter_type.sv:7 previous definition, - chapter-6/6.20.4--localparam.sv:7 previous definition, - chapter-6/6.20.5--specparam.sv:7 previous definition, - chapter-6/6.20.5--specparam_inv.sv:7 previous definition, - chapter-6/6.20.6--const.sv:7 previous definition, - chapter-6/6.23--type_op.sv:7 previous definition, - chapter-6/6.24.1--cast_op.sv:7 previous definition, - chapter-6/6.24.2--cast_fn.sv:7 previous definition, - chapter-6/6.24.2--cast_task.sv:7 previous definition, - chapter-6/6.24.3--bitstream_cast.sv:7 previous definition, - chapter-6/6.5--variable_assignment.sv:7 previous definition, - chapter-6/6.5--variable_mixed_assignments.sv:7 previous definition, - chapter-6/6.5--variable_multiple_assignments.sv:7 previous definition, - chapter-6/6.5--variable_redeclare.sv:7 previous definition, - chapter-6/6.6.7--nettype.sv:7 previous definition, - chapter-6/6.6.7--nettype_resolution_fn.sv:7 previous definition, - chapter-6/6.6.8--interconnect.sv:7 previous definition, - chapter-6/6.9.1--logic_vector.sv:7 previous definition, - chapter-6/6.9.2--vector_scalared.sv:7 previous definition, - chapter-6/6.9.2--vector_vectored.sv:7 previous definition, - chapter-7/memories/basic.sv:7 previous definition, - chapter-7/memories/read-write.sv:7 previous definition, - chapter-7/queues/basic.sv:7 previous definition, - chapter-7/queues/bounded.sv:7 previous definition, - chapter-7/queues/delete.sv:7 previous definition, - chapter-7/queues/delete_assign.sv:7 previous definition, - chapter-7/queues/insert.sv:7 previous definition, - chapter-7/queues/insert_assign.sv:7 previous definition, - chapter-7/queues/max-size.sv:7 previous definition, - chapter-7/queues/persistence.sv:7 previous definition, - chapter-7/queues/pop_back.sv:7 previous definition, - chapter-7/queues/pop_back_assing.sv:7 previous definition, - chapter-7/queues/pop_front.sv:7 previous definition, - chapter-7/queues/pop_front_assign.sv:7 previous definition, - chapter-7/queues/push_back.sv:7 previous definition, - chapter-7/queues/push_back_assign.sv:7 previous definition, - chapter-7/queues/push_front.sv:7 previous definition, - chapter-7/queues/push_front_assign.sv:7 previous definition, - chapter-7/queues/size.sv:7 previous definition, - chapter-7/queues/slice.sv:7 previous definition, - chapter-7/unions/basic.sv:7 previous definition, - generated/assignment_op/11.4.1--and_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--arith_shl_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--arith_shr_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--div_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--log_shl_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--log_shr_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--minus_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--mod_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--mul_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--normal_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--or_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--plus_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--xor_assignment.sv:7 previous definition, - chapter-7/arrays/associative/alloc.sv:7 previous definition, - chapter-7/arrays/associative/arguments.sv:7 previous definition, - chapter-7/arrays/associative/assignment.sv:7 previous definition, - chapter-7/arrays/associative/class.sv:7 previous definition, - chapter-7/arrays/associative/integral.sv:7 previous definition, - chapter-7/arrays/associative/literals.sv:7 previous definition, - chapter-7/arrays/associative/nonexistent.sv:7 previous definition, - chapter-7/arrays/associative/other.sv:7 previous definition, - chapter-7/arrays/associative/string.sv:7 previous definition, - chapter-7/arrays/associative/wildcard.sv:7 previous definition, - chapter-7/arrays/dynamic/basic.sv:7 previous definition, - chapter-7/arrays/dynamic/op-delete.sv:7 previous definition, - chapter-7/arrays/dynamic/op-new.sv:7 previous definition, - chapter-7/arrays/dynamic/op-size.sv:7 previous definition, - chapter-7/arrays/multidimensional/basic.sv:8 previous definition, - chapter-7/arrays/multidimensional/copy.sv:8 previous definition, - chapter-7/arrays/multidimensional/multi.sv:8 previous definition, - chapter-7/arrays/multidimensional/subarrays.sv:8 previous definition, - chapter-7/arrays/packed/basic.sv:7 previous definition, - chapter-7/arrays/packed/equality.sv:7 previous definition, - chapter-7/arrays/packed/onebit.sv:7 previous definition, - chapter-7/arrays/packed/operations.sv:7 previous definition, - chapter-7/arrays/packed/slice-equality.sv:7 previous definition, - chapter-7/arrays/packed/slice.sv:7 previous definition, - chapter-7/arrays/packed/treat-as-integer.sv:7 previous definition, - chapter-7/arrays/packed/variable-slice-zero.sv:7 previous definition, - chapter-7/arrays/packed/variable-slice.sv:7 previous definition, - chapter-7/arrays/unpacked/assignments.sv:7 previous definition, - chapter-7/arrays/unpacked/basic.sv:7 previous definition, - chapter-7/arrays/unpacked/equality.sv:7 previous definition, - chapter-7/arrays/unpacked/index.sv:7 previous definition, - chapter-7/arrays/unpacked/onebit.sv:7 previous definition, - chapter-7/arrays/unpacked/operations.sv:7 previous definition, - chapter-7/arrays/unpacked/slice-equality.sv:7 previous definition, - chapter-7/arrays/unpacked/slice.sv:7 previous definition, - chapter-7/arrays/unpacked/subroutines.sv:7 previous definition, - chapter-7/arrays/unpacked/variable-slice.sv:7 previous definition, - chapter-7/structures/packed/basic.sv:7 previous definition, - chapter-7/structures/packed/default-value.sv:7 previous definition, - chapter-7/structures/packed/signed.sv:7 previous definition, - chapter-7/structures/packed/unsigned.sv:7 previous definition, - chapter-7/structures/unpacked/basic.sv:7 previous definition, - chapter-7/structures/unpacked/default-value.sv:7 previous definition, - chapter-7/unions/packed/basic.sv:7 previous definition, - chapter-7/unions/tagged/basic.sv:7 previous definition, - chapter-7/unions/tagged/packed.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find-first-index.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find-first.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find-index.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find-last-index.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find-last.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/max.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/min.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/unique-index.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/unique.sv:7 previous definition, - chapter-7/arrays/associative/methods/delete.sv:7 previous definition, - chapter-7/arrays/associative/methods/exists.sv:7 previous definition, - chapter-7/arrays/associative/methods/first.sv:7 previous definition, - chapter-7/arrays/associative/methods/last.sv:7 previous definition, - chapter-7/arrays/associative/methods/next.sv:7 previous definition, - chapter-7/arrays/associative/methods/num.sv:7 previous definition, - chapter-7/arrays/associative/methods/prev.sv:7 previous definition, - chapter-7/arrays/associative/methods/size.sv:7 previous definition, - chapter-7/arrays/associative/methods/traversal.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/dimensions.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/high.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/increment.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/left.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/low.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/right.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/size.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/unpacked-dimensions.sv:7 previous definition, - chapter-7/arrays/unpacked/ordering-methods/reverse.sv:7 previous definition, - chapter-7/arrays/unpacked/ordering-methods/rsort.sv:7 previous definition, - chapter-7/arrays/unpacked/ordering-methods/shuffle.sv:7 previous definition, - chapter-7/arrays/unpacked/ordering-methods/sort.sv:7 previous definition, - chapter-7/arrays/unpacked/reduction-methods/and.sv:7 previous definition, - chapter-7/arrays/unpacked/reduction-methods/or.sv:7 previous definition, - chapter-7/arrays/unpacked/reduction-methods/product.sv:7 previous definition, - chapter-7/arrays/unpacked/reduction-methods/sum.sv:7 previous definition, - chapter-7/arrays/unpacked/reduction-methods/xor.sv:7 previous definition. - -[WARNI:EL0505] chapter-5/5.6.4--compiler-directives-resetall.sv:10 Multiply defined module "work@ts", - chapter-5/5.6.4--compiler-directives-pragma.sv:8 previous definition, - chapter-5/5.6.4--compiler-directives-timescale.sv:10 previous definition, - chapter-5/5.6.4--compiler-directives-unconnected-drive.sv:11 previous definition. - -[NOTE :EL0504] Multiple top level modules in design. - -[NOTE :EL0508] Nb Top level modules: 34. - -[NOTE :EL0509] Max instance depth: 1. - -[NOTE :EL0510] Nb instances: 34. - -[NOTE :EL0511] Nb leaf instances: 17. - -[NOTE :EL0523] sanity.sv:7 Instance "work@sanity_tb". - -[NOTE :EL0523] chapter-11/11.10--string_bit_array.sv:7 Instance "work@top". - -[NOTE :EL0523] chapter-12/12.4--if.sv:7 Instance "work@if_tb". - -[NOTE :EL0523] chapter-12/12.5--case.sv:7 Instance "work@case_tb". - -[NOTE :EL0523] chapter-12/12.7.1--for.sv:7 Instance "work@for_tb". - -[NOTE :EL0523] chapter-12/12.7.2--repeat.sv:7 Instance "work@repeat_tb". - -[NOTE :EL0523] chapter-12/12.7.3--foreach.sv:7 Instance "work@foreach_tb". - -[NOTE :EL0523] chapter-12/12.7.4--while.sv:7 Instance "work@while_tb". - -[NOTE :EL0523] chapter-12/12.7.5--dowhile.sv:7 Instance "work@dowhile_tb". - -[NOTE :EL0523] chapter-12/12.8--break.sv:7 Instance "work@jump_tb". - -[NOTE :EL0523] chapter-5/5.12-attributes-module.sv:8 Instance "work@topa". - -[NOTE :EL0523] chapter-5/5.12-attributes-module.sv:12 Instance "work@topb". - -[NOTE :EL0523] chapter-5/5.12-attributes-module.sv:16 Instance "work@topc". - -[NOTE :EL0523] chapter-5/5.4--coments.sv:7 Instance "work@empty". - -[NOTE :EL0523] chapter-5/5.6--identifiers.sv:7 Instance "work@identifiers". - -[NOTE :EL0523] chapter-5/5.6.3--system-functions.sv:7 Instance "work@systemfn". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-begin-keywords.sv:10 Instance "work@b_kw". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-celldefine.sv:9 Instance "work@cd". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-celldefine.sv:13 Instance "work@ncd". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-debug-line.sv:8 Instance "work@directives". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-default-nettype.sv:10 Instance "work@dn". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-define.sv:14 Instance "work@d". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-pragma.sv:8 Instance "work@ts". - -[NOTE :EL0523] chapter-8/8.10--static_methods.sv:7 Instance "work@class_tb". - -[NOTE :EL0523] chapter-9/9.2.1--initial.sv:7 Instance "work@initial_tb". - -[NOTE :EL0523] chapter-9/9.2.2.1--always.sv:7 Instance "work@always_tb". - -[NOTE :EL0523] chapter-9/9.3.1--sequential_block.sv:7 Instance "work@sequential_tb". - -[NOTE :EL0523] chapter-9/9.3.2--parallel_block_join.sv:7 Instance "work@parallel_tb". - -[NOTE :EL0523] chapter-9/9.3.3--block_start_finish.sv:7 Instance "work@block_tb". - -[NOTE :EL0523] chapter-9/9.4.2.4--event_sequence.sv:7 Instance "work@seq_tb". - -[NOTE :EL0523] chapter-9/9.6.1--wait_fork.sv:7 Instance "work@fork_tb". - -[NOTE :EL0523] chapter-9/9.7--process_cls_await.sv:7 Instance "work@process_tb". - -[NOTE :EL0523] generic/desc/desc_test_14.sv:9 Instance "work@foo_mod". - -[NOTE :EL0523] generic/desc/desc_test_15.sv:7 Instance "work@module_fpga". - -[NOTE :EL0522] sanity.sv:19 Scope "work@sanity_tb.UNNAMED". - -[NOTE :EL0522] chapter-11/11.10--string_bit_array.sv:11 Scope "work@top.UNNAMED". - -[NOTE :EL0522] chapter-12/12.4--if.sv:10 Scope "work@if_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.5--case.sv:10 Scope "work@case_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.1--for.sv:8 Scope "work@for_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.2--repeat.sv:9 Scope "work@repeat_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.3--foreach.sv:9 Scope "work@foreach_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.4--while.sv:9 Scope "work@while_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.5--dowhile.sv:9 Scope "work@dowhile_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.8--break.sv:8 Scope "work@jump_tb.UNNAMED". - -[NOTE :EL0522] chapter-8/8.10--static_methods.sv:18 Scope "work@class_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.3.1--sequential_block.sv:11 Scope "work@sequential_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.3.2--parallel_block_join.sv:12 Scope "work@parallel_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.3.3--block_start_finish.sv:9 Scope "work@block_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.4.2.4--event_sequence.sv:18 Scope "work@seq_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.6.1--wait_fork.sv:10 Scope "work@fork_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.7--process_cls_await.sv:12 Scope "work@process_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.7--process_cls_await.sv:26 Scope "work@process_tb.UNNAMED". - -[NOTE :EL0522] sanity.sv:20 Scope "work@sanity_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] sanity.sv:23 Scope "work@sanity_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.4--while.sv:11 Scope "work@while_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.5--dowhile.sv:11 Scope "work@dowhile_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-12/12.8--break.sv:9 Scope "work@jump_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.3.3--block_start_finish.sv:10 Scope "work@block_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.3.3--block_start_finish.sv:17 Scope "work@block_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.4.2.4--event_sequence.sv:19 Scope "work@seq_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.6.1--wait_fork.sv:11 Scope "work@fork_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.7--process_cls_await.sv:14 Scope "work@process_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.4.2.4--event_sequence.sv:20 Scope "work@seq_tb.UNNAMED.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.4.2.4--event_sequence.sv:24 Scope "work@seq_tb.UNNAMED.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.6.1--wait_fork.sv:12 Scope "work@fork_tb.UNNAMED.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.6.1--wait_fork.sv:17 Scope "work@fork_tb.UNNAMED.UNNAMED.UNNAMED". - -[WARNI:CP0319] generic/class/class_test_56.sv:7 Multiply defined class "work@Driver", - generic/class/class_test_55.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_11.sv:7 Multiply defined class "work@Foo", - generic/class/class_test_1.sv:7 previous definition, - generic/class/class_test_12.sv:7 previous definition, - generic/class/class_test_13.sv:7 previous definition, - generic/class/class_test_14.sv:7 previous definition, - generic/class/class_test_16.sv:7 previous definition, - generic/class/class_test_17.sv:7 previous definition, - generic/class/class_test_18.sv:7 previous definition, - generic/class/class_test_19.sv:7 previous definition, - generic/class/class_test_2.sv:7 previous definition, - generic/class/class_test_20.sv:7 previous definition, - generic/class/class_test_21.sv:7 previous definition, - generic/class/class_test_22.sv:7 previous definition, - generic/class/class_test_23.sv:7 previous definition, - generic/class/class_test_24.sv:7 previous definition, - generic/class/class_test_25.sv:7 previous definition, - generic/class/class_test_26.sv:7 previous definition, - generic/class/class_test_27.sv:7 previous definition, - generic/class/class_test_28.sv:7 previous definition, - generic/class/class_test_29.sv:7 previous definition, - generic/class/class_test_3.sv:7 previous definition, - generic/class/class_test_30.sv:7 previous definition, - generic/class/class_test_4.sv:7 previous definition, - generic/class/class_test_5.sv:7 previous definition, - generic/class/class_test_6.sv:7 previous definition, - generic/class/class_test_7.sv:7 previous definition, - generic/class/class_test_8.sv:7 previous definition, - generic/class/class_test_9.sv:7 previous definition. - -[WARNI:CP0319] chapter-8/8.26.2--implements_extends.sv:22 Multiply defined class "work@class_tb::Hello", - chapter-8/8.26.2--implements.sv:12 previous definition, - chapter-8/8.26.2--implements_multiple.sv:16 previous definition, - chapter-8/8.26.3--type_access_implements.sv:13 previous definition, - chapter-8/8.26.3--type_access_implements_invalid.sv:13 previous definition, - chapter-8/8.26.4--illegal_forward_def_implements.sv:10 previous definition, - chapter-8/8.26.4--illegal_implements_parameter.sv:13 previous definition, - chapter-8/8.26.5--cast_between_interface_classes.sv:16 previous definition, - chapter-8/8.26.5--implemented_class_handle.sv:12 previous definition, - chapter-8/8.26.6.1--name_conflict_resolved.sv:16 previous definition, - chapter-8/8.26.6.1--name_conflict_unresolved.sv:16 previous definition. - -[WARNI:CP0319] chapter-8/8.18--var_protected.sv:8 Multiply defined class "work@class_tb::a_cls", - chapter-8/8.18--var_local.sv:8 previous definition, - chapter-8/8.19--global_constant.sv:8 previous definition, - chapter-8/8.19--instance_constant.sv:8 previous definition, - chapter-8/8.22--dynamic_method_lookup.sv:12 previous definition. - -[WARNI:CP0319] chapter-8/8.21--abstract_class_inst.sv:8 Multiply defined class "work@class_tb::base_cls", - chapter-8/8.25--parametrized_class_extend.sv:8 previous definition. - -[WARNI:CP0319] chapter-8/8.14--override_member.sv:8 Multiply defined class "work@class_tb::super_cls", - chapter-8/8.17--constructor_const_arg.sv:8 previous definition, - chapter-8/8.20--virtual_method.sv:8 previous definition, - chapter-8/8.7--constructor_super.sv:8 previous definition, - chapter-8/8.8--typed_constructor.sv:8 previous definition, - chapter-8/8.8--typed_constructor_param.sv:8 previous definition. - -[WARNI:CP0319] chapter-8/8.11--this.sv:8 Multiply defined class "work@class_tb::test_cls", - chapter-8/8.10--static_methods.sv:8 previous definition, - chapter-8/8.12--assignment.sv:8 previous definition, - chapter-8/8.12--shallow_copy.sv:8 previous definition, - chapter-8/8.13--inheritance.sv:18 previous definition, - chapter-8/8.14--override_member.sv:18 previous definition, - chapter-8/8.15--super.sv:18 previous definition, - chapter-8/8.17--constructor_const_arg.sv:14 previous definition, - chapter-8/8.20--virtual_method.sv:15 previous definition, - chapter-8/8.21--abstract_class.sv:12 previous definition, - chapter-8/8.21--abstract_class_inst.sv:12 previous definition, - chapter-8/8.23--scope_resolution.sv:8 previous definition, - chapter-8/8.24--out_of_block_methods.sv:8 previous definition, - chapter-8/8.4--instantiation.sv:8 previous definition, - chapter-8/8.5--parameters.sv:8 previous definition, - chapter-8/8.5--properties.sv:8 previous definition, - chapter-8/8.5--properties_enum.sv:8 previous definition, - chapter-8/8.6--methods.sv:8 previous definition, - chapter-8/8.7--constructor.sv:8 previous definition, - chapter-8/8.7--constructor_param.sv:8 previous definition, - chapter-8/8.7--constructor_super.sv:14 previous definition, - chapter-8/8.8--typed_constructor.sv:15 previous definition, - chapter-8/8.8--typed_constructor_param.sv:15 previous definition, - chapter-8/8.9--static_properties.sv:8 previous definition. - -[WARNI:CP0319] generic/member/class_member_test_40.sv:7 Multiply defined class "work@constructible", - generic/member/class_member_test_41.sv:7 previous definition, - generic/member/class_member_test_42.sv:7 previous definition, - generic/member/class_member_test_43.sv:7 previous definition, - generic/member/class_member_test_44.sv:7 previous definition, - generic/member/class_member_test_45.sv:7 previous definition, - generic/member/class_member_test_46.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_58.sv:7 Multiply defined class "work@fields_with_modifiers", - generic/class/class_test_57.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_37.sv:7 Multiply defined class "work@foo", - generic/class/class_test_36.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_52.sv:7 Multiply defined class "work@how_wide", - generic/class/class_test_51.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_41.sv:7 Multiply defined class "work@macros_as_class_item", - generic/class/class_test_40.sv:7 previous definition, - generic/class/class_test_42.sv:7 previous definition, - generic/class/class_test_43.sv:7 previous definition, - generic/class/class_test_44.sv:7 previous definition, - generic/class/class_test_45.sv:7 previous definition, - generic/class/class_test_46.sv:7 previous definition. - -[WARNI:CP0319] generic/member/class_member_test_11.sv:7 Multiply defined class "work@myclass", - generic/member/class_member_test_0.sv:7 previous definition, - generic/member/class_member_test_14.sv:7 previous definition, - generic/member/class_member_test_15.sv:7 previous definition, - generic/member/class_member_test_16.sv:7 previous definition, - generic/member/class_member_test_17.sv:7 previous definition, - generic/member/class_member_test_18.sv:7 previous definition, - generic/member/class_member_test_19.sv:7 previous definition, - generic/member/class_member_test_2.sv:7 previous definition, - generic/member/class_member_test_20.sv:7 previous definition, - generic/member/class_member_test_21.sv:7 previous definition, - generic/member/class_member_test_23.sv:7 previous definition, - generic/member/class_member_test_24.sv:7 previous definition, - generic/member/class_member_test_25.sv:7 previous definition, - generic/member/class_member_test_26.sv:7 previous definition, - generic/member/class_member_test_27.sv:7 previous definition, - generic/member/class_member_test_28.sv:7 previous definition, - generic/member/class_member_test_29.sv:7 previous definition, - generic/member/class_member_test_3.sv:7 previous definition, - generic/member/class_member_test_30.sv:7 previous definition, - generic/member/class_member_test_31.sv:7 previous definition, - generic/member/class_member_test_32.sv:7 previous definition, - generic/member/class_member_test_34.sv:7 previous definition, - generic/member/class_member_test_35.sv:7 previous definition, - generic/member/class_member_test_36.sv:7 previous definition, - generic/member/class_member_test_37.sv:7 previous definition, - generic/member/class_member_test_38.sv:7 previous definition, - generic/member/class_member_test_4.sv:7 previous definition, - generic/member/class_member_test_48.sv:7 previous definition, - generic/member/class_member_test_49.sv:7 previous definition, - generic/member/class_member_test_5.sv:7 previous definition, - generic/member/class_member_test_50.sv:7 previous definition, - generic/member/class_member_test_51.sv:7 previous definition, - generic/member/class_member_test_52.sv:7 previous definition, - generic/member/class_member_test_53.sv:7 previous definition, - generic/member/class_member_test_54.sv:7 previous definition, - generic/member/class_member_test_55.sv:7 previous definition, - generic/member/class_member_test_56.sv:7 previous definition, - generic/member/class_member_test_58.sv:7 previous definition, - generic/member/class_member_test_6.sv:7 previous definition, - generic/member/class_member_test_7.sv:7 previous definition, - generic/member/class_member_test_8.sv:7 previous definition, - generic/member/class_member_test_9.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_60.sv:7 Multiply defined class "work@pp_class", - generic/class/class_test_59.sv:7 previous definition, - generic/class/class_test_61.sv:7 previous definition, - generic/class/class_test_62.sv:7 previous definition, - generic/class/class_test_63.sv:7 previous definition, - generic/class/class_test_64.sv:7 previous definition, - generic/class/class_test_65.sv:7 previous definition, - generic/class/class_test_66.sv:7 previous definition, - generic/class/class_test_67.sv:7 previous definition, - generic/class/class_test_68.sv:7 previous definition, - generic/class/class_test_69.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_35.sv:7 Multiply defined class "work@zzxx", - generic/class/class_test_32.sv:7 previous definition. - -[ERROR:CP0328] generic/class/class_test_12.sv:7 Undefined base class "Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_13.sv:7 Undefined base class "Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_19.sv:7 Undefined base class "Package::Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_20.sv:7 Undefined base class "Package::Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_21.sv:7 Undefined base class "Package::Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_22.sv:7 Undefined base class "Package::Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_28.sv:7 Undefined base class "Base" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_29.sv:7 Undefined base class "Base" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_6.sv:7 Undefined base class "Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_7.sv:7 Undefined base class "Package::Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_8.sv:7 Undefined base class "Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_37.sv:7 Undefined base class "bar" extended by "work@foo". - -[ERROR:CP0328] generic/member/class_member_test_57.sv:7 Undefined base class "bar" extended by "work@foo_class". - -[ERROR:CP0328] generic/class/class_test_52.sv:7 Undefined base class "uvm_sequence_item" extended by "work@how_wide". - -[ERROR:CP0328] generic/member/class_member_test_53.sv:7 Undefined base class "uvm_object" extended by "work@myclass". - -[ERROR:CP0328] generic/member/class_member_test_54.sv:7 Undefined base class "uvm_object" extended by "work@myclass". - -[ERROR:CP0328] generic/member/class_member_test_55.sv:7 Undefined base class "uvm_object" extended by "work@myclass". - -[ERROR:CP0328] generic/member/class_member_test_56.sv:7 Undefined base class "uvm_object" extended by "work@myclass". - -[ERROR:CP0328] generic/member/class_member_test_58.sv:7 Undefined base class "uvm_object" extended by "work@myclass". - -[ERROR:CP0317] generic/class/class_test_55.sv:8 Undefined type "Packet". - -[ERROR:CP0317] generic/class/class_test_56.sv:8 Undefined type "data_type_or_module_type". - -[ERROR:CP0317] generic/class/class_test_57.sv:8 Undefined type "data_type_or_module_type". - -[ERROR:CP0317] generic/class/class_test_58.sv:9 Undefined type "data_type_or_module_type". - -[ERROR:CP0317] generic/member/class_member_test_13.sv:12 Undefined type "myclass::msg_t". - -[ERROR:EL0514] generic/member/class_member_test_51.sv:9 Undefined variable: foo. - -[ERROR:EL0514] generic/member/class_member_test_52.sv:9 Undefined variable: foo. - -[ FATAL] : 0 -[ ERROR] : 128 -[WARNING] : 75 -[ NOTE] : 108 - -******************************************** -* End SURELOG SVerilog Compiler/Linter * -******************************************** - -8.80user 0.24system 0:09.05elapsed 99%CPU (0avgtext+0avgdata 471264maxresident)k -0inputs+5472outputs (0major+115402minor)pagefaults 0swaps
diff --git a/SVIncCompil/Testcases/Google/GoogleMT_diff.log b/SVIncCompil/Testcases/Google/GoogleMT_diff.log deleted file mode 100644 index a4cdec5..0000000 --- a/SVIncCompil/Testcases/Google/GoogleMT_diff.log +++ /dev/null
@@ -1,1690 +0,0 @@ -******************************************** -* SURELOG System Verilog Compiler/Linter * -******************************************** - -[INFO :CM0023] Creating log file ./slpp_unit/surelog.log. - -[INFO :CM0024] Executing with 4 threads. - -[INFO :CM0020] Separate compilation-unit mode is on. - -[ERROR:PP0118] chapter-5/5.9.1-string-special-chars.sv:17 Unknown escaped sequence '\1'. - -[ERROR:PP0102] generic/class/class_test_40.sv:8 Unknown macro "uvm_object_registry". - -[ERROR:PP0102] generic/class/class_test_41.sv:8 Unknown macro "uvm_object_utils". - -[ERROR:PP0102] generic/class/class_test_41.sv:9 Unknown macro "uvm_object_registry". - -[ERROR:PP0102] generic/class/class_test_41.sv:10 Unknown macro "uvm_sweets". - -[ERROR:PP0102] generic/class/class_test_41.sv:11 Unknown macro "non_uvm_macro". - -[ERROR:PP0102] generic/class/class_test_41.sv:11 Unknown macro "banana". - -[ERROR:PP0102] generic/class/class_test_42.sv:8 Unknown macro "uvm_object_utils_begin". - -[ERROR:PP0102] generic/class/class_test_42.sv:9 Unknown macro "uvm_object_utils". - -[ERROR:PP0102] generic/class/class_test_42.sv:10 Unknown macro "uvm_object_utils_end". - -[ERROR:PP0102] generic/class/class_test_43.sv:8 Unknown macro "uvm_object_utils_begin". - -[ERROR:PP0102] generic/class/class_test_43.sv:9 Unknown macro "uvm_field_int". - -[ERROR:PP0102] generic/class/class_test_43.sv:10 Unknown macro "uvm_field_int". - -[ERROR:PP0102] generic/class/class_test_43.sv:11 Unknown macro "uvm_field_enum". - -[ERROR:PP0102] generic/class/class_test_43.sv:12 Unknown macro "uvm_object_utils_end". - -[ERROR:PP0102] generic/class/class_test_44.sv:8 Unknown macro "uvm_field_utils_begin". - -[ERROR:PP0102] generic/class/class_test_44.sv:9 Unknown macro "uvm_field_int". - -[ERROR:PP0102] generic/class/class_test_44.sv:10 Unknown macro "uvm_field_real". - -[ERROR:PP0102] generic/class/class_test_44.sv:11 Unknown macro "uvm_field_enum". - -[ERROR:PP0102] generic/class/class_test_44.sv:12 Unknown macro "uvm_field_object". - -[ERROR:PP0102] generic/class/class_test_44.sv:13 Unknown macro "uvm_field_event". - -[ERROR:PP0102] generic/class/class_test_44.sv:14 Unknown macro "uvm_field_string". - -[ERROR:PP0102] generic/class/class_test_44.sv:15 Unknown macro "uvm_field_array_int". - -[ERROR:PP0102] generic/class/class_test_44.sv:16 Unknown macro "uvm_field_sarray_int". - -[ERROR:PP0102] generic/class/class_test_44.sv:17 Unknown macro "uvm_field_aa_int_string". - -[ERROR:PP0102] generic/class/class_test_44.sv:18 Unknown macro "uvm_field_utils_end". - -[ERROR:PP0102] generic/class/class_test_45.sv:8 Unknown macro "uvm_object_param_utils_begin". - -[ERROR:PP0102] generic/class/class_test_45.sv:9 Unknown macro "uvm_field_int". - -[ERROR:PP0102] generic/class/class_test_45.sv:10 Unknown macro "uvm_field_real". - -[ERROR:PP0102] generic/class/class_test_45.sv:11 Unknown macro "uvm_field_enum". - -[ERROR:PP0102] generic/class/class_test_45.sv:12 Unknown macro "uvm_object_utils_end". - -[ERROR:PP0102] generic/class/class_test_46.sv:8 Unknown macro "uvm_component_utils". - -[ERROR:PP0102] generic/class/class_test_46.sv:9 Unknown macro "uvm_component_utils_begin". - -[ERROR:PP0102] generic/class/class_test_46.sv:10 Unknown macro "uvm_field_object". - -[ERROR:PP0102] generic/class/class_test_46.sv:11 Unknown macro "uvm_field_event". - -[ERROR:PP0102] generic/class/class_test_46.sv:12 Unknown macro "uvm_field_string". - -[ERROR:PP0102] generic/class/class_test_46.sv:13 Unknown macro "uvm_component_utils_end". - -[ERROR:PP0102] generic/class/class_test_47.sv:8 Unknown macro "uvm_new_func". - -[ERROR:PP0102] generic/class/class_test_47.sv:9 Unknown macro "uvm_new_func2". - -[ERROR:PP0102] generic/class/class_test_47.sv:10 Unknown macro "uvm_new_func3". - -[WARNI:PP0103] generic/class/class_test_48.sv:8 Undefining an unknown macro "EVIL_MACRO". - -[ERROR:PP0102] generic/member/class_member_test_13.sv:9 Unknown macro "SSS". - -[ERROR:PP0101] generic/preproc/preproc_test_2.sv:7 Cannot open include file "foo.svh". - -[WARNI:PP0113] generic/preproc/preproc_test_5.sv:7 Unused macro argument "a". - -[WARNI:PP0113] generic/preproc/preproc_test_5.sv:7 Unused macro argument "b". - -[WARNI:PP0113] generic/preproc/preproc_test_5.sv:7 Unused macro argument "c". - -[ERROR:PA0207] sanity.sv:14 Syntax error: no viable alternative at input 'syntaxerror\n\twire', - wire clk; - ^-- ./slpp_unit/work/sanity.sv:14 col:1. - -[ERROR:PA0207] chapter-11/11.3.6--assign_in_expr_inv.sv:14 Syntax error: no viable alternative at input 'module top();\n\nint a;\nint b;\nint c;\n\ninitial begin\n\ta = b =', - a = b = c = 5; - ^-- ./slpp_unit/work/chapter-11/11.3.6--assign_in_expr_inv.sv:14 col:7. - -[ERROR:PA0207] chapter-5/5.6--wrong-identifiers.sv:8 Syntax error: no viable alternative at input 'module identifiers();\n reg $', - reg $dollar; - ^-- ./slpp_unit/work/chapter-5/5.6--wrong-identifiers.sv:8 col:6. - -[ERROR:PA0207] chapter-5/5.7.1--integers-signed-illegal.sv:11 Syntax error: no viable alternative at input 'module top();\n logic [7:0] a;\n\n initial begin\n a = 8'd', - a = 8'd-6; - ^-- ./slpp_unit/work/chapter-5/5.7.1--integers-signed-illegal.sv:11 col:10. - -[ERROR:PA0207] chapter-5/5.7.2-real-constants-illegal.sv:11 Syntax error: no viable alternative at input 'module top();\n logic [31:0] a;\n\n initial begin;\n a = .', - a = .12; - ^-- ./slpp_unit/work/chapter-5/5.7.2-real-constants-illegal.sv:11 col:8. - -[ERROR:PA0207] chapter-6/6.9.2--vector_vectored_inv.sv:8 Syntax error: no viable alternative at input 'module top();\n\tlogic vectored', - logic vectored [15:0] a = 0; - ^-- ./slpp_unit/work/chapter-6/6.9.2--vector_vectored_inv.sv:8 col:7. - -[ERROR:PA0203] generic/class/class_test_40.sv:8 Unknown macro "uvm_object_registry". - -[ERROR:PA0203] generic/class/class_test_41.sv:8 Unknown macro "uvm_object_utils". - -[ERROR:PA0203] generic/class/class_test_41.sv:9 Unknown macro "uvm_object_registry". - -[ERROR:PA0203] generic/class/class_test_41.sv:10 Unknown macro "uvm_sweets". - -[ERROR:PA0203] generic/class/class_test_41.sv:11 Unknown macro "non_uvm_macro". - -[ERROR:PA0203] generic/class/class_test_42.sv:8 Unknown macro "uvm_object_utils_begin". - -[ERROR:PA0203] generic/class/class_test_42.sv:9 Unknown macro "uvm_object_utils". - -[ERROR:PA0203] generic/class/class_test_42.sv:10 Unknown macro "uvm_object_utils_end". - -[ERROR:PA0203] generic/class/class_test_43.sv:8 Unknown macro "uvm_object_utils_begin". - -[ERROR:PA0203] generic/class/class_test_43.sv:9 Unknown macro "uvm_field_int". - -[ERROR:PA0203] generic/class/class_test_43.sv:10 Unknown macro "uvm_field_int". - -[ERROR:PA0203] generic/class/class_test_43.sv:11 Unknown macro "uvm_field_enum". - -[ERROR:PA0203] generic/class/class_test_43.sv:12 Unknown macro "uvm_object_utils_end". - -[ERROR:PA0203] generic/class/class_test_44.sv:8 Unknown macro "uvm_field_utils_begin". - -[ERROR:PA0203] generic/class/class_test_44.sv:9 Unknown macro "uvm_field_int". - -[ERROR:PA0203] generic/class/class_test_44.sv:10 Unknown macro "uvm_field_real". - -[ERROR:PA0203] generic/class/class_test_44.sv:11 Unknown macro "uvm_field_enum". - -[ERROR:PA0203] generic/class/class_test_44.sv:12 Unknown macro "uvm_field_object". - -[ERROR:PA0203] generic/class/class_test_44.sv:13 Unknown macro "uvm_field_event". - -[ERROR:PA0203] generic/class/class_test_44.sv:14 Unknown macro "uvm_field_string". - -[ERROR:PA0203] generic/class/class_test_44.sv:15 Unknown macro "uvm_field_array_int". - -[ERROR:PA0203] generic/class/class_test_44.sv:16 Unknown macro "uvm_field_sarray_int". - -[ERROR:PA0203] generic/class/class_test_44.sv:17 Unknown macro "uvm_field_aa_int_string". - -[ERROR:PA0203] generic/class/class_test_44.sv:18 Unknown macro "uvm_field_utils_end". - -[ERROR:PA0203] generic/class/class_test_45.sv:8 Unknown macro "uvm_object_param_utils_begin". - -[ERROR:PA0203] generic/class/class_test_45.sv:9 Unknown macro "uvm_field_int". - -[ERROR:PA0203] generic/class/class_test_45.sv:10 Unknown macro "uvm_field_real". - -[ERROR:PA0203] generic/class/class_test_45.sv:11 Unknown macro "uvm_field_enum". - -[ERROR:PA0203] generic/class/class_test_45.sv:12 Unknown macro "uvm_object_utils_end". - -[ERROR:PA0203] generic/class/class_test_46.sv:8 Unknown macro "uvm_component_utils". - -[ERROR:PA0203] generic/class/class_test_46.sv:9 Unknown macro "uvm_component_utils_begin". - -[ERROR:PA0203] generic/class/class_test_46.sv:10 Unknown macro "uvm_field_object". - -[ERROR:PA0203] generic/class/class_test_46.sv:11 Unknown macro "uvm_field_event". - -[ERROR:PA0203] generic/class/class_test_46.sv:12 Unknown macro "uvm_field_string". - -[ERROR:PA0203] generic/class/class_test_46.sv:13 Unknown macro "uvm_component_utils_end". - -[ERROR:PA0203] generic/class/class_test_47.sv:8 Unknown macro "uvm_new_func". - -[ERROR:PA0203] generic/class/class_test_47.sv:9 Unknown macro "uvm_new_func2". - -[ERROR:PA0203] generic/class/class_test_47.sv:10 Unknown macro "uvm_new_func3". - -[ERROR:PA0207] generic/member/class_member_test_13.sv:9 Syntax error: no viable alternative at input '= SURELOG_MACRO_NOT_DEFINED:SSS!!!', - protected const int countess = SURELOG_MACRO_NOT_DEFINED:SSS!!! ; - ^-- ./slpp_unit/work/generic/member/class_member_test_13.sv:9 col:33. - -[WARNI:PA0205] sanity.sv:7 No timescale set for "sanity_tb". - -[WARNI:PA0205] chapter-11/11.10--string_bit_array.sv:7 No timescale set for "top". - -[WARNI:PA0205] chapter-11/11.3.6--assign_in_expr_inv.sv:7 No timescale set for "MODULE NAME UNKNOWN". - -[WARNI:PA0205] chapter-12/12.4--if.sv:7 No timescale set for "if_tb". - -[WARNI:PA0205] chapter-12/12.5--case.sv:7 No timescale set for "case_tb". - -[WARNI:PA0205] chapter-12/12.7.1--for.sv:7 No timescale set for "for_tb". - -[WARNI:PA0205] chapter-12/12.7.2--repeat.sv:7 No timescale set for "repeat_tb". - -[WARNI:PA0205] chapter-12/12.7.3--foreach.sv:7 No timescale set for "foreach_tb". - -[WARNI:PA0205] chapter-12/12.7.4--while.sv:7 No timescale set for "while_tb". - -[WARNI:PA0205] chapter-12/12.7.5--dowhile.sv:7 No timescale set for "dowhile_tb". - -[WARNI:PA0205] chapter-12/12.8--break.sv:7 No timescale set for "jump_tb". - -[WARNI:PA0205] chapter-5/5.12-attributes-module.sv:8 No timescale set for "topa". - -[WARNI:PA0205] chapter-5/5.12-attributes-module.sv:12 No timescale set for "topb". - -[WARNI:PA0205] chapter-5/5.12-attributes-module.sv:16 No timescale set for "topc". - -[WARNI:PA0205] chapter-5/5.4--coments.sv:7 No timescale set for "empty". - -[WARNI:PA0205] chapter-5/5.6--identifiers.sv:7 No timescale set for "identifiers". - -[WARNI:PA0205] chapter-5/5.6.3--system-functions.sv:7 No timescale set for "systemfn". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-begin-keywords.sv:10 No timescale set for "b_kw". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-celldefine.sv:9 No timescale set for "cd". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-celldefine.sv:13 No timescale set for "ncd". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-debug-line.sv:8 No timescale set for "directives". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-default-nettype.sv:10 No timescale set for "dn". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-define.sv:14 No timescale set for "d". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-pragma.sv:8 No timescale set for "ts". - -[WARNI:PA0205] chapter-6/6.10--implicit_port_connection.sv:17 No timescale set for "test". - -[WARNI:PA0205] chapter-6/6.6.8--interconnect.sv:14 No timescale set for "mod_i". - -[WARNI:PA0205] chapter-6/6.6.8--interconnect.sv:18 No timescale set for "mod_o". - -[WARNI:PA0205] chapter-8/8.10--static_methods.sv:7 No timescale set for "class_tb". - -[WARNI:PA0205] chapter-9/9.2.1--initial.sv:7 No timescale set for "initial_tb". - -[WARNI:PA0205] chapter-9/9.2.2.1--always.sv:7 No timescale set for "always_tb". - -[WARNI:PA0205] chapter-9/9.3.1--sequential_block.sv:7 No timescale set for "sequential_tb". - -[WARNI:PA0205] chapter-9/9.3.2--parallel_block_join.sv:7 No timescale set for "parallel_tb". - -[WARNI:PA0205] chapter-9/9.3.3--block_start_finish.sv:7 No timescale set for "block_tb". - -[WARNI:PA0205] chapter-9/9.4.2.4--event_sequence.sv:7 No timescale set for "seq_tb". - -[WARNI:PA0205] chapter-9/9.6.1--wait_fork.sv:7 No timescale set for "fork_tb". - -[WARNI:PA0205] chapter-9/9.7--process_cls_await.sv:7 No timescale set for "process_tb". - -[WARNI:PA0205] generic/desc/desc_test_13.sv:7 No timescale set for "foo_pkg". - -[WARNI:PA0205] generic/desc/desc_test_14.sv:9 No timescale set for "foo_mod". - -[WARNI:PA0205] generic/desc/desc_test_15.sv:7 No timescale set for "module_fpga". - -[INFO :CP0300] Compilation... - -[INFO :CP0301] generic/desc/desc_test_13.sv:7 Compile package "foo_pkg". - -[INFO :CP0301] generic/desc/desc_test_14.sv:7 Compile package "foo_pkg". - -[INFO :CP0303] chapter-9/9.2.2.1--always.sv:7 Compile module "work@always_tb". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-begin-keywords.sv:10 Compile module "work@b_kw". - -[INFO :CP0303] chapter-9/9.3.3--block_start_finish.sv:7 Compile module "work@block_tb". - -[INFO :CP0303] chapter-12/12.5--case.sv:7 Compile module "work@case_tb". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-celldefine.sv:9 Compile module "work@cd". - -[INFO :CP0303] chapter-8/8.10--static_methods.sv:7 Compile module "work@class_tb". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-define.sv:14 Compile module "work@d". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-debug-line.sv:8 Compile module "work@directives". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-default-nettype.sv:10 Compile module "work@dn". - -[INFO :CP0303] chapter-12/12.7.5--dowhile.sv:7 Compile module "work@dowhile_tb". - -[INFO :CP0303] chapter-5/5.4--coments.sv:7 Compile module "work@empty". - -[INFO :CP0303] generic/desc/desc_test_14.sv:9 Compile module "work@foo_mod". - -[INFO :CP0303] chapter-12/12.7.1--for.sv:7 Compile module "work@for_tb". - -[INFO :CP0303] chapter-12/12.7.3--foreach.sv:7 Compile module "work@foreach_tb". - -[INFO :CP0303] chapter-9/9.6.1--wait_fork.sv:7 Compile module "work@fork_tb". - -[INFO :CP0303] chapter-5/5.6--identifiers.sv:7 Compile module "work@identifiers". - -[INFO :CP0303] chapter-12/12.4--if.sv:7 Compile module "work@if_tb". - -[INFO :CP0303] chapter-9/9.2.1--initial.sv:7 Compile module "work@initial_tb". - -[INFO :CP0303] chapter-12/12.8--break.sv:7 Compile module "work@jump_tb". - -[INFO :CP0303] chapter-6/6.6.8--interconnect.sv:14 Compile module "work@mod_i". - -[INFO :CP0303] chapter-6/6.6.8--interconnect.sv:18 Compile module "work@mod_o". - -[INFO :CP0303] generic/desc/desc_test_15.sv:7 Compile module "work@module_fpga". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-celldefine.sv:13 Compile module "work@ncd". - -[INFO :CP0303] chapter-9/9.3.2--parallel_block_join.sv:7 Compile module "work@parallel_tb". - -[INFO :CP0303] chapter-9/9.7--process_cls_await.sv:7 Compile module "work@process_tb". - -[INFO :CP0303] chapter-12/12.7.2--repeat.sv:7 Compile module "work@repeat_tb". - -[INFO :CP0303] sanity.sv:7 Compile module "work@sanity_tb". - -[INFO :CP0303] chapter-9/9.4.2.4--event_sequence.sv:7 Compile module "work@seq_tb". - -[INFO :CP0303] chapter-9/9.3.1--sequential_block.sv:7 Compile module "work@sequential_tb". - -[INFO :CP0303] chapter-5/5.6.3--system-functions.sv:7 Compile module "work@systemfn". - -[INFO :CP0303] chapter-6/6.10--implicit_port_connection.sv:17 Compile module "work@test". - -[INFO :CP0303] chapter-11/11.10--string_bit_array.sv:7 Compile module "work@top". - -[INFO :CP0303] chapter-5/5.12-attributes-module.sv:8 Compile module "work@topa". - -[INFO :CP0303] chapter-5/5.12-attributes-module.sv:12 Compile module "work@topb". - -[INFO :CP0303] chapter-5/5.12-attributes-module.sv:16 Compile module "work@topc". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-pragma.sv:8 Compile module "work@ts". - -[INFO :CP0303] chapter-12/12.7.4--while.sv:7 Compile module "work@while_tb". - -[INFO :CP0302] generic/class/class_test_55.sv:7 Compile class "work@Driver". - -[INFO :CP0302] generic/class/class_test_56.sv:7 Compile class "work@Driver". - -[INFO :CP0302] generic/class/class_test_1.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_11.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_12.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_13.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_14.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_16.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_17.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_18.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_19.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_2.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_20.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_21.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_22.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_23.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_24.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_25.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_26.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_27.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_28.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_29.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_3.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_30.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_4.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_5.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_6.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_7.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_8.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_9.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/member/class_member_test_1.sv:7 Compile class "work@c". - -[INFO :CP0302] chapter-8/8.27--forward_declaration.sv:10 Compile class "work@class_tb::C1". - -[INFO :CP0302] chapter-8/8.27--forward_declaration.sv:14 Compile class "work@class_tb::C2". - -[INFO :CP0302] chapter-8/8.26.2--implements.sv:12 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.2--implements_extends.sv:22 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.2--implements_multiple.sv:16 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.3--type_access_implements.sv:13 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.3--type_access_implements_invalid.sv:13 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.4--illegal_forward_def_implements.sv:10 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.4--illegal_implements_parameter.sv:13 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.5--cast_between_interface_classes.sv:16 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.5--implemented_class_handle.sv:12 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.6.1--name_conflict_resolved.sv:16 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.6.1--name_conflict_unresolved.sv:16 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.18--var_local.sv:8 Compile class "work@class_tb::a_cls". - -[INFO :CP0302] chapter-8/8.18--var_protected.sv:8 Compile class "work@class_tb::a_cls". - -[INFO :CP0302] chapter-8/8.19--global_constant.sv:8 Compile class "work@class_tb::a_cls". - -[INFO :CP0302] chapter-8/8.19--instance_constant.sv:8 Compile class "work@class_tb::a_cls". - -[INFO :CP0302] chapter-8/8.22--dynamic_method_lookup.sv:12 Compile class "work@class_tb::a_cls". - -[INFO :CP0302] chapter-8/8.22--dynamic_method_lookup.sv:18 Compile class "work@class_tb::b_cls". - -[INFO :CP0302] chapter-8/8.26.2--implements_extends.sv:16 Compile class "work@class_tb::base". - -[INFO :CP0302] chapter-8/8.21--abstract_class.sv:8 Compile class "work@class_tb::base_cls". - -[INFO :CP0302] chapter-8/8.21--abstract_class_inst.sv:8 Compile class "work@class_tb::base_cls". - -[INFO :CP0302] chapter-8/8.22--dynamic_method_lookup.sv:8 Compile class "work@class_tb::base_cls". - -[INFO :CP0302] chapter-8/8.25--parametrized_class_extend.sv:8 Compile class "work@class_tb::base_cls". - -[INFO :CP0302] chapter-8/8.22--dynamic_method_lookup.sv:24 Compile class "work@class_tb::c_cls". - -[INFO :CP0302] chapter-8/8.25--parametrized_class_extend.sv:12 Compile class "work@class_tb::ext_cls". - -[INFO :CP0302] chapter-8/8.26.7--partial_implementation.sv:20 Compile class "work@class_tb::helloworld". - -[INFO :CP0302] chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:9 Compile class "work@class_tb::par_cls". - -[INFO :CP0302] chapter-8/8.25.1--parametrized_class_scope_resolution.sv:9 Compile class "work@class_tb::par_cls". - -[INFO :CP0302] chapter-8/8.13--inheritance.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.14--override_member.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.15--super.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.17--constructor_const_arg.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.20--virtual_method.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.7--constructor_super.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.8--typed_constructor.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.8--typed_constructor_param.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.10--static_methods.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.11--this.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.12--assignment.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.12--shallow_copy.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.13--inheritance.sv:18 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.14--override_member.sv:18 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.15--super.sv:18 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.17--constructor_const_arg.sv:14 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.20--virtual_method.sv:15 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.21--abstract_class.sv:12 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.21--abstract_class_inst.sv:12 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.23--scope_resolution.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.24--out_of_block_methods.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.4--instantiation.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.5--parameters.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.5--properties.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.5--properties_enum.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.6--methods.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.7--constructor.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.7--constructor_param.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.7--constructor_super.sv:14 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.8--typed_constructor.sv:15 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.8--typed_constructor_param.sv:15 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.9--static_properties.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.26.7--partial_implementation.sv:13 Compile class "work@class_tb::vhello". - -[INFO :CP0302] generic/member/class_member_test_39.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_40.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_41.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_42.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_43.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_44.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_45.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_46.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/class/class_test_54.sv:7 Compile class "work@event_calendar". - -[INFO :CP0302] generic/class/class_test_57.sv:7 Compile class "work@fields_with_modifiers". - -[INFO :CP0302] generic/class/class_test_58.sv:7 Compile class "work@fields_with_modifiers". - -[INFO :CP0302] generic/class/class_test_36.sv:7 Compile class "work@foo". - -[INFO :CP0302] generic/class/class_test_37.sv:7 Compile class "work@foo". - -[INFO :CP0302] generic/member/class_member_test_57.sv:7 Compile class "work@foo_class". - -[INFO :CP0302] generic/member/class_member_test_47.sv:7 Compile class "work@fun_with_typedef_members". - -[INFO :CP0302] generic/class/class_test_51.sv:7 Compile class "work@how_wide". - -[INFO :CP0302] generic/class/class_test_52.sv:7 Compile class "work@how_wide". - -[INFO :CP0302] generic/class/class_test_40.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_41.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_42.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_43.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_44.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_45.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_46.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_47.sv:7 Compile class "work@macros_id_as_call". - -[INFO :CP0302] generic/member/class_member_test_0.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_11.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_14.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_15.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_16.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_17.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_18.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_19.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_2.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_20.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_21.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_23.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_24.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_25.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_26.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_27.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_28.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_29.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_3.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_30.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_31.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_32.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_34.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_35.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_36.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_37.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_38.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_4.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_48.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_49.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_5.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_50.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_51.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_52.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_53.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_54.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_55.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_56.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_58.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_6.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_7.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_8.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_9.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_10.sv:7 Compile class "work@outerclass". - -[INFO :CP0302] generic/member/class_member_test_10.sv:8 Compile class "work@outerclass::innerclass". - -[INFO :CP0302] generic/member/class_member_test_10.sv:9 Compile class "work@outerclass::innerclass::reallyinnerclass". - -[INFO :CP0302] generic/class/class_test_53.sv:7 Compile class "work@param_types_as_class_item". - -[INFO :CP0302] generic/class/class_test_49.sv:7 Compile class "work@params_as_class_item". - -[INFO :CP0302] generic/class/class_test_48.sv:7 Compile class "work@pp_as_class_item". - -[INFO :CP0302] generic/class/class_test_59.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_60.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_61.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_62.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_63.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_64.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_65.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_66.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_67.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_68.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_69.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/member/class_member_test_13.sv:7 Compile class "work@protected_stuff". - -[INFO :CP0302] generic/member/class_member_test_12.sv:7 Compile class "work@semaphore". - -[INFO :CP0302] generic/class/class_test_0.sv:7 Compile class "work@semicolon_classy". - -[INFO :CP0302] chapter-7/arrays/associative/class.sv:9 Compile class "work@top::C". - -[INFO :CP0302] chapter-6/6.20.6--const.sv:8 Compile class "work@top::test_cls". - -[INFO :CP0302] generic/class/class_test_32.sv:7 Compile class "work@zzxx". - -[INFO :CP0302] generic/class/class_test_35.sv:7 Compile class "work@zzxx". - -[INFO :CP0302] generic/class/class_test_33.sv:7 Compile class "work@zzxy". - -[INFO :CP0302] generic/class/class_test_34.sv:7 Compile class "work@zzyyy". - -[ERROR:CP0329] generic/desc/desc_test_13.sv:7 Multiply defined package: "foo_pkg", - generic/desc/desc_test_14.sv:7 previous definition. - -[NOTE :CP0309] chapter-6/6.6.8--interconnect.sv:18 Implicit port type (wire) for "out". - -[NOTE :CP0309] chapter-6/6.10--implicit_port_connection.sv:17 Implicit port type (wire) for "c". - -[ERROR:CP0316] generic/class/class_test_36.sv:8 Undefined package "fedex_pkg". - -[ERROR:CP0316] generic/class/class_test_36.sv:9 Undefined package "fedex_pkg". - -[ERROR:CP0316] generic/class/class_test_37.sv:8 Undefined package "fedex_pkg". - -[ERROR:CP0316] generic/class/class_test_37.sv:9 Undefined package "fedex_pkg". - -[INFO :EL0526] Design Elaboration... - -Instance tree: -[TOP] work@sanity_tb work@sanity_tb -[TOP] work@top work@top -[TOP] work@if_tb work@if_tb -[TOP] work@case_tb work@case_tb -[TOP] work@for_tb work@for_tb -[TOP] work@repeat_tb work@repeat_tb -[TOP] work@foreach_tb work@foreach_tb -[TOP] work@while_tb work@while_tb -[TOP] work@dowhile_tb work@dowhile_tb -[TOP] work@jump_tb work@jump_tb -[TOP] work@topa work@topa -[TOP] work@topb work@topb -[TOP] work@topc work@topc -[TOP] work@empty work@empty -[TOP] work@identifiers work@identifiers -[TOP] work@systemfn work@systemfn -[TOP] work@b_kw work@b_kw -[TOP] work@cd work@cd -[TOP] work@ncd work@ncd -[TOP] work@directives work@directives -[TOP] work@dn work@dn -[TOP] work@d work@d -[TOP] work@ts work@ts -[TOP] work@class_tb work@class_tb -[TOP] work@initial_tb work@initial_tb -[TOP] work@always_tb work@always_tb -[TOP] work@sequential_tb work@sequential_tb -[TOP] work@parallel_tb work@parallel_tb -[TOP] work@block_tb work@block_tb -[TOP] work@seq_tb work@seq_tb -[TOP] work@fork_tb work@fork_tb -[TOP] work@process_tb work@process_tb -[TOP] work@foo_mod work@foo_mod -[TOP] work@module_fpga work@module_fpga -[SCO] work@sanity_tb.UNNAMED work@sanity_tb.UNNAMED -[SCO] work@top.UNNAMED work@top.UNNAMED -[SCO] work@if_tb.UNNAMED work@if_tb.UNNAMED -[SCO] work@case_tb.UNNAMED work@case_tb.UNNAMED -[SCO] work@for_tb.UNNAMED work@for_tb.UNNAMED -[SCO] work@repeat_tb.UNNAMED work@repeat_tb.UNNAMED -[SCO] work@foreach_tb.UNNAMED work@foreach_tb.UNNAMED -[SCO] work@while_tb.UNNAMED work@while_tb.UNNAMED -[SCO] work@dowhile_tb.UNNAMED work@dowhile_tb.UNNAMED -[SCO] work@jump_tb.UNNAMED work@jump_tb.UNNAMED -[SCO] work@class_tb.UNNAMED work@class_tb.UNNAMED -[SCO] work@sequential_tb.UNNAMED work@sequential_tb.UNNAMED -[SCO] work@parallel_tb.UNNAMED work@parallel_tb.UNNAMED -[SCO] work@block_tb.UNNAMED work@block_tb.UNNAMED -[SCO] work@seq_tb.UNNAMED work@seq_tb.UNNAMED -[SCO] work@fork_tb.UNNAMED work@fork_tb.UNNAMED -[SCO] work@process_tb.UNNAMED work@process_tb.UNNAMED -[SCO] work@process_tb.UNNAMED work@process_tb.UNNAMED -[SCO] work@sanity_tb.UNNAMED.UNNAMED work@sanity_tb.UNNAMED.UNNAMED -[SCO] work@sanity_tb.UNNAMED.UNNAMED work@sanity_tb.UNNAMED.UNNAMED -[SCO] work@while_tb.UNNAMED.UNNAMED work@while_tb.UNNAMED.UNNAMED -[SCO] work@dowhile_tb.UNNAMED.UNNAMED work@dowhile_tb.UNNAMED.UNNAMED -[SCO] work@jump_tb.UNNAMED.UNNAMED work@jump_tb.UNNAMED.UNNAMED -[SCO] work@block_tb.UNNAMED.UNNAMED work@block_tb.UNNAMED.UNNAMED -[SCO] work@block_tb.UNNAMED.UNNAMED work@block_tb.UNNAMED.UNNAMED -[SCO] work@seq_tb.UNNAMED.UNNAMED work@seq_tb.UNNAMED.UNNAMED -[SCO] work@fork_tb.UNNAMED.UNNAMED work@fork_tb.UNNAMED.UNNAMED -[SCO] work@process_tb.UNNAMED.UNNAMED work@process_tb.UNNAMED.UNNAMED -[SCO] work@seq_tb.UNNAMED.UNNAMED.UNNAMED work@seq_tb.UNNAMED.UNNAMED.UNNAMED -[SCO] work@seq_tb.UNNAMED.UNNAMED.UNNAMED work@seq_tb.UNNAMED.UNNAMED.UNNAMED -[SCO] work@fork_tb.UNNAMED.UNNAMED.UNNAMED work@fork_tb.UNNAMED.UNNAMED.UNNAMED -[SCO] work@fork_tb.UNNAMED.UNNAMED.UNNAMED work@fork_tb.UNNAMED.UNNAMED.UNNAMED - -[ERROR:CP0317] generic/class/class_test_31.sv:7 Undefined type "myclass_fwd". - -[ERROR:CP0317] generic/enum/enum_test_0.sv:7 Undefined type "myenum_fwd". - -[ERROR:CP0317] generic/struct/struct_test_0.sv:7 Undefined type "mystruct_fwd". - -[ERROR:CP0317] generic/typedef/typedef_test_10.sv:7 Undefined type "data_t". - -[ERROR:CP0317] generic/typedef/typedef_test_11.sv:7 Undefined type "data_t". - -[ERROR:CP0317] generic/typedef/typedef_test_12.sv:7 Undefined type "data_t". - -[ERROR:CP0317] generic/typedef/typedef_test_13.sv:7 Undefined type "data_t". - -[ERROR:CP0317] generic/typedef/typedef_test_8.sv:7 Undefined type "some_other_type". - -[ERROR:CP0317] generic/typedef/typedef_test_9.sv:7 Undefined type "data_t". - -[ERROR:CP0317] generic/union/union_test_0.sv:7 Undefined type "myunion_fwd". - -[NOTE :EL0503] sanity.sv:7 Top level module "work@sanity_tb". - -[NOTE :EL0503] chapter-11/11.10--string_bit_array.sv:7 Top level module "work@top". - -[NOTE :EL0503] chapter-11/11.3.6--assign_in_expr_inv.sv:7 Top level module "work@MODULE NAME UNKNOWN". - -[NOTE :EL0503] chapter-12/12.4--if.sv:7 Top level module "work@if_tb". - -[NOTE :EL0503] chapter-12/12.5--case.sv:7 Top level module "work@case_tb". - -[NOTE :EL0503] chapter-12/12.7.1--for.sv:7 Top level module "work@for_tb". - -[NOTE :EL0503] chapter-12/12.7.2--repeat.sv:7 Top level module "work@repeat_tb". - -[NOTE :EL0503] chapter-12/12.7.3--foreach.sv:7 Top level module "work@foreach_tb". - -[NOTE :EL0503] chapter-12/12.7.4--while.sv:7 Top level module "work@while_tb". - -[NOTE :EL0503] chapter-12/12.7.5--dowhile.sv:7 Top level module "work@dowhile_tb". - -[NOTE :EL0503] chapter-12/12.8--break.sv:7 Top level module "work@jump_tb". - -[NOTE :EL0503] chapter-5/5.12-attributes-module.sv:8 Top level module "work@topa". - -[NOTE :EL0503] chapter-5/5.12-attributes-module.sv:12 Top level module "work@topb". - -[NOTE :EL0503] chapter-5/5.12-attributes-module.sv:16 Top level module "work@topc". - -[NOTE :EL0503] chapter-5/5.4--coments.sv:7 Top level module "work@empty". - -[NOTE :EL0503] chapter-5/5.6--identifiers.sv:7 Top level module "work@identifiers". - -[NOTE :EL0503] chapter-5/5.6.3--system-functions.sv:7 Top level module "work@systemfn". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-begin-keywords.sv:10 Top level module "work@b_kw". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-celldefine.sv:9 Top level module "work@cd". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-celldefine.sv:13 Top level module "work@ncd". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-debug-line.sv:8 Top level module "work@directives". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-default-nettype.sv:10 Top level module "work@dn". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-define.sv:14 Top level module "work@d". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-pragma.sv:8 Top level module "work@ts". - -[NOTE :EL0503] chapter-8/8.10--static_methods.sv:7 Top level module "work@class_tb". - -[NOTE :EL0503] chapter-9/9.2.1--initial.sv:7 Top level module "work@initial_tb". - -[NOTE :EL0503] chapter-9/9.2.2.1--always.sv:7 Top level module "work@always_tb". - -[NOTE :EL0503] chapter-9/9.3.1--sequential_block.sv:7 Top level module "work@sequential_tb". - -[NOTE :EL0503] chapter-9/9.3.2--parallel_block_join.sv:7 Top level module "work@parallel_tb". - -[NOTE :EL0503] chapter-9/9.3.3--block_start_finish.sv:7 Top level module "work@block_tb". - -[NOTE :EL0503] chapter-9/9.4.2.4--event_sequence.sv:7 Top level module "work@seq_tb". - -[NOTE :EL0503] chapter-9/9.6.1--wait_fork.sv:7 Top level module "work@fork_tb". - -[NOTE :EL0503] chapter-9/9.7--process_cls_await.sv:7 Top level module "work@process_tb". - -[NOTE :EL0503] generic/desc/desc_test_14.sv:9 Top level module "work@foo_mod". - -[NOTE :EL0503] generic/desc/desc_test_15.sv:7 Top level module "work@module_fpga". - -[WARNI:EL0505] chapter-5/5.6--wrong-identifiers.sv:7 Multiply defined module "work@MODULE NAME UNKNOWN", - chapter-11/11.3.6--assign_in_expr_inv.sv:7 previous definition, - chapter-5/5.7.1--integers-signed-illegal.sv:7 previous definition, - chapter-5/5.7.2-real-constants-illegal.sv:7 previous definition, - chapter-6/6.9.2--vector_vectored_inv.sv:7 previous definition. - -[WARNI:EL0505] chapter-9/9.2.2.2--always_comb.sv:7 Multiply defined module "work@always_tb", - chapter-9/9.2.2.1--always.sv:7 previous definition, - chapter-9/9.2.2.3--always_latch.sv:7 previous definition, - chapter-9/9.2.2.4--always_ff.sv:7 previous definition. - -[WARNI:EL0505] chapter-9/9.3.3--event.sv:7 Multiply defined module "work@block_tb", - chapter-9/9.3.3--block_start_finish.sv:7 previous definition, - chapter-9/9.3.3--fork_return.sv:7 previous definition, - chapter-9/9.3.4--block_names_par.sv:7 previous definition, - chapter-9/9.3.4--block_names_seq.sv:7 previous definition, - chapter-9/9.3.5--statement_labels_par.sv:7 previous definition, - chapter-9/9.3.5--statement_labels_seq.sv:7 previous definition, - chapter-9/9.4.1--delay_control.sv:7 previous definition, - chapter-9/9.4.2--event_control_edge.sv:7 previous definition, - chapter-9/9.4.2--event_control_negedge.sv:7 previous definition, - chapter-9/9.4.2--event_control_posedge.sv:7 previous definition, - chapter-9/9.4.2.1--event_comma_op.sv:7 previous definition, - chapter-9/9.4.2.1--event_or_op.sv:7 previous definition, - chapter-9/9.4.2.2--event_implicit.sv:7 previous definition, - chapter-9/9.4.2.3--event_conditional.sv:7 previous definition, - chapter-9/9.4.3--event_sequence_controls.sv:7 previous definition, - chapter-9/9.4.5--event_blocking_assignment_delay.sv:7 previous definition, - chapter-9/9.4.5--event_nonblocking_assignment_delay.sv:7 previous definition, - chapter-9/9.4.5--event_nonblocking_assignment_event.sv:7 previous definition, - chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv:7 previous definition, - chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv:7 previous definition, - chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv:7 previous definition, - chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv:7 previous definition. - -[WARNI:EL0505] chapter-12/12.5.1--casex.sv:7 Multiply defined module "work@case_tb", - chapter-12/12.5--case.sv:7 previous definition, - chapter-12/12.5.1--casez.sv:7 previous definition, - chapter-12/12.5.2--case_const.sv:7 previous definition, - chapter-12/12.5.4--case_set.sv:7 previous definition, - chapter-12/12.6.1--case_pattern.sv:7 previous definition, - chapter-12/12.6.1--casex_pattern.sv:7 previous definition, - chapter-12/12.6.1--casez_pattern.sv:7 previous definition, - chapter-12/12.6.2--if_pattern.sv:7 previous definition, - chapter-12/12.6.3--conditional_pattern.sv:7 previous definition. - -[WARNI:EL0505] chapter-8/8.11--this.sv:7 Multiply defined module "work@class_tb", - chapter-8/8.10--static_methods.sv:7 previous definition, - chapter-8/8.12--assignment.sv:7 previous definition, - chapter-8/8.12--shallow_copy.sv:7 previous definition, - chapter-8/8.13--inheritance.sv:7 previous definition, - chapter-8/8.14--override_member.sv:7 previous definition, - chapter-8/8.15--super.sv:7 previous definition, - chapter-8/8.16--cast_func.sv:7 previous definition, - chapter-8/8.17--constructor_const_arg.sv:7 previous definition, - chapter-8/8.18--var_local.sv:7 previous definition, - chapter-8/8.18--var_protected.sv:7 previous definition, - chapter-8/8.19--global_constant.sv:7 previous definition, - chapter-8/8.19--instance_constant.sv:7 previous definition, - chapter-8/8.20--virtual_method.sv:7 previous definition, - chapter-8/8.21--abstract_class.sv:7 previous definition, - chapter-8/8.21--abstract_class_inst.sv:7 previous definition, - chapter-8/8.22--dynamic_method_lookup.sv:7 previous definition, - chapter-8/8.23--scope_resolution.sv:7 previous definition, - chapter-8/8.24--out_of_block_methods.sv:7 previous definition, - chapter-8/8.25--parametrized_class_extend.sv:7 previous definition, - chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:7 previous definition, - chapter-8/8.25.1--parametrized_class_scope_resolution.sv:7 previous definition, - chapter-8/8.26.2--implements.sv:7 previous definition, - chapter-8/8.26.2--implements_extends.sv:7 previous definition, - chapter-8/8.26.2--implements_multiple.sv:7 previous definition, - chapter-8/8.26.3--type_access_extends.sv:7 previous definition, - chapter-8/8.26.3--type_access_implements.sv:7 previous definition, - chapter-8/8.26.3--type_access_implements_invalid.sv:7 previous definition, - chapter-8/8.26.4--illegal_forward_def_implements.sv:7 previous definition, - chapter-8/8.26.4--illegal_implements_parameter.sv:7 previous definition, - chapter-8/8.26.5--cast_between_interface_classes.sv:7 previous definition, - chapter-8/8.26.5--implemented_class_handle.sv:7 previous definition, - chapter-8/8.26.5--invalid_interface_instantiation.sv:7 previous definition, - chapter-8/8.26.6.1--name_conflict_resolved.sv:7 previous definition, - chapter-8/8.26.6.1--name_conflict_unresolved.sv:7 previous definition, - chapter-8/8.26.6.2--parameter_type_conflict.sv:7 previous definition, - chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:7 previous definition, - chapter-8/8.26.6.3--diamond_relationship.sv:7 previous definition, - chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:7 previous definition, - chapter-8/8.26.7--partial_implementation.sv:7 previous definition, - chapter-8/8.27--forward_declaration.sv:7 previous definition, - chapter-8/8.4--instantiation.sv:7 previous definition, - chapter-8/8.5--parameters.sv:7 previous definition, - chapter-8/8.5--properties.sv:7 previous definition, - chapter-8/8.5--properties_enum.sv:7 previous definition, - chapter-8/8.6--methods.sv:7 previous definition, - chapter-8/8.7--constructor.sv:7 previous definition, - chapter-8/8.7--constructor_param.sv:7 previous definition, - chapter-8/8.7--constructor_super.sv:7 previous definition, - chapter-8/8.8--typed_constructor.sv:7 previous definition, - chapter-8/8.8--typed_constructor_param.sv:7 previous definition, - chapter-8/8.9--static_properties.sv:7 previous definition. - -[WARNI:EL0505] chapter-5/5.6.4--compiler-directives-debug.sv:8 Multiply defined module "work@directives", - chapter-5/5.6.4--compiler-directives-debug-line.sv:8 previous definition. - -[WARNI:EL0505] chapter-5/5.6.4--compiler-directives-include.sv:9 Multiply defined module "work@empty", - chapter-5/5.4--coments.sv:7 previous definition. - -[WARNI:EL0505] chapter-12/12.7.6--forever.sv:7 Multiply defined module "work@foreach_tb", - chapter-12/12.7.3--foreach.sv:7 previous definition. - -[WARNI:EL0505] chapter-9/9.6.2--disable.sv:7 Multiply defined module "work@fork_tb", - chapter-9/9.6.1--wait_fork.sv:7 previous definition, - chapter-9/9.6.2--disable_other.sv:7 previous definition, - chapter-9/9.6.3--disable_fork.sv:7 previous definition. - -[WARNI:EL0505] chapter-5/5.6.1--escaped-identifiers.sv:7 Multiply defined module "work@identifiers", - chapter-5/5.6--identifiers.sv:7 previous definition. - -[WARNI:EL0505] chapter-12/12.4--if_else.sv:7 Multiply defined module "work@if_tb", - chapter-12/12.4--if.sv:7 previous definition, - chapter-12/12.4.1--if_else_if.sv:7 previous definition, - chapter-12/12.4.2--priority_if.sv:7 previous definition, - chapter-12/12.4.2--unique0_if.sv:7 previous definition, - chapter-12/12.4.2--unique_if.sv:7 previous definition. - -[WARNI:EL0505] chapter-9/9.2.3--final.sv:7 Multiply defined module "work@initial_tb", - chapter-9/9.2.1--initial.sv:7 previous definition. - -[WARNI:EL0505] chapter-12/12.8--continue.sv:7 Multiply defined module "work@jump_tb", - chapter-12/12.8--break.sv:7 previous definition, - chapter-12/12.8--return.sv:7 previous definition, - chapter-12/12.8--return_val.sv:7 previous definition. - -[WARNI:EL0505] chapter-9/9.3.2--parallel_block_join_any.sv:7 Multiply defined module "work@parallel_tb", - chapter-9/9.3.2--parallel_block_join.sv:7 previous definition, - chapter-9/9.3.2--parallel_block_join_none.sv:7 previous definition. - -[WARNI:EL0505] chapter-9/9.7--process_cls_kill.sv:7 Multiply defined module "work@process_tb", - chapter-9/9.7--process_cls_await.sv:7 previous definition, - chapter-9/9.7--process_cls_self.sv:7 previous definition, - chapter-9/9.7--process_cls_suspend_resume.sv:7 previous definition. - -[WARNI:EL0505] chapter-11/11.10.1--string_compare.sv:7 Multiply defined module "work@top", - chapter-11/11.10--string_bit_array.sv:7 previous definition, - chapter-11/11.10.1--string_concat.sv:7 previous definition, - chapter-11/11.10.1--string_copy.sv:7 previous definition, - chapter-11/11.10.3--empty_string.sv:7 previous definition, - chapter-11/11.11--min_max_avg_delay.sv:7 previous definition, - chapter-11/11.12--let_construct.sv:7 previous definition, - chapter-11/11.3.5--expr_short_circuit.sv:7 previous definition, - chapter-11/11.3.6--assign_in_expr.sv:7 previous definition, - chapter-11/11.4.11--cond_op.sv:7 previous definition, - chapter-11/11.4.12--concat_op.sv:7 previous definition, - chapter-11/11.4.12.1--nested_repl_op.sv:7 previous definition, - chapter-11/11.4.12.1--repl_op.sv:7 previous definition, - chapter-11/11.4.12.2--string_concat_op.sv:7 previous definition, - chapter-11/11.4.12.2--string_repl_op.sv:7 previous definition, - chapter-11/11.4.13--set_member.sv:7 previous definition, - chapter-11/11.4.14.1--stream_concat.sv:7 previous definition, - chapter-11/11.4.14.2--reorder_stream.sv:7 previous definition, - chapter-11/11.4.14.3--unpack_stream.sv:7 previous definition, - chapter-11/11.4.14.3--unpack_stream_inv.sv:7 previous definition, - chapter-11/11.4.14.3--unpack_stream_pad.sv:7 previous definition, - chapter-11/11.4.14.4--dynamic_array_stream.sv:7 previous definition, - chapter-11/11.4.2--unary_op_dec.sv:7 previous definition, - chapter-11/11.4.2--unary_op_inc.sv:7 previous definition, - chapter-11/11.5.1--idx_neg_part_select.sv:7 previous definition, - chapter-11/11.5.1--idx_pos_part_select.sv:7 previous definition, - chapter-11/11.5.1--idx_select.sv:7 previous definition, - chapter-11/11.5.1--non_idx_part_select.sv:7 previous definition, - chapter-11/11.5.2--array_addressing.sv:7 previous definition, - chapter-11/11.5.2--multi_dim_array_addressing.sv:7 previous definition, - chapter-11/11.7--signed_func.sv:7 previous definition, - chapter-11/11.7--unsigned_func.sv:7 previous definition, - chapter-11/11.9--tagged_union.sv:7 previous definition, - chapter-11/11.9--tagged_union_member_access.sv:7 previous definition, - chapter-11/11.9--tagged_union_member_access_inv.sv:7 previous definition, - chapter-5/5.10-structure-arrays-illegal.sv:7 previous definition, - chapter-5/5.10-structure-arrays.sv:7 previous definition, - chapter-5/5.10-structure-replication.sv:7 previous definition, - chapter-5/5.10-structures.sv:7 previous definition, - chapter-5/5.11-arrays-key-index.sv:7 previous definition, - chapter-5/5.11-arrays-replication.sv:7 previous definition, - chapter-5/5.11-arrays.sv:7 previous definition, - chapter-5/5.12-attributes-case.sv:8 previous definition, - chapter-5/5.12-attributes-conditional.sv:8 previous definition, - chapter-5/5.12-attributes-operator.sv:8 previous definition, - chapter-5/5.12-attributes-variable.sv:8 previous definition, - chapter-5/5.13-builtin-methods-arrays.sv:7 previous definition, - chapter-5/5.13-builtin-methods-strings.sv:7 previous definition, - chapter-5/5.7.1--integers-left-padding-bit.sv:7 previous definition, - chapter-5/5.7.1--integers-left-padding.sv:7 previous definition, - chapter-5/5.7.1--integers-signed.sv:7 previous definition, - chapter-5/5.7.1--integers-sized.sv:7 previous definition, - chapter-5/5.7.1--integers-token.sv:7 previous definition, - chapter-5/5.7.1--integers-underscores.sv:7 previous definition, - chapter-5/5.7.1--integers-unsized-illegal.sv:7 previous definition, - chapter-5/5.7.1--integers-unsized.sv:7 previous definition, - chapter-5/5.7.2-real-constants.sv:7 previous definition, - chapter-5/5.7.2-real-token.sv:7 previous definition, - chapter-5/5.8-time-literals.sv:10 previous definition, - chapter-5/5.9-string-assignment.sv:7 previous definition, - chapter-5/5.9-string-basics.sv:7 previous definition, - chapter-5/5.9-string-broken-line.sv:7 previous definition, - chapter-5/5.9-string-word-assignment.sv:7 previous definition, - chapter-5/5.9.1-string-special-chars.sv:7 previous definition, - chapter-6/6.10--implicit_continuous_assignment.sv:7 previous definition, - chapter-6/6.10--implicit_port.sv:7 previous definition, - chapter-6/6.10--implicit_port_connection.sv:7 previous definition, - chapter-6/6.12--real.sv:7 previous definition, - chapter-6/6.12--real_bit_select.sv:7 previous definition, - chapter-6/6.12--real_bit_select_idx.sv:7 previous definition, - chapter-6/6.12--real_edge.sv:7 previous definition, - chapter-6/6.12--realtime.sv:7 previous definition, - chapter-6/6.12--shortreal.sv:7 previous definition, - chapter-6/6.13--void.sv:7 previous definition, - chapter-6/6.14--chandle.sv:7 previous definition, - chapter-6/6.16--string.sv:7 previous definition, - chapter-6/6.16.1--string_len.sv:7 previous definition, - chapter-6/6.16.10--string_atoreal.sv:7 previous definition, - chapter-6/6.16.11--string_itoa.sv:7 previous definition, - chapter-6/6.16.12--string_hextoa.sv:7 previous definition, - chapter-6/6.16.13--string_octtoa.sv:7 previous definition, - chapter-6/6.16.14--string_bintoa.sv:7 previous definition, - chapter-6/6.16.15--string_realtoa.sv:7 previous definition, - chapter-6/6.16.2--string_putc.sv:7 previous definition, - chapter-6/6.16.3--string_getc.sv:7 previous definition, - chapter-6/6.16.4--string_toupper.sv:7 previous definition, - chapter-6/6.16.5--string_tolower.sv:7 previous definition, - chapter-6/6.16.6--string_compare.sv:7 previous definition, - chapter-6/6.16.7--string_icompare.sv:7 previous definition, - chapter-6/6.16.8--string_substr.sv:7 previous definition, - chapter-6/6.16.9--string_atobin.sv:7 previous definition, - chapter-6/6.16.9--string_atohex.sv:7 previous definition, - chapter-6/6.16.9--string_atoi.sv:7 previous definition, - chapter-6/6.16.9--string_atooct.sv:7 previous definition, - chapter-6/6.17--event.sv:7 previous definition, - chapter-6/6.18--typedef.sv:7 previous definition, - chapter-6/6.19--enum_anon.sv:7 previous definition, - chapter-6/6.19--enum_xx.sv:7 previous definition, - chapter-6/6.19--enum_xx_inv.sv:7 previous definition, - chapter-6/6.19--enum_xx_inv_order.sv:7 previous definition, - chapter-6/6.19.1--enum_typedef.sv:7 previous definition, - chapter-6/6.19.2--enum_sequence.sv:7 previous definition, - chapter-6/6.19.2--enum_sequence_range.sv:7 previous definition, - chapter-6/6.19.3--enum_type_checking.sv:7 previous definition, - chapter-6/6.19.3--enum_type_checking_inv.sv:7 previous definition, - chapter-6/6.19.4--enum_numerical_expr.sv:7 previous definition, - chapter-6/6.19.4--enum_numerical_expr_cast.sv:7 previous definition, - chapter-6/6.19.4--enum_numerical_expr_no_cast.sv:7 previous definition, - chapter-6/6.19.5.1--enum_first.sv:7 previous definition, - chapter-6/6.19.5.2--enum_last.sv:7 previous definition, - chapter-6/6.19.5.3--enum_next.sv:7 previous definition, - chapter-6/6.19.5.4--enum_prev.sv:7 previous definition, - chapter-6/6.19.5.5--enum_num.sv:7 previous definition, - chapter-6/6.19.5.6--enum_name.sv:7 previous definition, - chapter-6/6.20.2--parameter.sv:7 previous definition, - chapter-6/6.20.2--parameter_aggregate.sv:7 previous definition, - chapter-6/6.20.2--parameter_dep.sv:7 previous definition, - chapter-6/6.20.2--parameter_port_list.sv:7 previous definition, - chapter-6/6.20.2--parameter_range.sv:7 previous definition, - chapter-6/6.20.2--parameter_real.sv:7 previous definition, - chapter-6/6.20.2.1--parameter_unbounded.sv:7 previous definition, - chapter-6/6.20.3--parameter_type.sv:7 previous definition, - chapter-6/6.20.4--localparam.sv:7 previous definition, - chapter-6/6.20.5--specparam.sv:7 previous definition, - chapter-6/6.20.5--specparam_inv.sv:7 previous definition, - chapter-6/6.20.6--const.sv:7 previous definition, - chapter-6/6.23--type_op.sv:7 previous definition, - chapter-6/6.24.1--cast_op.sv:7 previous definition, - chapter-6/6.24.2--cast_fn.sv:7 previous definition, - chapter-6/6.24.2--cast_task.sv:7 previous definition, - chapter-6/6.24.3--bitstream_cast.sv:7 previous definition, - chapter-6/6.5--variable_assignment.sv:7 previous definition, - chapter-6/6.5--variable_mixed_assignments.sv:7 previous definition, - chapter-6/6.5--variable_multiple_assignments.sv:7 previous definition, - chapter-6/6.5--variable_redeclare.sv:7 previous definition, - chapter-6/6.6.7--nettype.sv:7 previous definition, - chapter-6/6.6.7--nettype_resolution_fn.sv:7 previous definition, - chapter-6/6.6.8--interconnect.sv:7 previous definition, - chapter-6/6.9.1--logic_vector.sv:7 previous definition, - chapter-6/6.9.2--vector_scalared.sv:7 previous definition, - chapter-6/6.9.2--vector_vectored.sv:7 previous definition, - chapter-7/memories/basic.sv:7 previous definition, - chapter-7/memories/read-write.sv:7 previous definition, - chapter-7/queues/basic.sv:7 previous definition, - chapter-7/queues/bounded.sv:7 previous definition, - chapter-7/queues/delete.sv:7 previous definition, - chapter-7/queues/delete_assign.sv:7 previous definition, - chapter-7/queues/insert.sv:7 previous definition, - chapter-7/queues/insert_assign.sv:7 previous definition, - chapter-7/queues/max-size.sv:7 previous definition, - chapter-7/queues/persistence.sv:7 previous definition, - chapter-7/queues/pop_back.sv:7 previous definition, - chapter-7/queues/pop_back_assing.sv:7 previous definition, - chapter-7/queues/pop_front.sv:7 previous definition, - chapter-7/queues/pop_front_assign.sv:7 previous definition, - chapter-7/queues/push_back.sv:7 previous definition, - chapter-7/queues/push_back_assign.sv:7 previous definition, - chapter-7/queues/push_front.sv:7 previous definition, - chapter-7/queues/push_front_assign.sv:7 previous definition, - chapter-7/queues/size.sv:7 previous definition, - chapter-7/queues/slice.sv:7 previous definition, - chapter-7/unions/basic.sv:7 previous definition, - generated/assignment_op/11.4.1--and_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--arith_shl_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--arith_shr_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--div_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--log_shl_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--log_shr_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--minus_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--mod_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--mul_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--normal_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--or_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--plus_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--xor_assignment.sv:7 previous definition, - chapter-7/arrays/associative/alloc.sv:7 previous definition, - chapter-7/arrays/associative/arguments.sv:7 previous definition, - chapter-7/arrays/associative/assignment.sv:7 previous definition, - chapter-7/arrays/associative/class.sv:7 previous definition, - chapter-7/arrays/associative/integral.sv:7 previous definition, - chapter-7/arrays/associative/literals.sv:7 previous definition, - chapter-7/arrays/associative/nonexistent.sv:7 previous definition, - chapter-7/arrays/associative/other.sv:7 previous definition, - chapter-7/arrays/associative/string.sv:7 previous definition, - chapter-7/arrays/associative/wildcard.sv:7 previous definition, - chapter-7/arrays/dynamic/basic.sv:7 previous definition, - chapter-7/arrays/dynamic/op-delete.sv:7 previous definition, - chapter-7/arrays/dynamic/op-new.sv:7 previous definition, - chapter-7/arrays/dynamic/op-size.sv:7 previous definition, - chapter-7/arrays/multidimensional/basic.sv:8 previous definition, - chapter-7/arrays/multidimensional/copy.sv:8 previous definition, - chapter-7/arrays/multidimensional/multi.sv:8 previous definition, - chapter-7/arrays/multidimensional/subarrays.sv:8 previous definition, - chapter-7/arrays/packed/basic.sv:7 previous definition, - chapter-7/arrays/packed/equality.sv:7 previous definition, - chapter-7/arrays/packed/onebit.sv:7 previous definition, - chapter-7/arrays/packed/operations.sv:7 previous definition, - chapter-7/arrays/packed/slice-equality.sv:7 previous definition, - chapter-7/arrays/packed/slice.sv:7 previous definition, - chapter-7/arrays/packed/treat-as-integer.sv:7 previous definition, - chapter-7/arrays/packed/variable-slice-zero.sv:7 previous definition, - chapter-7/arrays/packed/variable-slice.sv:7 previous definition, - chapter-7/arrays/unpacked/assignments.sv:7 previous definition, - chapter-7/arrays/unpacked/basic.sv:7 previous definition, - chapter-7/arrays/unpacked/equality.sv:7 previous definition, - chapter-7/arrays/unpacked/index.sv:7 previous definition, - chapter-7/arrays/unpacked/onebit.sv:7 previous definition, - chapter-7/arrays/unpacked/operations.sv:7 previous definition, - chapter-7/arrays/unpacked/slice-equality.sv:7 previous definition, - chapter-7/arrays/unpacked/slice.sv:7 previous definition, - chapter-7/arrays/unpacked/subroutines.sv:7 previous definition, - chapter-7/arrays/unpacked/variable-slice.sv:7 previous definition, - chapter-7/structures/packed/basic.sv:7 previous definition, - chapter-7/structures/packed/default-value.sv:7 previous definition, - chapter-7/structures/packed/signed.sv:7 previous definition, - chapter-7/structures/packed/unsigned.sv:7 previous definition, - chapter-7/structures/unpacked/basic.sv:7 previous definition, - chapter-7/structures/unpacked/default-value.sv:7 previous definition, - chapter-7/unions/packed/basic.sv:7 previous definition, - chapter-7/unions/tagged/basic.sv:7 previous definition, - chapter-7/unions/tagged/packed.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find-first-index.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find-first.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find-index.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find-last-index.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find-last.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/max.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/min.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/unique-index.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/unique.sv:7 previous definition, - chapter-7/arrays/associative/methods/delete.sv:7 previous definition, - chapter-7/arrays/associative/methods/exists.sv:7 previous definition, - chapter-7/arrays/associative/methods/first.sv:7 previous definition, - chapter-7/arrays/associative/methods/last.sv:7 previous definition, - chapter-7/arrays/associative/methods/next.sv:7 previous definition, - chapter-7/arrays/associative/methods/num.sv:7 previous definition, - chapter-7/arrays/associative/methods/prev.sv:7 previous definition, - chapter-7/arrays/associative/methods/size.sv:7 previous definition, - chapter-7/arrays/associative/methods/traversal.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/dimensions.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/high.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/increment.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/left.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/low.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/right.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/size.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/unpacked-dimensions.sv:7 previous definition, - chapter-7/arrays/unpacked/ordering-methods/reverse.sv:7 previous definition, - chapter-7/arrays/unpacked/ordering-methods/rsort.sv:7 previous definition, - chapter-7/arrays/unpacked/ordering-methods/shuffle.sv:7 previous definition, - chapter-7/arrays/unpacked/ordering-methods/sort.sv:7 previous definition, - chapter-7/arrays/unpacked/reduction-methods/and.sv:7 previous definition, - chapter-7/arrays/unpacked/reduction-methods/or.sv:7 previous definition, - chapter-7/arrays/unpacked/reduction-methods/product.sv:7 previous definition, - chapter-7/arrays/unpacked/reduction-methods/sum.sv:7 previous definition, - chapter-7/arrays/unpacked/reduction-methods/xor.sv:7 previous definition. - -[WARNI:EL0505] chapter-5/5.6.4--compiler-directives-resetall.sv:10 Multiply defined module "work@ts", - chapter-5/5.6.4--compiler-directives-pragma.sv:8 previous definition, - chapter-5/5.6.4--compiler-directives-timescale.sv:10 previous definition, - chapter-5/5.6.4--compiler-directives-unconnected-drive.sv:11 previous definition. - -[NOTE :EL0504] Multiple top level modules in design. - -[NOTE :EL0508] Nb Top level modules: 34. - -[NOTE :EL0509] Max instance depth: 1. - -[NOTE :EL0510] Nb instances: 34. - -[NOTE :EL0511] Nb leaf instances: 17. - -[NOTE :EL0523] sanity.sv:7 Instance "work@sanity_tb". - -[NOTE :EL0523] chapter-11/11.10--string_bit_array.sv:7 Instance "work@top". - -[NOTE :EL0523] chapter-12/12.4--if.sv:7 Instance "work@if_tb". - -[NOTE :EL0523] chapter-12/12.5--case.sv:7 Instance "work@case_tb". - -[NOTE :EL0523] chapter-12/12.7.1--for.sv:7 Instance "work@for_tb". - -[NOTE :EL0523] chapter-12/12.7.2--repeat.sv:7 Instance "work@repeat_tb". - -[NOTE :EL0523] chapter-12/12.7.3--foreach.sv:7 Instance "work@foreach_tb". - -[NOTE :EL0523] chapter-12/12.7.4--while.sv:7 Instance "work@while_tb". - -[NOTE :EL0523] chapter-12/12.7.5--dowhile.sv:7 Instance "work@dowhile_tb". - -[NOTE :EL0523] chapter-12/12.8--break.sv:7 Instance "work@jump_tb". - -[NOTE :EL0523] chapter-5/5.12-attributes-module.sv:8 Instance "work@topa". - -[NOTE :EL0523] chapter-5/5.12-attributes-module.sv:12 Instance "work@topb". - -[NOTE :EL0523] chapter-5/5.12-attributes-module.sv:16 Instance "work@topc". - -[NOTE :EL0523] chapter-5/5.4--coments.sv:7 Instance "work@empty". - -[NOTE :EL0523] chapter-5/5.6--identifiers.sv:7 Instance "work@identifiers". - -[NOTE :EL0523] chapter-5/5.6.3--system-functions.sv:7 Instance "work@systemfn". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-begin-keywords.sv:10 Instance "work@b_kw". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-celldefine.sv:9 Instance "work@cd". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-celldefine.sv:13 Instance "work@ncd". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-debug-line.sv:8 Instance "work@directives". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-default-nettype.sv:10 Instance "work@dn". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-define.sv:14 Instance "work@d". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-pragma.sv:8 Instance "work@ts". - -[NOTE :EL0523] chapter-8/8.10--static_methods.sv:7 Instance "work@class_tb". - -[NOTE :EL0523] chapter-9/9.2.1--initial.sv:7 Instance "work@initial_tb". - -[NOTE :EL0523] chapter-9/9.2.2.1--always.sv:7 Instance "work@always_tb". - -[NOTE :EL0523] chapter-9/9.3.1--sequential_block.sv:7 Instance "work@sequential_tb". - -[NOTE :EL0523] chapter-9/9.3.2--parallel_block_join.sv:7 Instance "work@parallel_tb". - -[NOTE :EL0523] chapter-9/9.3.3--block_start_finish.sv:7 Instance "work@block_tb". - -[NOTE :EL0523] chapter-9/9.4.2.4--event_sequence.sv:7 Instance "work@seq_tb". - -[NOTE :EL0523] chapter-9/9.6.1--wait_fork.sv:7 Instance "work@fork_tb". - -[NOTE :EL0523] chapter-9/9.7--process_cls_await.sv:7 Instance "work@process_tb". - -[NOTE :EL0523] generic/desc/desc_test_14.sv:9 Instance "work@foo_mod". - -[NOTE :EL0523] generic/desc/desc_test_15.sv:7 Instance "work@module_fpga". - -[NOTE :EL0522] sanity.sv:19 Scope "work@sanity_tb.UNNAMED". - -[NOTE :EL0522] chapter-11/11.10--string_bit_array.sv:11 Scope "work@top.UNNAMED". - -[NOTE :EL0522] chapter-12/12.4--if.sv:10 Scope "work@if_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.5--case.sv:10 Scope "work@case_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.1--for.sv:8 Scope "work@for_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.2--repeat.sv:9 Scope "work@repeat_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.3--foreach.sv:9 Scope "work@foreach_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.4--while.sv:9 Scope "work@while_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.5--dowhile.sv:9 Scope "work@dowhile_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.8--break.sv:8 Scope "work@jump_tb.UNNAMED". - -[NOTE :EL0522] chapter-8/8.10--static_methods.sv:18 Scope "work@class_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.3.1--sequential_block.sv:11 Scope "work@sequential_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.3.2--parallel_block_join.sv:12 Scope "work@parallel_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.3.3--block_start_finish.sv:9 Scope "work@block_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.4.2.4--event_sequence.sv:18 Scope "work@seq_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.6.1--wait_fork.sv:10 Scope "work@fork_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.7--process_cls_await.sv:12 Scope "work@process_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.7--process_cls_await.sv:26 Scope "work@process_tb.UNNAMED". - -[NOTE :EL0522] sanity.sv:20 Scope "work@sanity_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] sanity.sv:23 Scope "work@sanity_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.4--while.sv:11 Scope "work@while_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.5--dowhile.sv:11 Scope "work@dowhile_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-12/12.8--break.sv:9 Scope "work@jump_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.3.3--block_start_finish.sv:10 Scope "work@block_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.3.3--block_start_finish.sv:17 Scope "work@block_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.4.2.4--event_sequence.sv:19 Scope "work@seq_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.6.1--wait_fork.sv:11 Scope "work@fork_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.7--process_cls_await.sv:14 Scope "work@process_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.4.2.4--event_sequence.sv:20 Scope "work@seq_tb.UNNAMED.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.4.2.4--event_sequence.sv:24 Scope "work@seq_tb.UNNAMED.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.6.1--wait_fork.sv:12 Scope "work@fork_tb.UNNAMED.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.6.1--wait_fork.sv:17 Scope "work@fork_tb.UNNAMED.UNNAMED.UNNAMED". - -[WARNI:CP0319] generic/class/class_test_56.sv:7 Multiply defined class "work@Driver", - generic/class/class_test_55.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_11.sv:7 Multiply defined class "work@Foo", - generic/class/class_test_1.sv:7 previous definition, - generic/class/class_test_12.sv:7 previous definition, - generic/class/class_test_13.sv:7 previous definition, - generic/class/class_test_14.sv:7 previous definition, - generic/class/class_test_16.sv:7 previous definition, - generic/class/class_test_17.sv:7 previous definition, - generic/class/class_test_18.sv:7 previous definition, - generic/class/class_test_19.sv:7 previous definition, - generic/class/class_test_2.sv:7 previous definition, - generic/class/class_test_20.sv:7 previous definition, - generic/class/class_test_21.sv:7 previous definition, - generic/class/class_test_22.sv:7 previous definition, - generic/class/class_test_23.sv:7 previous definition, - generic/class/class_test_24.sv:7 previous definition, - generic/class/class_test_25.sv:7 previous definition, - generic/class/class_test_26.sv:7 previous definition, - generic/class/class_test_27.sv:7 previous definition, - generic/class/class_test_28.sv:7 previous definition, - generic/class/class_test_29.sv:7 previous definition, - generic/class/class_test_3.sv:7 previous definition, - generic/class/class_test_30.sv:7 previous definition, - generic/class/class_test_4.sv:7 previous definition, - generic/class/class_test_5.sv:7 previous definition, - generic/class/class_test_6.sv:7 previous definition, - generic/class/class_test_7.sv:7 previous definition, - generic/class/class_test_8.sv:7 previous definition, - generic/class/class_test_9.sv:7 previous definition. - -[WARNI:CP0319] chapter-8/8.26.2--implements_extends.sv:22 Multiply defined class "work@class_tb::Hello", - chapter-8/8.26.2--implements.sv:12 previous definition, - chapter-8/8.26.2--implements_multiple.sv:16 previous definition, - chapter-8/8.26.3--type_access_implements.sv:13 previous definition, - chapter-8/8.26.3--type_access_implements_invalid.sv:13 previous definition, - chapter-8/8.26.4--illegal_forward_def_implements.sv:10 previous definition, - chapter-8/8.26.4--illegal_implements_parameter.sv:13 previous definition, - chapter-8/8.26.5--cast_between_interface_classes.sv:16 previous definition, - chapter-8/8.26.5--implemented_class_handle.sv:12 previous definition, - chapter-8/8.26.6.1--name_conflict_resolved.sv:16 previous definition, - chapter-8/8.26.6.1--name_conflict_unresolved.sv:16 previous definition. - -[WARNI:CP0319] chapter-8/8.18--var_protected.sv:8 Multiply defined class "work@class_tb::a_cls", - chapter-8/8.18--var_local.sv:8 previous definition, - chapter-8/8.19--global_constant.sv:8 previous definition, - chapter-8/8.19--instance_constant.sv:8 previous definition, - chapter-8/8.22--dynamic_method_lookup.sv:12 previous definition. - -[WARNI:CP0319] chapter-8/8.21--abstract_class_inst.sv:8 Multiply defined class "work@class_tb::base_cls", - chapter-8/8.25--parametrized_class_extend.sv:8 previous definition. - -[WARNI:CP0319] chapter-8/8.14--override_member.sv:8 Multiply defined class "work@class_tb::super_cls", - chapter-8/8.17--constructor_const_arg.sv:8 previous definition, - chapter-8/8.20--virtual_method.sv:8 previous definition, - chapter-8/8.7--constructor_super.sv:8 previous definition, - chapter-8/8.8--typed_constructor.sv:8 previous definition, - chapter-8/8.8--typed_constructor_param.sv:8 previous definition. - -[WARNI:CP0319] chapter-8/8.11--this.sv:8 Multiply defined class "work@class_tb::test_cls", - chapter-8/8.10--static_methods.sv:8 previous definition, - chapter-8/8.12--assignment.sv:8 previous definition, - chapter-8/8.12--shallow_copy.sv:8 previous definition, - chapter-8/8.13--inheritance.sv:18 previous definition, - chapter-8/8.14--override_member.sv:18 previous definition, - chapter-8/8.15--super.sv:18 previous definition, - chapter-8/8.17--constructor_const_arg.sv:14 previous definition, - chapter-8/8.20--virtual_method.sv:15 previous definition, - chapter-8/8.21--abstract_class.sv:12 previous definition, - chapter-8/8.21--abstract_class_inst.sv:12 previous definition, - chapter-8/8.23--scope_resolution.sv:8 previous definition, - chapter-8/8.24--out_of_block_methods.sv:8 previous definition, - chapter-8/8.4--instantiation.sv:8 previous definition, - chapter-8/8.5--parameters.sv:8 previous definition, - chapter-8/8.5--properties.sv:8 previous definition, - chapter-8/8.5--properties_enum.sv:8 previous definition, - chapter-8/8.6--methods.sv:8 previous definition, - chapter-8/8.7--constructor.sv:8 previous definition, - chapter-8/8.7--constructor_param.sv:8 previous definition, - chapter-8/8.7--constructor_super.sv:14 previous definition, - chapter-8/8.8--typed_constructor.sv:15 previous definition, - chapter-8/8.8--typed_constructor_param.sv:15 previous definition, - chapter-8/8.9--static_properties.sv:8 previous definition. - -[WARNI:CP0319] generic/member/class_member_test_40.sv:7 Multiply defined class "work@constructible", - generic/member/class_member_test_41.sv:7 previous definition, - generic/member/class_member_test_42.sv:7 previous definition, - generic/member/class_member_test_43.sv:7 previous definition, - generic/member/class_member_test_44.sv:7 previous definition, - generic/member/class_member_test_45.sv:7 previous definition, - generic/member/class_member_test_46.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_58.sv:7 Multiply defined class "work@fields_with_modifiers", - generic/class/class_test_57.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_37.sv:7 Multiply defined class "work@foo", - generic/class/class_test_36.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_52.sv:7 Multiply defined class "work@how_wide", - generic/class/class_test_51.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_41.sv:7 Multiply defined class "work@macros_as_class_item", - generic/class/class_test_40.sv:7 previous definition, - generic/class/class_test_42.sv:7 previous definition, - generic/class/class_test_43.sv:7 previous definition, - generic/class/class_test_44.sv:7 previous definition, - generic/class/class_test_45.sv:7 previous definition, - generic/class/class_test_46.sv:7 previous definition. - -[WARNI:CP0319] generic/member/class_member_test_11.sv:7 Multiply defined class "work@myclass", - generic/member/class_member_test_0.sv:7 previous definition, - generic/member/class_member_test_14.sv:7 previous definition, - generic/member/class_member_test_15.sv:7 previous definition, - generic/member/class_member_test_16.sv:7 previous definition, - generic/member/class_member_test_17.sv:7 previous definition, - generic/member/class_member_test_18.sv:7 previous definition, - generic/member/class_member_test_19.sv:7 previous definition, - generic/member/class_member_test_2.sv:7 previous definition, - generic/member/class_member_test_20.sv:7 previous definition, - generic/member/class_member_test_21.sv:7 previous definition, - generic/member/class_member_test_23.sv:7 previous definition, - generic/member/class_member_test_24.sv:7 previous definition, - generic/member/class_member_test_25.sv:7 previous definition, - generic/member/class_member_test_26.sv:7 previous definition, - generic/member/class_member_test_27.sv:7 previous definition, - generic/member/class_member_test_28.sv:7 previous definition, - generic/member/class_member_test_29.sv:7 previous definition, - generic/member/class_member_test_3.sv:7 previous definition, - generic/member/class_member_test_30.sv:7 previous definition, - generic/member/class_member_test_31.sv:7 previous definition, - generic/member/class_member_test_32.sv:7 previous definition, - generic/member/class_member_test_34.sv:7 previous definition, - generic/member/class_member_test_35.sv:7 previous definition, - generic/member/class_member_test_36.sv:7 previous definition, - generic/member/class_member_test_37.sv:7 previous definition, - generic/member/class_member_test_38.sv:7 previous definition, - generic/member/class_member_test_4.sv:7 previous definition, - generic/member/class_member_test_48.sv:7 previous definition, - generic/member/class_member_test_49.sv:7 previous definition, - generic/member/class_member_test_5.sv:7 previous definition, - generic/member/class_member_test_50.sv:7 previous definition, - generic/member/class_member_test_51.sv:7 previous definition, - generic/member/class_member_test_52.sv:7 previous definition, - generic/member/class_member_test_53.sv:7 previous definition, - generic/member/class_member_test_54.sv:7 previous definition, - generic/member/class_member_test_55.sv:7 previous definition, - generic/member/class_member_test_56.sv:7 previous definition, - generic/member/class_member_test_58.sv:7 previous definition, - generic/member/class_member_test_6.sv:7 previous definition, - generic/member/class_member_test_7.sv:7 previous definition, - generic/member/class_member_test_8.sv:7 previous definition, - generic/member/class_member_test_9.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_60.sv:7 Multiply defined class "work@pp_class", - generic/class/class_test_59.sv:7 previous definition, - generic/class/class_test_61.sv:7 previous definition, - generic/class/class_test_62.sv:7 previous definition, - generic/class/class_test_63.sv:7 previous definition, - generic/class/class_test_64.sv:7 previous definition, - generic/class/class_test_65.sv:7 previous definition, - generic/class/class_test_66.sv:7 previous definition, - generic/class/class_test_67.sv:7 previous definition, - generic/class/class_test_68.sv:7 previous definition, - generic/class/class_test_69.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_35.sv:7 Multiply defined class "work@zzxx", - generic/class/class_test_32.sv:7 previous definition. - -[ERROR:CP0328] generic/class/class_test_12.sv:7 Undefined base class "Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_13.sv:7 Undefined base class "Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_19.sv:7 Undefined base class "Package::Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_20.sv:7 Undefined base class "Package::Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_21.sv:7 Undefined base class "Package::Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_22.sv:7 Undefined base class "Package::Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_28.sv:7 Undefined base class "Base" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_29.sv:7 Undefined base class "Base" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_6.sv:7 Undefined base class "Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_7.sv:7 Undefined base class "Package::Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_8.sv:7 Undefined base class "Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_37.sv:7 Undefined base class "bar" extended by "work@foo". - -[ERROR:CP0328] generic/member/class_member_test_57.sv:7 Undefined base class "bar" extended by "work@foo_class". - -[ERROR:CP0328] generic/class/class_test_52.sv:7 Undefined base class "uvm_sequence_item" extended by "work@how_wide". - -[ERROR:CP0328] generic/member/class_member_test_53.sv:7 Undefined base class "uvm_object" extended by "work@myclass". - -[ERROR:CP0328] generic/member/class_member_test_54.sv:7 Undefined base class "uvm_object" extended by "work@myclass". - -[ERROR:CP0328] generic/member/class_member_test_55.sv:7 Undefined base class "uvm_object" extended by "work@myclass". - -[ERROR:CP0328] generic/member/class_member_test_56.sv:7 Undefined base class "uvm_object" extended by "work@myclass". - -[ERROR:CP0328] generic/member/class_member_test_58.sv:7 Undefined base class "uvm_object" extended by "work@myclass". - -[ERROR:CP0317] generic/class/class_test_55.sv:8 Undefined type "Packet". - -[ERROR:CP0317] generic/class/class_test_56.sv:8 Undefined type "data_type_or_module_type". - -[ERROR:CP0317] generic/class/class_test_57.sv:8 Undefined type "data_type_or_module_type". - -[ERROR:CP0317] generic/class/class_test_58.sv:9 Undefined type "data_type_or_module_type". - -[ERROR:CP0317] generic/member/class_member_test_13.sv:12 Undefined type "myclass::msg_t". - -[ERROR:EL0514] generic/member/class_member_test_51.sv:9 Undefined variable: foo. - -[ERROR:EL0514] generic/member/class_member_test_52.sv:9 Undefined variable: foo. - -[ FATAL] : 0 -[ ERROR] : 128 -[WARNING] : 75 -[ NOTE] : 108 - -******************************************** -* End SURELOG SVerilog Compiler/Linter * -******************************************** - -8.58user 0.27system 0:09.57elapsed 92%CPU (0avgtext+0avgdata 470288maxresident)k -5240inputs+5472outputs (0major+115401minor)pagefaults 0swaps
diff --git a/SVIncCompil/Testcases/Google/Google_diff.log b/SVIncCompil/Testcases/Google/Google_diff.log deleted file mode 100644 index eaeb3b0..0000000 --- a/SVIncCompil/Testcases/Google/Google_diff.log +++ /dev/null
@@ -1,1688 +0,0 @@ -******************************************** -* SURELOG System Verilog Compiler/Linter * -******************************************** - -[INFO :CM0023] Creating log file ./slpp_unit/surelog.log. - -[INFO :CM0020] Separate compilation-unit mode is on. - -[ERROR:PP0118] chapter-5/5.9.1-string-special-chars.sv:17 Unknown escaped sequence '\1'. - -[ERROR:PP0102] generic/class/class_test_40.sv:8 Unknown macro "uvm_object_registry". - -[ERROR:PP0102] generic/class/class_test_41.sv:8 Unknown macro "uvm_object_utils". - -[ERROR:PP0102] generic/class/class_test_41.sv:9 Unknown macro "uvm_object_registry". - -[ERROR:PP0102] generic/class/class_test_41.sv:10 Unknown macro "uvm_sweets". - -[ERROR:PP0102] generic/class/class_test_41.sv:11 Unknown macro "non_uvm_macro". - -[ERROR:PP0102] generic/class/class_test_41.sv:11 Unknown macro "banana". - -[ERROR:PP0102] generic/class/class_test_42.sv:8 Unknown macro "uvm_object_utils_begin". - -[ERROR:PP0102] generic/class/class_test_42.sv:9 Unknown macro "uvm_object_utils". - -[ERROR:PP0102] generic/class/class_test_42.sv:10 Unknown macro "uvm_object_utils_end". - -[ERROR:PP0102] generic/class/class_test_43.sv:8 Unknown macro "uvm_object_utils_begin". - -[ERROR:PP0102] generic/class/class_test_43.sv:9 Unknown macro "uvm_field_int". - -[ERROR:PP0102] generic/class/class_test_43.sv:10 Unknown macro "uvm_field_int". - -[ERROR:PP0102] generic/class/class_test_43.sv:11 Unknown macro "uvm_field_enum". - -[ERROR:PP0102] generic/class/class_test_43.sv:12 Unknown macro "uvm_object_utils_end". - -[ERROR:PP0102] generic/class/class_test_44.sv:8 Unknown macro "uvm_field_utils_begin". - -[ERROR:PP0102] generic/class/class_test_44.sv:9 Unknown macro "uvm_field_int". - -[ERROR:PP0102] generic/class/class_test_44.sv:10 Unknown macro "uvm_field_real". - -[ERROR:PP0102] generic/class/class_test_44.sv:11 Unknown macro "uvm_field_enum". - -[ERROR:PP0102] generic/class/class_test_44.sv:12 Unknown macro "uvm_field_object". - -[ERROR:PP0102] generic/class/class_test_44.sv:13 Unknown macro "uvm_field_event". - -[ERROR:PP0102] generic/class/class_test_44.sv:14 Unknown macro "uvm_field_string". - -[ERROR:PP0102] generic/class/class_test_44.sv:15 Unknown macro "uvm_field_array_int". - -[ERROR:PP0102] generic/class/class_test_44.sv:16 Unknown macro "uvm_field_sarray_int". - -[ERROR:PP0102] generic/class/class_test_44.sv:17 Unknown macro "uvm_field_aa_int_string". - -[ERROR:PP0102] generic/class/class_test_44.sv:18 Unknown macro "uvm_field_utils_end". - -[ERROR:PP0102] generic/class/class_test_45.sv:8 Unknown macro "uvm_object_param_utils_begin". - -[ERROR:PP0102] generic/class/class_test_45.sv:9 Unknown macro "uvm_field_int". - -[ERROR:PP0102] generic/class/class_test_45.sv:10 Unknown macro "uvm_field_real". - -[ERROR:PP0102] generic/class/class_test_45.sv:11 Unknown macro "uvm_field_enum". - -[ERROR:PP0102] generic/class/class_test_45.sv:12 Unknown macro "uvm_object_utils_end". - -[ERROR:PP0102] generic/class/class_test_46.sv:8 Unknown macro "uvm_component_utils". - -[ERROR:PP0102] generic/class/class_test_46.sv:9 Unknown macro "uvm_component_utils_begin". - -[ERROR:PP0102] generic/class/class_test_46.sv:10 Unknown macro "uvm_field_object". - -[ERROR:PP0102] generic/class/class_test_46.sv:11 Unknown macro "uvm_field_event". - -[ERROR:PP0102] generic/class/class_test_46.sv:12 Unknown macro "uvm_field_string". - -[ERROR:PP0102] generic/class/class_test_46.sv:13 Unknown macro "uvm_component_utils_end". - -[ERROR:PP0102] generic/class/class_test_47.sv:8 Unknown macro "uvm_new_func". - -[ERROR:PP0102] generic/class/class_test_47.sv:9 Unknown macro "uvm_new_func2". - -[ERROR:PP0102] generic/class/class_test_47.sv:10 Unknown macro "uvm_new_func3". - -[WARNI:PP0103] generic/class/class_test_48.sv:8 Undefining an unknown macro "EVIL_MACRO". - -[ERROR:PP0102] generic/member/class_member_test_13.sv:9 Unknown macro "SSS". - -[ERROR:PP0101] generic/preproc/preproc_test_2.sv:7 Cannot open include file "foo.svh". - -[WARNI:PP0113] generic/preproc/preproc_test_5.sv:7 Unused macro argument "a". - -[WARNI:PP0113] generic/preproc/preproc_test_5.sv:7 Unused macro argument "b". - -[WARNI:PP0113] generic/preproc/preproc_test_5.sv:7 Unused macro argument "c". - -[ERROR:PA0207] sanity.sv:14 Syntax error: no viable alternative at input 'syntaxerror\n\twire', - wire clk; - ^-- ./slpp_unit/work/sanity.sv:14 col:1. - -[ERROR:PA0207] chapter-11/11.3.6--assign_in_expr_inv.sv:14 Syntax error: no viable alternative at input 'module top();\n\nint a;\nint b;\nint c;\n\ninitial begin\n\ta = b =', - a = b = c = 5; - ^-- ./slpp_unit/work/chapter-11/11.3.6--assign_in_expr_inv.sv:14 col:7. - -[ERROR:PA0207] chapter-5/5.6--wrong-identifiers.sv:8 Syntax error: no viable alternative at input 'module identifiers();\n reg $', - reg $dollar; - ^-- ./slpp_unit/work/chapter-5/5.6--wrong-identifiers.sv:8 col:6. - -[ERROR:PA0207] chapter-5/5.7.1--integers-signed-illegal.sv:11 Syntax error: no viable alternative at input 'module top();\n logic [7:0] a;\n\n initial begin\n a = 8'd', - a = 8'd-6; - ^-- ./slpp_unit/work/chapter-5/5.7.1--integers-signed-illegal.sv:11 col:10. - -[ERROR:PA0207] chapter-5/5.7.2-real-constants-illegal.sv:11 Syntax error: no viable alternative at input 'module top();\n logic [31:0] a;\n\n initial begin;\n a = .', - a = .12; - ^-- ./slpp_unit/work/chapter-5/5.7.2-real-constants-illegal.sv:11 col:8. - -[ERROR:PA0207] chapter-6/6.9.2--vector_vectored_inv.sv:8 Syntax error: no viable alternative at input 'module top();\n\tlogic vectored', - logic vectored [15:0] a = 0; - ^-- ./slpp_unit/work/chapter-6/6.9.2--vector_vectored_inv.sv:8 col:7. - -[ERROR:PA0203] generic/class/class_test_40.sv:8 Unknown macro "uvm_object_registry". - -[ERROR:PA0203] generic/class/class_test_41.sv:8 Unknown macro "uvm_object_utils". - -[ERROR:PA0203] generic/class/class_test_41.sv:9 Unknown macro "uvm_object_registry". - -[ERROR:PA0203] generic/class/class_test_41.sv:10 Unknown macro "uvm_sweets". - -[ERROR:PA0203] generic/class/class_test_41.sv:11 Unknown macro "non_uvm_macro". - -[ERROR:PA0203] generic/class/class_test_42.sv:8 Unknown macro "uvm_object_utils_begin". - -[ERROR:PA0203] generic/class/class_test_42.sv:9 Unknown macro "uvm_object_utils". - -[ERROR:PA0203] generic/class/class_test_42.sv:10 Unknown macro "uvm_object_utils_end". - -[ERROR:PA0203] generic/class/class_test_43.sv:8 Unknown macro "uvm_object_utils_begin". - -[ERROR:PA0203] generic/class/class_test_43.sv:9 Unknown macro "uvm_field_int". - -[ERROR:PA0203] generic/class/class_test_43.sv:10 Unknown macro "uvm_field_int". - -[ERROR:PA0203] generic/class/class_test_43.sv:11 Unknown macro "uvm_field_enum". - -[ERROR:PA0203] generic/class/class_test_43.sv:12 Unknown macro "uvm_object_utils_end". - -[ERROR:PA0203] generic/class/class_test_44.sv:8 Unknown macro "uvm_field_utils_begin". - -[ERROR:PA0203] generic/class/class_test_44.sv:9 Unknown macro "uvm_field_int". - -[ERROR:PA0203] generic/class/class_test_44.sv:10 Unknown macro "uvm_field_real". - -[ERROR:PA0203] generic/class/class_test_44.sv:11 Unknown macro "uvm_field_enum". - -[ERROR:PA0203] generic/class/class_test_44.sv:12 Unknown macro "uvm_field_object". - -[ERROR:PA0203] generic/class/class_test_44.sv:13 Unknown macro "uvm_field_event". - -[ERROR:PA0203] generic/class/class_test_44.sv:14 Unknown macro "uvm_field_string". - -[ERROR:PA0203] generic/class/class_test_44.sv:15 Unknown macro "uvm_field_array_int". - -[ERROR:PA0203] generic/class/class_test_44.sv:16 Unknown macro "uvm_field_sarray_int". - -[ERROR:PA0203] generic/class/class_test_44.sv:17 Unknown macro "uvm_field_aa_int_string". - -[ERROR:PA0203] generic/class/class_test_44.sv:18 Unknown macro "uvm_field_utils_end". - -[ERROR:PA0203] generic/class/class_test_45.sv:8 Unknown macro "uvm_object_param_utils_begin". - -[ERROR:PA0203] generic/class/class_test_45.sv:9 Unknown macro "uvm_field_int". - -[ERROR:PA0203] generic/class/class_test_45.sv:10 Unknown macro "uvm_field_real". - -[ERROR:PA0203] generic/class/class_test_45.sv:11 Unknown macro "uvm_field_enum". - -[ERROR:PA0203] generic/class/class_test_45.sv:12 Unknown macro "uvm_object_utils_end". - -[ERROR:PA0203] generic/class/class_test_46.sv:8 Unknown macro "uvm_component_utils". - -[ERROR:PA0203] generic/class/class_test_46.sv:9 Unknown macro "uvm_component_utils_begin". - -[ERROR:PA0203] generic/class/class_test_46.sv:10 Unknown macro "uvm_field_object". - -[ERROR:PA0203] generic/class/class_test_46.sv:11 Unknown macro "uvm_field_event". - -[ERROR:PA0203] generic/class/class_test_46.sv:12 Unknown macro "uvm_field_string". - -[ERROR:PA0203] generic/class/class_test_46.sv:13 Unknown macro "uvm_component_utils_end". - -[ERROR:PA0203] generic/class/class_test_47.sv:8 Unknown macro "uvm_new_func". - -[ERROR:PA0203] generic/class/class_test_47.sv:9 Unknown macro "uvm_new_func2". - -[ERROR:PA0203] generic/class/class_test_47.sv:10 Unknown macro "uvm_new_func3". - -[ERROR:PA0207] generic/member/class_member_test_13.sv:9 Syntax error: no viable alternative at input '= SURELOG_MACRO_NOT_DEFINED:SSS!!!', - protected const int countess = SURELOG_MACRO_NOT_DEFINED:SSS!!! ; - ^-- ./slpp_unit/work/generic/member/class_member_test_13.sv:9 col:33. - -[WARNI:PA0205] sanity.sv:7 No timescale set for "sanity_tb". - -[WARNI:PA0205] chapter-11/11.10--string_bit_array.sv:7 No timescale set for "top". - -[WARNI:PA0205] chapter-11/11.3.6--assign_in_expr_inv.sv:7 No timescale set for "MODULE NAME UNKNOWN". - -[WARNI:PA0205] chapter-12/12.4--if.sv:7 No timescale set for "if_tb". - -[WARNI:PA0205] chapter-12/12.5--case.sv:7 No timescale set for "case_tb". - -[WARNI:PA0205] chapter-12/12.7.1--for.sv:7 No timescale set for "for_tb". - -[WARNI:PA0205] chapter-12/12.7.2--repeat.sv:7 No timescale set for "repeat_tb". - -[WARNI:PA0205] chapter-12/12.7.3--foreach.sv:7 No timescale set for "foreach_tb". - -[WARNI:PA0205] chapter-12/12.7.4--while.sv:7 No timescale set for "while_tb". - -[WARNI:PA0205] chapter-12/12.7.5--dowhile.sv:7 No timescale set for "dowhile_tb". - -[WARNI:PA0205] chapter-12/12.8--break.sv:7 No timescale set for "jump_tb". - -[WARNI:PA0205] chapter-5/5.12-attributes-module.sv:8 No timescale set for "topa". - -[WARNI:PA0205] chapter-5/5.12-attributes-module.sv:12 No timescale set for "topb". - -[WARNI:PA0205] chapter-5/5.12-attributes-module.sv:16 No timescale set for "topc". - -[WARNI:PA0205] chapter-5/5.4--coments.sv:7 No timescale set for "empty". - -[WARNI:PA0205] chapter-5/5.6--identifiers.sv:7 No timescale set for "identifiers". - -[WARNI:PA0205] chapter-5/5.6.3--system-functions.sv:7 No timescale set for "systemfn". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-begin-keywords.sv:10 No timescale set for "b_kw". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-celldefine.sv:9 No timescale set for "cd". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-celldefine.sv:13 No timescale set for "ncd". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-debug-line.sv:8 No timescale set for "directives". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-default-nettype.sv:10 No timescale set for "dn". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-define.sv:14 No timescale set for "d". - -[WARNI:PA0205] chapter-5/5.6.4--compiler-directives-pragma.sv:8 No timescale set for "ts". - -[WARNI:PA0205] chapter-6/6.10--implicit_port_connection.sv:17 No timescale set for "test". - -[WARNI:PA0205] chapter-6/6.6.8--interconnect.sv:14 No timescale set for "mod_i". - -[WARNI:PA0205] chapter-6/6.6.8--interconnect.sv:18 No timescale set for "mod_o". - -[WARNI:PA0205] chapter-8/8.10--static_methods.sv:7 No timescale set for "class_tb". - -[WARNI:PA0205] chapter-9/9.2.1--initial.sv:7 No timescale set for "initial_tb". - -[WARNI:PA0205] chapter-9/9.2.2.1--always.sv:7 No timescale set for "always_tb". - -[WARNI:PA0205] chapter-9/9.3.1--sequential_block.sv:7 No timescale set for "sequential_tb". - -[WARNI:PA0205] chapter-9/9.3.2--parallel_block_join.sv:7 No timescale set for "parallel_tb". - -[WARNI:PA0205] chapter-9/9.3.3--block_start_finish.sv:7 No timescale set for "block_tb". - -[WARNI:PA0205] chapter-9/9.4.2.4--event_sequence.sv:7 No timescale set for "seq_tb". - -[WARNI:PA0205] chapter-9/9.6.1--wait_fork.sv:7 No timescale set for "fork_tb". - -[WARNI:PA0205] chapter-9/9.7--process_cls_await.sv:7 No timescale set for "process_tb". - -[WARNI:PA0205] generic/desc/desc_test_13.sv:7 No timescale set for "foo_pkg". - -[WARNI:PA0205] generic/desc/desc_test_14.sv:9 No timescale set for "foo_mod". - -[WARNI:PA0205] generic/desc/desc_test_15.sv:7 No timescale set for "module_fpga". - -[INFO :CP0300] Compilation... - -[INFO :CP0301] generic/desc/desc_test_13.sv:7 Compile package "foo_pkg". - -[INFO :CP0301] generic/desc/desc_test_14.sv:7 Compile package "foo_pkg". - -[INFO :CP0303] chapter-9/9.2.2.1--always.sv:7 Compile module "work@always_tb". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-begin-keywords.sv:10 Compile module "work@b_kw". - -[INFO :CP0303] chapter-9/9.3.3--block_start_finish.sv:7 Compile module "work@block_tb". - -[INFO :CP0303] chapter-12/12.5--case.sv:7 Compile module "work@case_tb". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-celldefine.sv:9 Compile module "work@cd". - -[INFO :CP0303] chapter-8/8.10--static_methods.sv:7 Compile module "work@class_tb". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-define.sv:14 Compile module "work@d". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-debug-line.sv:8 Compile module "work@directives". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-default-nettype.sv:10 Compile module "work@dn". - -[INFO :CP0303] chapter-12/12.7.5--dowhile.sv:7 Compile module "work@dowhile_tb". - -[INFO :CP0303] chapter-5/5.4--coments.sv:7 Compile module "work@empty". - -[INFO :CP0303] generic/desc/desc_test_14.sv:9 Compile module "work@foo_mod". - -[INFO :CP0303] chapter-12/12.7.1--for.sv:7 Compile module "work@for_tb". - -[INFO :CP0303] chapter-12/12.7.3--foreach.sv:7 Compile module "work@foreach_tb". - -[INFO :CP0303] chapter-9/9.6.1--wait_fork.sv:7 Compile module "work@fork_tb". - -[INFO :CP0303] chapter-5/5.6--identifiers.sv:7 Compile module "work@identifiers". - -[INFO :CP0303] chapter-12/12.4--if.sv:7 Compile module "work@if_tb". - -[INFO :CP0303] chapter-9/9.2.1--initial.sv:7 Compile module "work@initial_tb". - -[INFO :CP0303] chapter-12/12.8--break.sv:7 Compile module "work@jump_tb". - -[INFO :CP0303] chapter-6/6.6.8--interconnect.sv:14 Compile module "work@mod_i". - -[INFO :CP0303] chapter-6/6.6.8--interconnect.sv:18 Compile module "work@mod_o". - -[INFO :CP0303] generic/desc/desc_test_15.sv:7 Compile module "work@module_fpga". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-celldefine.sv:13 Compile module "work@ncd". - -[INFO :CP0303] chapter-9/9.3.2--parallel_block_join.sv:7 Compile module "work@parallel_tb". - -[INFO :CP0303] chapter-9/9.7--process_cls_await.sv:7 Compile module "work@process_tb". - -[INFO :CP0303] chapter-12/12.7.2--repeat.sv:7 Compile module "work@repeat_tb". - -[INFO :CP0303] sanity.sv:7 Compile module "work@sanity_tb". - -[INFO :CP0303] chapter-9/9.4.2.4--event_sequence.sv:7 Compile module "work@seq_tb". - -[INFO :CP0303] chapter-9/9.3.1--sequential_block.sv:7 Compile module "work@sequential_tb". - -[INFO :CP0303] chapter-5/5.6.3--system-functions.sv:7 Compile module "work@systemfn". - -[INFO :CP0303] chapter-6/6.10--implicit_port_connection.sv:17 Compile module "work@test". - -[INFO :CP0303] chapter-11/11.10--string_bit_array.sv:7 Compile module "work@top". - -[INFO :CP0303] chapter-5/5.12-attributes-module.sv:8 Compile module "work@topa". - -[INFO :CP0303] chapter-5/5.12-attributes-module.sv:12 Compile module "work@topb". - -[INFO :CP0303] chapter-5/5.12-attributes-module.sv:16 Compile module "work@topc". - -[INFO :CP0303] chapter-5/5.6.4--compiler-directives-pragma.sv:8 Compile module "work@ts". - -[INFO :CP0303] chapter-12/12.7.4--while.sv:7 Compile module "work@while_tb". - -[INFO :CP0302] generic/class/class_test_55.sv:7 Compile class "work@Driver". - -[INFO :CP0302] generic/class/class_test_56.sv:7 Compile class "work@Driver". - -[INFO :CP0302] generic/class/class_test_1.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_11.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_12.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_13.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_14.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_16.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_17.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_18.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_19.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_2.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_20.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_21.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_22.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_23.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_24.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_25.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_26.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_27.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_28.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_29.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_3.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_30.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_4.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_5.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_6.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_7.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_8.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/class/class_test_9.sv:7 Compile class "work@Foo". - -[INFO :CP0302] generic/member/class_member_test_1.sv:7 Compile class "work@c". - -[INFO :CP0302] chapter-8/8.27--forward_declaration.sv:10 Compile class "work@class_tb::C1". - -[INFO :CP0302] chapter-8/8.27--forward_declaration.sv:14 Compile class "work@class_tb::C2". - -[INFO :CP0302] chapter-8/8.26.2--implements.sv:12 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.2--implements_extends.sv:22 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.2--implements_multiple.sv:16 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.3--type_access_implements.sv:13 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.3--type_access_implements_invalid.sv:13 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.4--illegal_forward_def_implements.sv:10 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.4--illegal_implements_parameter.sv:13 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.5--cast_between_interface_classes.sv:16 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.5--implemented_class_handle.sv:12 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.6.1--name_conflict_resolved.sv:16 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.26.6.1--name_conflict_unresolved.sv:16 Compile class "work@class_tb::Hello". - -[INFO :CP0302] chapter-8/8.18--var_local.sv:8 Compile class "work@class_tb::a_cls". - -[INFO :CP0302] chapter-8/8.18--var_protected.sv:8 Compile class "work@class_tb::a_cls". - -[INFO :CP0302] chapter-8/8.19--global_constant.sv:8 Compile class "work@class_tb::a_cls". - -[INFO :CP0302] chapter-8/8.19--instance_constant.sv:8 Compile class "work@class_tb::a_cls". - -[INFO :CP0302] chapter-8/8.22--dynamic_method_lookup.sv:12 Compile class "work@class_tb::a_cls". - -[INFO :CP0302] chapter-8/8.22--dynamic_method_lookup.sv:18 Compile class "work@class_tb::b_cls". - -[INFO :CP0302] chapter-8/8.26.2--implements_extends.sv:16 Compile class "work@class_tb::base". - -[INFO :CP0302] chapter-8/8.21--abstract_class.sv:8 Compile class "work@class_tb::base_cls". - -[INFO :CP0302] chapter-8/8.21--abstract_class_inst.sv:8 Compile class "work@class_tb::base_cls". - -[INFO :CP0302] chapter-8/8.22--dynamic_method_lookup.sv:8 Compile class "work@class_tb::base_cls". - -[INFO :CP0302] chapter-8/8.25--parametrized_class_extend.sv:8 Compile class "work@class_tb::base_cls". - -[INFO :CP0302] chapter-8/8.22--dynamic_method_lookup.sv:24 Compile class "work@class_tb::c_cls". - -[INFO :CP0302] chapter-8/8.25--parametrized_class_extend.sv:12 Compile class "work@class_tb::ext_cls". - -[INFO :CP0302] chapter-8/8.26.7--partial_implementation.sv:20 Compile class "work@class_tb::helloworld". - -[INFO :CP0302] chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:9 Compile class "work@class_tb::par_cls". - -[INFO :CP0302] chapter-8/8.25.1--parametrized_class_scope_resolution.sv:9 Compile class "work@class_tb::par_cls". - -[INFO :CP0302] chapter-8/8.13--inheritance.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.14--override_member.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.15--super.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.17--constructor_const_arg.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.20--virtual_method.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.7--constructor_super.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.8--typed_constructor.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.8--typed_constructor_param.sv:8 Compile class "work@class_tb::super_cls". - -[INFO :CP0302] chapter-8/8.10--static_methods.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.11--this.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.12--assignment.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.12--shallow_copy.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.13--inheritance.sv:18 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.14--override_member.sv:18 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.15--super.sv:18 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.17--constructor_const_arg.sv:14 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.20--virtual_method.sv:15 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.21--abstract_class.sv:12 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.21--abstract_class_inst.sv:12 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.23--scope_resolution.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.24--out_of_block_methods.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.4--instantiation.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.5--parameters.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.5--properties.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.5--properties_enum.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.6--methods.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.7--constructor.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.7--constructor_param.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.7--constructor_super.sv:14 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.8--typed_constructor.sv:15 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.8--typed_constructor_param.sv:15 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.9--static_properties.sv:8 Compile class "work@class_tb::test_cls". - -[INFO :CP0302] chapter-8/8.26.7--partial_implementation.sv:13 Compile class "work@class_tb::vhello". - -[INFO :CP0302] generic/member/class_member_test_39.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_40.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_41.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_42.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_43.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_44.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_45.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/member/class_member_test_46.sv:7 Compile class "work@constructible". - -[INFO :CP0302] generic/class/class_test_54.sv:7 Compile class "work@event_calendar". - -[INFO :CP0302] generic/class/class_test_57.sv:7 Compile class "work@fields_with_modifiers". - -[INFO :CP0302] generic/class/class_test_58.sv:7 Compile class "work@fields_with_modifiers". - -[INFO :CP0302] generic/class/class_test_36.sv:7 Compile class "work@foo". - -[INFO :CP0302] generic/class/class_test_37.sv:7 Compile class "work@foo". - -[INFO :CP0302] generic/member/class_member_test_57.sv:7 Compile class "work@foo_class". - -[INFO :CP0302] generic/member/class_member_test_47.sv:7 Compile class "work@fun_with_typedef_members". - -[INFO :CP0302] generic/class/class_test_51.sv:7 Compile class "work@how_wide". - -[INFO :CP0302] generic/class/class_test_52.sv:7 Compile class "work@how_wide". - -[INFO :CP0302] generic/class/class_test_40.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_41.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_42.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_43.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_44.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_45.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_46.sv:7 Compile class "work@macros_as_class_item". - -[INFO :CP0302] generic/class/class_test_47.sv:7 Compile class "work@macros_id_as_call". - -[INFO :CP0302] generic/member/class_member_test_0.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_11.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_14.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_15.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_16.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_17.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_18.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_19.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_2.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_20.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_21.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_23.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_24.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_25.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_26.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_27.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_28.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_29.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_3.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_30.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_31.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_32.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_34.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_35.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_36.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_37.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_38.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_4.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_48.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_49.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_5.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_50.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_51.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_52.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_53.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_54.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_55.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_56.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_58.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_6.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_7.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_8.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_9.sv:7 Compile class "work@myclass". - -[INFO :CP0302] generic/member/class_member_test_10.sv:7 Compile class "work@outerclass". - -[INFO :CP0302] generic/member/class_member_test_10.sv:8 Compile class "work@outerclass::innerclass". - -[INFO :CP0302] generic/member/class_member_test_10.sv:9 Compile class "work@outerclass::innerclass::reallyinnerclass". - -[INFO :CP0302] generic/class/class_test_53.sv:7 Compile class "work@param_types_as_class_item". - -[INFO :CP0302] generic/class/class_test_49.sv:7 Compile class "work@params_as_class_item". - -[INFO :CP0302] generic/class/class_test_48.sv:7 Compile class "work@pp_as_class_item". - -[INFO :CP0302] generic/class/class_test_59.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_60.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_61.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_62.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_63.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_64.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_65.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_66.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_67.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_68.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/class/class_test_69.sv:7 Compile class "work@pp_class". - -[INFO :CP0302] generic/member/class_member_test_13.sv:7 Compile class "work@protected_stuff". - -[INFO :CP0302] generic/member/class_member_test_12.sv:7 Compile class "work@semaphore". - -[INFO :CP0302] generic/class/class_test_0.sv:7 Compile class "work@semicolon_classy". - -[INFO :CP0302] chapter-7/arrays/associative/class.sv:9 Compile class "work@top::C". - -[INFO :CP0302] chapter-6/6.20.6--const.sv:8 Compile class "work@top::test_cls". - -[INFO :CP0302] generic/class/class_test_32.sv:7 Compile class "work@zzxx". - -[INFO :CP0302] generic/class/class_test_35.sv:7 Compile class "work@zzxx". - -[INFO :CP0302] generic/class/class_test_33.sv:7 Compile class "work@zzxy". - -[INFO :CP0302] generic/class/class_test_34.sv:7 Compile class "work@zzyyy". - -[ERROR:CP0329] generic/desc/desc_test_13.sv:7 Multiply defined package: "foo_pkg", - generic/desc/desc_test_14.sv:7 previous definition. - -[NOTE :CP0309] chapter-6/6.6.8--interconnect.sv:18 Implicit port type (wire) for "out". - -[NOTE :CP0309] chapter-6/6.10--implicit_port_connection.sv:17 Implicit port type (wire) for "c". - -[ERROR:CP0316] generic/class/class_test_36.sv:8 Undefined package "fedex_pkg". - -[ERROR:CP0316] generic/class/class_test_36.sv:9 Undefined package "fedex_pkg". - -[ERROR:CP0316] generic/class/class_test_37.sv:8 Undefined package "fedex_pkg". - -[ERROR:CP0316] generic/class/class_test_37.sv:9 Undefined package "fedex_pkg". - -[INFO :EL0526] Design Elaboration... - -Instance tree: -[TOP] work@sanity_tb work@sanity_tb -[TOP] work@top work@top -[TOP] work@if_tb work@if_tb -[TOP] work@case_tb work@case_tb -[TOP] work@for_tb work@for_tb -[TOP] work@repeat_tb work@repeat_tb -[TOP] work@foreach_tb work@foreach_tb -[TOP] work@while_tb work@while_tb -[TOP] work@dowhile_tb work@dowhile_tb -[TOP] work@jump_tb work@jump_tb -[TOP] work@topa work@topa -[TOP] work@topb work@topb -[TOP] work@topc work@topc -[TOP] work@empty work@empty -[TOP] work@identifiers work@identifiers -[TOP] work@systemfn work@systemfn -[TOP] work@b_kw work@b_kw -[TOP] work@cd work@cd -[TOP] work@ncd work@ncd -[TOP] work@directives work@directives -[TOP] work@dn work@dn -[TOP] work@d work@d -[TOP] work@ts work@ts -[TOP] work@class_tb work@class_tb -[TOP] work@initial_tb work@initial_tb -[TOP] work@always_tb work@always_tb -[TOP] work@sequential_tb work@sequential_tb -[TOP] work@parallel_tb work@parallel_tb -[TOP] work@block_tb work@block_tb -[TOP] work@seq_tb work@seq_tb -[TOP] work@fork_tb work@fork_tb -[TOP] work@process_tb work@process_tb -[TOP] work@foo_mod work@foo_mod -[TOP] work@module_fpga work@module_fpga -[SCO] work@sanity_tb.UNNAMED work@sanity_tb.UNNAMED -[SCO] work@top.UNNAMED work@top.UNNAMED -[SCO] work@if_tb.UNNAMED work@if_tb.UNNAMED -[SCO] work@case_tb.UNNAMED work@case_tb.UNNAMED -[SCO] work@for_tb.UNNAMED work@for_tb.UNNAMED -[SCO] work@repeat_tb.UNNAMED work@repeat_tb.UNNAMED -[SCO] work@foreach_tb.UNNAMED work@foreach_tb.UNNAMED -[SCO] work@while_tb.UNNAMED work@while_tb.UNNAMED -[SCO] work@dowhile_tb.UNNAMED work@dowhile_tb.UNNAMED -[SCO] work@jump_tb.UNNAMED work@jump_tb.UNNAMED -[SCO] work@class_tb.UNNAMED work@class_tb.UNNAMED -[SCO] work@sequential_tb.UNNAMED work@sequential_tb.UNNAMED -[SCO] work@parallel_tb.UNNAMED work@parallel_tb.UNNAMED -[SCO] work@block_tb.UNNAMED work@block_tb.UNNAMED -[SCO] work@seq_tb.UNNAMED work@seq_tb.UNNAMED -[SCO] work@fork_tb.UNNAMED work@fork_tb.UNNAMED -[SCO] work@process_tb.UNNAMED work@process_tb.UNNAMED -[SCO] work@process_tb.UNNAMED work@process_tb.UNNAMED -[SCO] work@sanity_tb.UNNAMED.UNNAMED work@sanity_tb.UNNAMED.UNNAMED -[SCO] work@sanity_tb.UNNAMED.UNNAMED work@sanity_tb.UNNAMED.UNNAMED -[SCO] work@while_tb.UNNAMED.UNNAMED work@while_tb.UNNAMED.UNNAMED -[SCO] work@dowhile_tb.UNNAMED.UNNAMED work@dowhile_tb.UNNAMED.UNNAMED -[SCO] work@jump_tb.UNNAMED.UNNAMED work@jump_tb.UNNAMED.UNNAMED -[SCO] work@block_tb.UNNAMED.UNNAMED work@block_tb.UNNAMED.UNNAMED -[SCO] work@block_tb.UNNAMED.UNNAMED work@block_tb.UNNAMED.UNNAMED -[SCO] work@seq_tb.UNNAMED.UNNAMED work@seq_tb.UNNAMED.UNNAMED -[SCO] work@fork_tb.UNNAMED.UNNAMED work@fork_tb.UNNAMED.UNNAMED -[SCO] work@process_tb.UNNAMED.UNNAMED work@process_tb.UNNAMED.UNNAMED -[SCO] work@seq_tb.UNNAMED.UNNAMED.UNNAMED work@seq_tb.UNNAMED.UNNAMED.UNNAMED -[SCO] work@seq_tb.UNNAMED.UNNAMED.UNNAMED work@seq_tb.UNNAMED.UNNAMED.UNNAMED -[SCO] work@fork_tb.UNNAMED.UNNAMED.UNNAMED work@fork_tb.UNNAMED.UNNAMED.UNNAMED -[SCO] work@fork_tb.UNNAMED.UNNAMED.UNNAMED work@fork_tb.UNNAMED.UNNAMED.UNNAMED - -[ERROR:CP0317] generic/class/class_test_31.sv:7 Undefined type "myclass_fwd". - -[ERROR:CP0317] generic/enum/enum_test_0.sv:7 Undefined type "myenum_fwd". - -[ERROR:CP0317] generic/struct/struct_test_0.sv:7 Undefined type "mystruct_fwd". - -[ERROR:CP0317] generic/typedef/typedef_test_10.sv:7 Undefined type "data_t". - -[ERROR:CP0317] generic/typedef/typedef_test_11.sv:7 Undefined type "data_t". - -[ERROR:CP0317] generic/typedef/typedef_test_12.sv:7 Undefined type "data_t". - -[ERROR:CP0317] generic/typedef/typedef_test_13.sv:7 Undefined type "data_t". - -[ERROR:CP0317] generic/typedef/typedef_test_8.sv:7 Undefined type "some_other_type". - -[ERROR:CP0317] generic/typedef/typedef_test_9.sv:7 Undefined type "data_t". - -[ERROR:CP0317] generic/union/union_test_0.sv:7 Undefined type "myunion_fwd". - -[NOTE :EL0503] sanity.sv:7 Top level module "work@sanity_tb". - -[NOTE :EL0503] chapter-11/11.10--string_bit_array.sv:7 Top level module "work@top". - -[NOTE :EL0503] chapter-11/11.3.6--assign_in_expr_inv.sv:7 Top level module "work@MODULE NAME UNKNOWN". - -[NOTE :EL0503] chapter-12/12.4--if.sv:7 Top level module "work@if_tb". - -[NOTE :EL0503] chapter-12/12.5--case.sv:7 Top level module "work@case_tb". - -[NOTE :EL0503] chapter-12/12.7.1--for.sv:7 Top level module "work@for_tb". - -[NOTE :EL0503] chapter-12/12.7.2--repeat.sv:7 Top level module "work@repeat_tb". - -[NOTE :EL0503] chapter-12/12.7.3--foreach.sv:7 Top level module "work@foreach_tb". - -[NOTE :EL0503] chapter-12/12.7.4--while.sv:7 Top level module "work@while_tb". - -[NOTE :EL0503] chapter-12/12.7.5--dowhile.sv:7 Top level module "work@dowhile_tb". - -[NOTE :EL0503] chapter-12/12.8--break.sv:7 Top level module "work@jump_tb". - -[NOTE :EL0503] chapter-5/5.12-attributes-module.sv:8 Top level module "work@topa". - -[NOTE :EL0503] chapter-5/5.12-attributes-module.sv:12 Top level module "work@topb". - -[NOTE :EL0503] chapter-5/5.12-attributes-module.sv:16 Top level module "work@topc". - -[NOTE :EL0503] chapter-5/5.4--coments.sv:7 Top level module "work@empty". - -[NOTE :EL0503] chapter-5/5.6--identifiers.sv:7 Top level module "work@identifiers". - -[NOTE :EL0503] chapter-5/5.6.3--system-functions.sv:7 Top level module "work@systemfn". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-begin-keywords.sv:10 Top level module "work@b_kw". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-celldefine.sv:9 Top level module "work@cd". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-celldefine.sv:13 Top level module "work@ncd". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-debug-line.sv:8 Top level module "work@directives". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-default-nettype.sv:10 Top level module "work@dn". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-define.sv:14 Top level module "work@d". - -[NOTE :EL0503] chapter-5/5.6.4--compiler-directives-pragma.sv:8 Top level module "work@ts". - -[NOTE :EL0503] chapter-8/8.10--static_methods.sv:7 Top level module "work@class_tb". - -[NOTE :EL0503] chapter-9/9.2.1--initial.sv:7 Top level module "work@initial_tb". - -[NOTE :EL0503] chapter-9/9.2.2.1--always.sv:7 Top level module "work@always_tb". - -[NOTE :EL0503] chapter-9/9.3.1--sequential_block.sv:7 Top level module "work@sequential_tb". - -[NOTE :EL0503] chapter-9/9.3.2--parallel_block_join.sv:7 Top level module "work@parallel_tb". - -[NOTE :EL0503] chapter-9/9.3.3--block_start_finish.sv:7 Top level module "work@block_tb". - -[NOTE :EL0503] chapter-9/9.4.2.4--event_sequence.sv:7 Top level module "work@seq_tb". - -[NOTE :EL0503] chapter-9/9.6.1--wait_fork.sv:7 Top level module "work@fork_tb". - -[NOTE :EL0503] chapter-9/9.7--process_cls_await.sv:7 Top level module "work@process_tb". - -[NOTE :EL0503] generic/desc/desc_test_14.sv:9 Top level module "work@foo_mod". - -[NOTE :EL0503] generic/desc/desc_test_15.sv:7 Top level module "work@module_fpga". - -[WARNI:EL0505] chapter-5/5.6--wrong-identifiers.sv:7 Multiply defined module "work@MODULE NAME UNKNOWN", - chapter-11/11.3.6--assign_in_expr_inv.sv:7 previous definition, - chapter-5/5.7.1--integers-signed-illegal.sv:7 previous definition, - chapter-5/5.7.2-real-constants-illegal.sv:7 previous definition, - chapter-6/6.9.2--vector_vectored_inv.sv:7 previous definition. - -[WARNI:EL0505] chapter-9/9.2.2.2--always_comb.sv:7 Multiply defined module "work@always_tb", - chapter-9/9.2.2.1--always.sv:7 previous definition, - chapter-9/9.2.2.3--always_latch.sv:7 previous definition, - chapter-9/9.2.2.4--always_ff.sv:7 previous definition. - -[WARNI:EL0505] chapter-9/9.3.3--event.sv:7 Multiply defined module "work@block_tb", - chapter-9/9.3.3--block_start_finish.sv:7 previous definition, - chapter-9/9.3.3--fork_return.sv:7 previous definition, - chapter-9/9.3.4--block_names_par.sv:7 previous definition, - chapter-9/9.3.4--block_names_seq.sv:7 previous definition, - chapter-9/9.3.5--statement_labels_par.sv:7 previous definition, - chapter-9/9.3.5--statement_labels_seq.sv:7 previous definition, - chapter-9/9.4.1--delay_control.sv:7 previous definition, - chapter-9/9.4.2--event_control_edge.sv:7 previous definition, - chapter-9/9.4.2--event_control_negedge.sv:7 previous definition, - chapter-9/9.4.2--event_control_posedge.sv:7 previous definition, - chapter-9/9.4.2.1--event_comma_op.sv:7 previous definition, - chapter-9/9.4.2.1--event_or_op.sv:7 previous definition, - chapter-9/9.4.2.2--event_implicit.sv:7 previous definition, - chapter-9/9.4.2.3--event_conditional.sv:7 previous definition, - chapter-9/9.4.3--event_sequence_controls.sv:7 previous definition, - chapter-9/9.4.5--event_blocking_assignment_delay.sv:7 previous definition, - chapter-9/9.4.5--event_nonblocking_assignment_delay.sv:7 previous definition, - chapter-9/9.4.5--event_nonblocking_assignment_event.sv:7 previous definition, - chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv:7 previous definition, - chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv:7 previous definition, - chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv:7 previous definition, - chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv:7 previous definition. - -[WARNI:EL0505] chapter-12/12.5.1--casex.sv:7 Multiply defined module "work@case_tb", - chapter-12/12.5--case.sv:7 previous definition, - chapter-12/12.5.1--casez.sv:7 previous definition, - chapter-12/12.5.2--case_const.sv:7 previous definition, - chapter-12/12.5.4--case_set.sv:7 previous definition, - chapter-12/12.6.1--case_pattern.sv:7 previous definition, - chapter-12/12.6.1--casex_pattern.sv:7 previous definition, - chapter-12/12.6.1--casez_pattern.sv:7 previous definition, - chapter-12/12.6.2--if_pattern.sv:7 previous definition, - chapter-12/12.6.3--conditional_pattern.sv:7 previous definition. - -[WARNI:EL0505] chapter-8/8.11--this.sv:7 Multiply defined module "work@class_tb", - chapter-8/8.10--static_methods.sv:7 previous definition, - chapter-8/8.12--assignment.sv:7 previous definition, - chapter-8/8.12--shallow_copy.sv:7 previous definition, - chapter-8/8.13--inheritance.sv:7 previous definition, - chapter-8/8.14--override_member.sv:7 previous definition, - chapter-8/8.15--super.sv:7 previous definition, - chapter-8/8.16--cast_func.sv:7 previous definition, - chapter-8/8.17--constructor_const_arg.sv:7 previous definition, - chapter-8/8.18--var_local.sv:7 previous definition, - chapter-8/8.18--var_protected.sv:7 previous definition, - chapter-8/8.19--global_constant.sv:7 previous definition, - chapter-8/8.19--instance_constant.sv:7 previous definition, - chapter-8/8.20--virtual_method.sv:7 previous definition, - chapter-8/8.21--abstract_class.sv:7 previous definition, - chapter-8/8.21--abstract_class_inst.sv:7 previous definition, - chapter-8/8.22--dynamic_method_lookup.sv:7 previous definition, - chapter-8/8.23--scope_resolution.sv:7 previous definition, - chapter-8/8.24--out_of_block_methods.sv:7 previous definition, - chapter-8/8.25--parametrized_class_extend.sv:7 previous definition, - chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:7 previous definition, - chapter-8/8.25.1--parametrized_class_scope_resolution.sv:7 previous definition, - chapter-8/8.26.2--implements.sv:7 previous definition, - chapter-8/8.26.2--implements_extends.sv:7 previous definition, - chapter-8/8.26.2--implements_multiple.sv:7 previous definition, - chapter-8/8.26.3--type_access_extends.sv:7 previous definition, - chapter-8/8.26.3--type_access_implements.sv:7 previous definition, - chapter-8/8.26.3--type_access_implements_invalid.sv:7 previous definition, - chapter-8/8.26.4--illegal_forward_def_implements.sv:7 previous definition, - chapter-8/8.26.4--illegal_implements_parameter.sv:7 previous definition, - chapter-8/8.26.5--cast_between_interface_classes.sv:7 previous definition, - chapter-8/8.26.5--implemented_class_handle.sv:7 previous definition, - chapter-8/8.26.5--invalid_interface_instantiation.sv:7 previous definition, - chapter-8/8.26.6.1--name_conflict_resolved.sv:7 previous definition, - chapter-8/8.26.6.1--name_conflict_unresolved.sv:7 previous definition, - chapter-8/8.26.6.2--parameter_type_conflict.sv:7 previous definition, - chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:7 previous definition, - chapter-8/8.26.6.3--diamond_relationship.sv:7 previous definition, - chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:7 previous definition, - chapter-8/8.26.7--partial_implementation.sv:7 previous definition, - chapter-8/8.27--forward_declaration.sv:7 previous definition, - chapter-8/8.4--instantiation.sv:7 previous definition, - chapter-8/8.5--parameters.sv:7 previous definition, - chapter-8/8.5--properties.sv:7 previous definition, - chapter-8/8.5--properties_enum.sv:7 previous definition, - chapter-8/8.6--methods.sv:7 previous definition, - chapter-8/8.7--constructor.sv:7 previous definition, - chapter-8/8.7--constructor_param.sv:7 previous definition, - chapter-8/8.7--constructor_super.sv:7 previous definition, - chapter-8/8.8--typed_constructor.sv:7 previous definition, - chapter-8/8.8--typed_constructor_param.sv:7 previous definition, - chapter-8/8.9--static_properties.sv:7 previous definition. - -[WARNI:EL0505] chapter-5/5.6.4--compiler-directives-debug.sv:8 Multiply defined module "work@directives", - chapter-5/5.6.4--compiler-directives-debug-line.sv:8 previous definition. - -[WARNI:EL0505] chapter-5/5.6.4--compiler-directives-include.sv:9 Multiply defined module "work@empty", - chapter-5/5.4--coments.sv:7 previous definition. - -[WARNI:EL0505] chapter-12/12.7.6--forever.sv:7 Multiply defined module "work@foreach_tb", - chapter-12/12.7.3--foreach.sv:7 previous definition. - -[WARNI:EL0505] chapter-9/9.6.2--disable.sv:7 Multiply defined module "work@fork_tb", - chapter-9/9.6.1--wait_fork.sv:7 previous definition, - chapter-9/9.6.2--disable_other.sv:7 previous definition, - chapter-9/9.6.3--disable_fork.sv:7 previous definition. - -[WARNI:EL0505] chapter-5/5.6.1--escaped-identifiers.sv:7 Multiply defined module "work@identifiers", - chapter-5/5.6--identifiers.sv:7 previous definition. - -[WARNI:EL0505] chapter-12/12.4--if_else.sv:7 Multiply defined module "work@if_tb", - chapter-12/12.4--if.sv:7 previous definition, - chapter-12/12.4.1--if_else_if.sv:7 previous definition, - chapter-12/12.4.2--priority_if.sv:7 previous definition, - chapter-12/12.4.2--unique0_if.sv:7 previous definition, - chapter-12/12.4.2--unique_if.sv:7 previous definition. - -[WARNI:EL0505] chapter-9/9.2.3--final.sv:7 Multiply defined module "work@initial_tb", - chapter-9/9.2.1--initial.sv:7 previous definition. - -[WARNI:EL0505] chapter-12/12.8--continue.sv:7 Multiply defined module "work@jump_tb", - chapter-12/12.8--break.sv:7 previous definition, - chapter-12/12.8--return.sv:7 previous definition, - chapter-12/12.8--return_val.sv:7 previous definition. - -[WARNI:EL0505] chapter-9/9.3.2--parallel_block_join_any.sv:7 Multiply defined module "work@parallel_tb", - chapter-9/9.3.2--parallel_block_join.sv:7 previous definition, - chapter-9/9.3.2--parallel_block_join_none.sv:7 previous definition. - -[WARNI:EL0505] chapter-9/9.7--process_cls_kill.sv:7 Multiply defined module "work@process_tb", - chapter-9/9.7--process_cls_await.sv:7 previous definition, - chapter-9/9.7--process_cls_self.sv:7 previous definition, - chapter-9/9.7--process_cls_suspend_resume.sv:7 previous definition. - -[WARNI:EL0505] chapter-11/11.10.1--string_compare.sv:7 Multiply defined module "work@top", - chapter-11/11.10--string_bit_array.sv:7 previous definition, - chapter-11/11.10.1--string_concat.sv:7 previous definition, - chapter-11/11.10.1--string_copy.sv:7 previous definition, - chapter-11/11.10.3--empty_string.sv:7 previous definition, - chapter-11/11.11--min_max_avg_delay.sv:7 previous definition, - chapter-11/11.12--let_construct.sv:7 previous definition, - chapter-11/11.3.5--expr_short_circuit.sv:7 previous definition, - chapter-11/11.3.6--assign_in_expr.sv:7 previous definition, - chapter-11/11.4.11--cond_op.sv:7 previous definition, - chapter-11/11.4.12--concat_op.sv:7 previous definition, - chapter-11/11.4.12.1--nested_repl_op.sv:7 previous definition, - chapter-11/11.4.12.1--repl_op.sv:7 previous definition, - chapter-11/11.4.12.2--string_concat_op.sv:7 previous definition, - chapter-11/11.4.12.2--string_repl_op.sv:7 previous definition, - chapter-11/11.4.13--set_member.sv:7 previous definition, - chapter-11/11.4.14.1--stream_concat.sv:7 previous definition, - chapter-11/11.4.14.2--reorder_stream.sv:7 previous definition, - chapter-11/11.4.14.3--unpack_stream.sv:7 previous definition, - chapter-11/11.4.14.3--unpack_stream_inv.sv:7 previous definition, - chapter-11/11.4.14.3--unpack_stream_pad.sv:7 previous definition, - chapter-11/11.4.14.4--dynamic_array_stream.sv:7 previous definition, - chapter-11/11.4.2--unary_op_dec.sv:7 previous definition, - chapter-11/11.4.2--unary_op_inc.sv:7 previous definition, - chapter-11/11.5.1--idx_neg_part_select.sv:7 previous definition, - chapter-11/11.5.1--idx_pos_part_select.sv:7 previous definition, - chapter-11/11.5.1--idx_select.sv:7 previous definition, - chapter-11/11.5.1--non_idx_part_select.sv:7 previous definition, - chapter-11/11.5.2--array_addressing.sv:7 previous definition, - chapter-11/11.5.2--multi_dim_array_addressing.sv:7 previous definition, - chapter-11/11.7--signed_func.sv:7 previous definition, - chapter-11/11.7--unsigned_func.sv:7 previous definition, - chapter-11/11.9--tagged_union.sv:7 previous definition, - chapter-11/11.9--tagged_union_member_access.sv:7 previous definition, - chapter-11/11.9--tagged_union_member_access_inv.sv:7 previous definition, - chapter-5/5.10-structure-arrays-illegal.sv:7 previous definition, - chapter-5/5.10-structure-arrays.sv:7 previous definition, - chapter-5/5.10-structure-replication.sv:7 previous definition, - chapter-5/5.10-structures.sv:7 previous definition, - chapter-5/5.11-arrays-key-index.sv:7 previous definition, - chapter-5/5.11-arrays-replication.sv:7 previous definition, - chapter-5/5.11-arrays.sv:7 previous definition, - chapter-5/5.12-attributes-case.sv:8 previous definition, - chapter-5/5.12-attributes-conditional.sv:8 previous definition, - chapter-5/5.12-attributes-operator.sv:8 previous definition, - chapter-5/5.12-attributes-variable.sv:8 previous definition, - chapter-5/5.13-builtin-methods-arrays.sv:7 previous definition, - chapter-5/5.13-builtin-methods-strings.sv:7 previous definition, - chapter-5/5.7.1--integers-left-padding-bit.sv:7 previous definition, - chapter-5/5.7.1--integers-left-padding.sv:7 previous definition, - chapter-5/5.7.1--integers-signed.sv:7 previous definition, - chapter-5/5.7.1--integers-sized.sv:7 previous definition, - chapter-5/5.7.1--integers-token.sv:7 previous definition, - chapter-5/5.7.1--integers-underscores.sv:7 previous definition, - chapter-5/5.7.1--integers-unsized-illegal.sv:7 previous definition, - chapter-5/5.7.1--integers-unsized.sv:7 previous definition, - chapter-5/5.7.2-real-constants.sv:7 previous definition, - chapter-5/5.7.2-real-token.sv:7 previous definition, - chapter-5/5.8-time-literals.sv:10 previous definition, - chapter-5/5.9-string-assignment.sv:7 previous definition, - chapter-5/5.9-string-basics.sv:7 previous definition, - chapter-5/5.9-string-broken-line.sv:7 previous definition, - chapter-5/5.9-string-word-assignment.sv:7 previous definition, - chapter-5/5.9.1-string-special-chars.sv:7 previous definition, - chapter-6/6.10--implicit_continuous_assignment.sv:7 previous definition, - chapter-6/6.10--implicit_port.sv:7 previous definition, - chapter-6/6.10--implicit_port_connection.sv:7 previous definition, - chapter-6/6.12--real.sv:7 previous definition, - chapter-6/6.12--real_bit_select.sv:7 previous definition, - chapter-6/6.12--real_bit_select_idx.sv:7 previous definition, - chapter-6/6.12--real_edge.sv:7 previous definition, - chapter-6/6.12--realtime.sv:7 previous definition, - chapter-6/6.12--shortreal.sv:7 previous definition, - chapter-6/6.13--void.sv:7 previous definition, - chapter-6/6.14--chandle.sv:7 previous definition, - chapter-6/6.16--string.sv:7 previous definition, - chapter-6/6.16.1--string_len.sv:7 previous definition, - chapter-6/6.16.10--string_atoreal.sv:7 previous definition, - chapter-6/6.16.11--string_itoa.sv:7 previous definition, - chapter-6/6.16.12--string_hextoa.sv:7 previous definition, - chapter-6/6.16.13--string_octtoa.sv:7 previous definition, - chapter-6/6.16.14--string_bintoa.sv:7 previous definition, - chapter-6/6.16.15--string_realtoa.sv:7 previous definition, - chapter-6/6.16.2--string_putc.sv:7 previous definition, - chapter-6/6.16.3--string_getc.sv:7 previous definition, - chapter-6/6.16.4--string_toupper.sv:7 previous definition, - chapter-6/6.16.5--string_tolower.sv:7 previous definition, - chapter-6/6.16.6--string_compare.sv:7 previous definition, - chapter-6/6.16.7--string_icompare.sv:7 previous definition, - chapter-6/6.16.8--string_substr.sv:7 previous definition, - chapter-6/6.16.9--string_atobin.sv:7 previous definition, - chapter-6/6.16.9--string_atohex.sv:7 previous definition, - chapter-6/6.16.9--string_atoi.sv:7 previous definition, - chapter-6/6.16.9--string_atooct.sv:7 previous definition, - chapter-6/6.17--event.sv:7 previous definition, - chapter-6/6.18--typedef.sv:7 previous definition, - chapter-6/6.19--enum_anon.sv:7 previous definition, - chapter-6/6.19--enum_xx.sv:7 previous definition, - chapter-6/6.19--enum_xx_inv.sv:7 previous definition, - chapter-6/6.19--enum_xx_inv_order.sv:7 previous definition, - chapter-6/6.19.1--enum_typedef.sv:7 previous definition, - chapter-6/6.19.2--enum_sequence.sv:7 previous definition, - chapter-6/6.19.2--enum_sequence_range.sv:7 previous definition, - chapter-6/6.19.3--enum_type_checking.sv:7 previous definition, - chapter-6/6.19.3--enum_type_checking_inv.sv:7 previous definition, - chapter-6/6.19.4--enum_numerical_expr.sv:7 previous definition, - chapter-6/6.19.4--enum_numerical_expr_cast.sv:7 previous definition, - chapter-6/6.19.4--enum_numerical_expr_no_cast.sv:7 previous definition, - chapter-6/6.19.5.1--enum_first.sv:7 previous definition, - chapter-6/6.19.5.2--enum_last.sv:7 previous definition, - chapter-6/6.19.5.3--enum_next.sv:7 previous definition, - chapter-6/6.19.5.4--enum_prev.sv:7 previous definition, - chapter-6/6.19.5.5--enum_num.sv:7 previous definition, - chapter-6/6.19.5.6--enum_name.sv:7 previous definition, - chapter-6/6.20.2--parameter.sv:7 previous definition, - chapter-6/6.20.2--parameter_aggregate.sv:7 previous definition, - chapter-6/6.20.2--parameter_dep.sv:7 previous definition, - chapter-6/6.20.2--parameter_port_list.sv:7 previous definition, - chapter-6/6.20.2--parameter_range.sv:7 previous definition, - chapter-6/6.20.2--parameter_real.sv:7 previous definition, - chapter-6/6.20.2.1--parameter_unbounded.sv:7 previous definition, - chapter-6/6.20.3--parameter_type.sv:7 previous definition, - chapter-6/6.20.4--localparam.sv:7 previous definition, - chapter-6/6.20.5--specparam.sv:7 previous definition, - chapter-6/6.20.5--specparam_inv.sv:7 previous definition, - chapter-6/6.20.6--const.sv:7 previous definition, - chapter-6/6.23--type_op.sv:7 previous definition, - chapter-6/6.24.1--cast_op.sv:7 previous definition, - chapter-6/6.24.2--cast_fn.sv:7 previous definition, - chapter-6/6.24.2--cast_task.sv:7 previous definition, - chapter-6/6.24.3--bitstream_cast.sv:7 previous definition, - chapter-6/6.5--variable_assignment.sv:7 previous definition, - chapter-6/6.5--variable_mixed_assignments.sv:7 previous definition, - chapter-6/6.5--variable_multiple_assignments.sv:7 previous definition, - chapter-6/6.5--variable_redeclare.sv:7 previous definition, - chapter-6/6.6.7--nettype.sv:7 previous definition, - chapter-6/6.6.7--nettype_resolution_fn.sv:7 previous definition, - chapter-6/6.6.8--interconnect.sv:7 previous definition, - chapter-6/6.9.1--logic_vector.sv:7 previous definition, - chapter-6/6.9.2--vector_scalared.sv:7 previous definition, - chapter-6/6.9.2--vector_vectored.sv:7 previous definition, - chapter-7/memories/basic.sv:7 previous definition, - chapter-7/memories/read-write.sv:7 previous definition, - chapter-7/queues/basic.sv:7 previous definition, - chapter-7/queues/bounded.sv:7 previous definition, - chapter-7/queues/delete.sv:7 previous definition, - chapter-7/queues/delete_assign.sv:7 previous definition, - chapter-7/queues/insert.sv:7 previous definition, - chapter-7/queues/insert_assign.sv:7 previous definition, - chapter-7/queues/max-size.sv:7 previous definition, - chapter-7/queues/persistence.sv:7 previous definition, - chapter-7/queues/pop_back.sv:7 previous definition, - chapter-7/queues/pop_back_assing.sv:7 previous definition, - chapter-7/queues/pop_front.sv:7 previous definition, - chapter-7/queues/pop_front_assign.sv:7 previous definition, - chapter-7/queues/push_back.sv:7 previous definition, - chapter-7/queues/push_back_assign.sv:7 previous definition, - chapter-7/queues/push_front.sv:7 previous definition, - chapter-7/queues/push_front_assign.sv:7 previous definition, - chapter-7/queues/size.sv:7 previous definition, - chapter-7/queues/slice.sv:7 previous definition, - chapter-7/unions/basic.sv:7 previous definition, - generated/assignment_op/11.4.1--and_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--arith_shl_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--arith_shr_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--div_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--log_shl_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--log_shr_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--minus_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--mod_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--mul_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--normal_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--or_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--plus_assignment.sv:7 previous definition, - generated/assignment_op/11.4.1--xor_assignment.sv:7 previous definition, - chapter-7/arrays/associative/alloc.sv:7 previous definition, - chapter-7/arrays/associative/arguments.sv:7 previous definition, - chapter-7/arrays/associative/assignment.sv:7 previous definition, - chapter-7/arrays/associative/class.sv:7 previous definition, - chapter-7/arrays/associative/integral.sv:7 previous definition, - chapter-7/arrays/associative/literals.sv:7 previous definition, - chapter-7/arrays/associative/nonexistent.sv:7 previous definition, - chapter-7/arrays/associative/other.sv:7 previous definition, - chapter-7/arrays/associative/string.sv:7 previous definition, - chapter-7/arrays/associative/wildcard.sv:7 previous definition, - chapter-7/arrays/dynamic/basic.sv:7 previous definition, - chapter-7/arrays/dynamic/op-delete.sv:7 previous definition, - chapter-7/arrays/dynamic/op-new.sv:7 previous definition, - chapter-7/arrays/dynamic/op-size.sv:7 previous definition, - chapter-7/arrays/multidimensional/basic.sv:8 previous definition, - chapter-7/arrays/multidimensional/copy.sv:8 previous definition, - chapter-7/arrays/multidimensional/multi.sv:8 previous definition, - chapter-7/arrays/multidimensional/subarrays.sv:8 previous definition, - chapter-7/arrays/packed/basic.sv:7 previous definition, - chapter-7/arrays/packed/equality.sv:7 previous definition, - chapter-7/arrays/packed/onebit.sv:7 previous definition, - chapter-7/arrays/packed/operations.sv:7 previous definition, - chapter-7/arrays/packed/slice-equality.sv:7 previous definition, - chapter-7/arrays/packed/slice.sv:7 previous definition, - chapter-7/arrays/packed/treat-as-integer.sv:7 previous definition, - chapter-7/arrays/packed/variable-slice-zero.sv:7 previous definition, - chapter-7/arrays/packed/variable-slice.sv:7 previous definition, - chapter-7/arrays/unpacked/assignments.sv:7 previous definition, - chapter-7/arrays/unpacked/basic.sv:7 previous definition, - chapter-7/arrays/unpacked/equality.sv:7 previous definition, - chapter-7/arrays/unpacked/index.sv:7 previous definition, - chapter-7/arrays/unpacked/onebit.sv:7 previous definition, - chapter-7/arrays/unpacked/operations.sv:7 previous definition, - chapter-7/arrays/unpacked/slice-equality.sv:7 previous definition, - chapter-7/arrays/unpacked/slice.sv:7 previous definition, - chapter-7/arrays/unpacked/subroutines.sv:7 previous definition, - chapter-7/arrays/unpacked/variable-slice.sv:7 previous definition, - chapter-7/structures/packed/basic.sv:7 previous definition, - chapter-7/structures/packed/default-value.sv:7 previous definition, - chapter-7/structures/packed/signed.sv:7 previous definition, - chapter-7/structures/packed/unsigned.sv:7 previous definition, - chapter-7/structures/unpacked/basic.sv:7 previous definition, - chapter-7/structures/unpacked/default-value.sv:7 previous definition, - chapter-7/unions/packed/basic.sv:7 previous definition, - chapter-7/unions/tagged/basic.sv:7 previous definition, - chapter-7/unions/tagged/packed.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find-first-index.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find-first.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find-index.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find-last-index.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find-last.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/find.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/max.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/min.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/unique-index.sv:7 previous definition, - chapter-7/arrays/associative/locator-methods/unique.sv:7 previous definition, - chapter-7/arrays/associative/methods/delete.sv:7 previous definition, - chapter-7/arrays/associative/methods/exists.sv:7 previous definition, - chapter-7/arrays/associative/methods/first.sv:7 previous definition, - chapter-7/arrays/associative/methods/last.sv:7 previous definition, - chapter-7/arrays/associative/methods/next.sv:7 previous definition, - chapter-7/arrays/associative/methods/num.sv:7 previous definition, - chapter-7/arrays/associative/methods/prev.sv:7 previous definition, - chapter-7/arrays/associative/methods/size.sv:7 previous definition, - chapter-7/arrays/associative/methods/traversal.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/dimensions.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/high.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/increment.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/left.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/low.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/right.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/size.sv:7 previous definition, - chapter-7/arrays/packed/querying-functions/unpacked-dimensions.sv:7 previous definition, - chapter-7/arrays/unpacked/ordering-methods/reverse.sv:7 previous definition, - chapter-7/arrays/unpacked/ordering-methods/rsort.sv:7 previous definition, - chapter-7/arrays/unpacked/ordering-methods/shuffle.sv:7 previous definition, - chapter-7/arrays/unpacked/ordering-methods/sort.sv:7 previous definition, - chapter-7/arrays/unpacked/reduction-methods/and.sv:7 previous definition, - chapter-7/arrays/unpacked/reduction-methods/or.sv:7 previous definition, - chapter-7/arrays/unpacked/reduction-methods/product.sv:7 previous definition, - chapter-7/arrays/unpacked/reduction-methods/sum.sv:7 previous definition, - chapter-7/arrays/unpacked/reduction-methods/xor.sv:7 previous definition. - -[WARNI:EL0505] chapter-5/5.6.4--compiler-directives-resetall.sv:10 Multiply defined module "work@ts", - chapter-5/5.6.4--compiler-directives-pragma.sv:8 previous definition, - chapter-5/5.6.4--compiler-directives-timescale.sv:10 previous definition, - chapter-5/5.6.4--compiler-directives-unconnected-drive.sv:11 previous definition. - -[NOTE :EL0504] Multiple top level modules in design. - -[NOTE :EL0508] Nb Top level modules: 34. - -[NOTE :EL0509] Max instance depth: 1. - -[NOTE :EL0510] Nb instances: 34. - -[NOTE :EL0511] Nb leaf instances: 17. - -[NOTE :EL0523] sanity.sv:7 Instance "work@sanity_tb". - -[NOTE :EL0523] chapter-11/11.10--string_bit_array.sv:7 Instance "work@top". - -[NOTE :EL0523] chapter-12/12.4--if.sv:7 Instance "work@if_tb". - -[NOTE :EL0523] chapter-12/12.5--case.sv:7 Instance "work@case_tb". - -[NOTE :EL0523] chapter-12/12.7.1--for.sv:7 Instance "work@for_tb". - -[NOTE :EL0523] chapter-12/12.7.2--repeat.sv:7 Instance "work@repeat_tb". - -[NOTE :EL0523] chapter-12/12.7.3--foreach.sv:7 Instance "work@foreach_tb". - -[NOTE :EL0523] chapter-12/12.7.4--while.sv:7 Instance "work@while_tb". - -[NOTE :EL0523] chapter-12/12.7.5--dowhile.sv:7 Instance "work@dowhile_tb". - -[NOTE :EL0523] chapter-12/12.8--break.sv:7 Instance "work@jump_tb". - -[NOTE :EL0523] chapter-5/5.12-attributes-module.sv:8 Instance "work@topa". - -[NOTE :EL0523] chapter-5/5.12-attributes-module.sv:12 Instance "work@topb". - -[NOTE :EL0523] chapter-5/5.12-attributes-module.sv:16 Instance "work@topc". - -[NOTE :EL0523] chapter-5/5.4--coments.sv:7 Instance "work@empty". - -[NOTE :EL0523] chapter-5/5.6--identifiers.sv:7 Instance "work@identifiers". - -[NOTE :EL0523] chapter-5/5.6.3--system-functions.sv:7 Instance "work@systemfn". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-begin-keywords.sv:10 Instance "work@b_kw". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-celldefine.sv:9 Instance "work@cd". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-celldefine.sv:13 Instance "work@ncd". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-debug-line.sv:8 Instance "work@directives". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-default-nettype.sv:10 Instance "work@dn". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-define.sv:14 Instance "work@d". - -[NOTE :EL0523] chapter-5/5.6.4--compiler-directives-pragma.sv:8 Instance "work@ts". - -[NOTE :EL0523] chapter-8/8.10--static_methods.sv:7 Instance "work@class_tb". - -[NOTE :EL0523] chapter-9/9.2.1--initial.sv:7 Instance "work@initial_tb". - -[NOTE :EL0523] chapter-9/9.2.2.1--always.sv:7 Instance "work@always_tb". - -[NOTE :EL0523] chapter-9/9.3.1--sequential_block.sv:7 Instance "work@sequential_tb". - -[NOTE :EL0523] chapter-9/9.3.2--parallel_block_join.sv:7 Instance "work@parallel_tb". - -[NOTE :EL0523] chapter-9/9.3.3--block_start_finish.sv:7 Instance "work@block_tb". - -[NOTE :EL0523] chapter-9/9.4.2.4--event_sequence.sv:7 Instance "work@seq_tb". - -[NOTE :EL0523] chapter-9/9.6.1--wait_fork.sv:7 Instance "work@fork_tb". - -[NOTE :EL0523] chapter-9/9.7--process_cls_await.sv:7 Instance "work@process_tb". - -[NOTE :EL0523] generic/desc/desc_test_14.sv:9 Instance "work@foo_mod". - -[NOTE :EL0523] generic/desc/desc_test_15.sv:7 Instance "work@module_fpga". - -[NOTE :EL0522] sanity.sv:19 Scope "work@sanity_tb.UNNAMED". - -[NOTE :EL0522] chapter-11/11.10--string_bit_array.sv:11 Scope "work@top.UNNAMED". - -[NOTE :EL0522] chapter-12/12.4--if.sv:10 Scope "work@if_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.5--case.sv:10 Scope "work@case_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.1--for.sv:8 Scope "work@for_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.2--repeat.sv:9 Scope "work@repeat_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.3--foreach.sv:9 Scope "work@foreach_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.4--while.sv:9 Scope "work@while_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.5--dowhile.sv:9 Scope "work@dowhile_tb.UNNAMED". - -[NOTE :EL0522] chapter-12/12.8--break.sv:8 Scope "work@jump_tb.UNNAMED". - -[NOTE :EL0522] chapter-8/8.10--static_methods.sv:18 Scope "work@class_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.3.1--sequential_block.sv:11 Scope "work@sequential_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.3.2--parallel_block_join.sv:12 Scope "work@parallel_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.3.3--block_start_finish.sv:9 Scope "work@block_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.4.2.4--event_sequence.sv:18 Scope "work@seq_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.6.1--wait_fork.sv:10 Scope "work@fork_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.7--process_cls_await.sv:12 Scope "work@process_tb.UNNAMED". - -[NOTE :EL0522] chapter-9/9.7--process_cls_await.sv:26 Scope "work@process_tb.UNNAMED". - -[NOTE :EL0522] sanity.sv:20 Scope "work@sanity_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] sanity.sv:23 Scope "work@sanity_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.4--while.sv:11 Scope "work@while_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-12/12.7.5--dowhile.sv:11 Scope "work@dowhile_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-12/12.8--break.sv:9 Scope "work@jump_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.3.3--block_start_finish.sv:10 Scope "work@block_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.3.3--block_start_finish.sv:17 Scope "work@block_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.4.2.4--event_sequence.sv:19 Scope "work@seq_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.6.1--wait_fork.sv:11 Scope "work@fork_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.7--process_cls_await.sv:14 Scope "work@process_tb.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.4.2.4--event_sequence.sv:20 Scope "work@seq_tb.UNNAMED.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.4.2.4--event_sequence.sv:24 Scope "work@seq_tb.UNNAMED.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.6.1--wait_fork.sv:12 Scope "work@fork_tb.UNNAMED.UNNAMED.UNNAMED". - -[NOTE :EL0522] chapter-9/9.6.1--wait_fork.sv:17 Scope "work@fork_tb.UNNAMED.UNNAMED.UNNAMED". - -[WARNI:CP0319] generic/class/class_test_56.sv:7 Multiply defined class "work@Driver", - generic/class/class_test_55.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_11.sv:7 Multiply defined class "work@Foo", - generic/class/class_test_1.sv:7 previous definition, - generic/class/class_test_12.sv:7 previous definition, - generic/class/class_test_13.sv:7 previous definition, - generic/class/class_test_14.sv:7 previous definition, - generic/class/class_test_16.sv:7 previous definition, - generic/class/class_test_17.sv:7 previous definition, - generic/class/class_test_18.sv:7 previous definition, - generic/class/class_test_19.sv:7 previous definition, - generic/class/class_test_2.sv:7 previous definition, - generic/class/class_test_20.sv:7 previous definition, - generic/class/class_test_21.sv:7 previous definition, - generic/class/class_test_22.sv:7 previous definition, - generic/class/class_test_23.sv:7 previous definition, - generic/class/class_test_24.sv:7 previous definition, - generic/class/class_test_25.sv:7 previous definition, - generic/class/class_test_26.sv:7 previous definition, - generic/class/class_test_27.sv:7 previous definition, - generic/class/class_test_28.sv:7 previous definition, - generic/class/class_test_29.sv:7 previous definition, - generic/class/class_test_3.sv:7 previous definition, - generic/class/class_test_30.sv:7 previous definition, - generic/class/class_test_4.sv:7 previous definition, - generic/class/class_test_5.sv:7 previous definition, - generic/class/class_test_6.sv:7 previous definition, - generic/class/class_test_7.sv:7 previous definition, - generic/class/class_test_8.sv:7 previous definition, - generic/class/class_test_9.sv:7 previous definition. - -[WARNI:CP0319] chapter-8/8.26.2--implements_extends.sv:22 Multiply defined class "work@class_tb::Hello", - chapter-8/8.26.2--implements.sv:12 previous definition, - chapter-8/8.26.2--implements_multiple.sv:16 previous definition, - chapter-8/8.26.3--type_access_implements.sv:13 previous definition, - chapter-8/8.26.3--type_access_implements_invalid.sv:13 previous definition, - chapter-8/8.26.4--illegal_forward_def_implements.sv:10 previous definition, - chapter-8/8.26.4--illegal_implements_parameter.sv:13 previous definition, - chapter-8/8.26.5--cast_between_interface_classes.sv:16 previous definition, - chapter-8/8.26.5--implemented_class_handle.sv:12 previous definition, - chapter-8/8.26.6.1--name_conflict_resolved.sv:16 previous definition, - chapter-8/8.26.6.1--name_conflict_unresolved.sv:16 previous definition. - -[WARNI:CP0319] chapter-8/8.18--var_protected.sv:8 Multiply defined class "work@class_tb::a_cls", - chapter-8/8.18--var_local.sv:8 previous definition, - chapter-8/8.19--global_constant.sv:8 previous definition, - chapter-8/8.19--instance_constant.sv:8 previous definition, - chapter-8/8.22--dynamic_method_lookup.sv:12 previous definition. - -[WARNI:CP0319] chapter-8/8.21--abstract_class_inst.sv:8 Multiply defined class "work@class_tb::base_cls", - chapter-8/8.25--parametrized_class_extend.sv:8 previous definition. - -[WARNI:CP0319] chapter-8/8.14--override_member.sv:8 Multiply defined class "work@class_tb::super_cls", - chapter-8/8.17--constructor_const_arg.sv:8 previous definition, - chapter-8/8.20--virtual_method.sv:8 previous definition, - chapter-8/8.7--constructor_super.sv:8 previous definition, - chapter-8/8.8--typed_constructor.sv:8 previous definition, - chapter-8/8.8--typed_constructor_param.sv:8 previous definition. - -[WARNI:CP0319] chapter-8/8.11--this.sv:8 Multiply defined class "work@class_tb::test_cls", - chapter-8/8.10--static_methods.sv:8 previous definition, - chapter-8/8.12--assignment.sv:8 previous definition, - chapter-8/8.12--shallow_copy.sv:8 previous definition, - chapter-8/8.13--inheritance.sv:18 previous definition, - chapter-8/8.14--override_member.sv:18 previous definition, - chapter-8/8.15--super.sv:18 previous definition, - chapter-8/8.17--constructor_const_arg.sv:14 previous definition, - chapter-8/8.20--virtual_method.sv:15 previous definition, - chapter-8/8.21--abstract_class.sv:12 previous definition, - chapter-8/8.21--abstract_class_inst.sv:12 previous definition, - chapter-8/8.23--scope_resolution.sv:8 previous definition, - chapter-8/8.24--out_of_block_methods.sv:8 previous definition, - chapter-8/8.4--instantiation.sv:8 previous definition, - chapter-8/8.5--parameters.sv:8 previous definition, - chapter-8/8.5--properties.sv:8 previous definition, - chapter-8/8.5--properties_enum.sv:8 previous definition, - chapter-8/8.6--methods.sv:8 previous definition, - chapter-8/8.7--constructor.sv:8 previous definition, - chapter-8/8.7--constructor_param.sv:8 previous definition, - chapter-8/8.7--constructor_super.sv:14 previous definition, - chapter-8/8.8--typed_constructor.sv:15 previous definition, - chapter-8/8.8--typed_constructor_param.sv:15 previous definition, - chapter-8/8.9--static_properties.sv:8 previous definition. - -[WARNI:CP0319] generic/member/class_member_test_40.sv:7 Multiply defined class "work@constructible", - generic/member/class_member_test_41.sv:7 previous definition, - generic/member/class_member_test_42.sv:7 previous definition, - generic/member/class_member_test_43.sv:7 previous definition, - generic/member/class_member_test_44.sv:7 previous definition, - generic/member/class_member_test_45.sv:7 previous definition, - generic/member/class_member_test_46.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_58.sv:7 Multiply defined class "work@fields_with_modifiers", - generic/class/class_test_57.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_37.sv:7 Multiply defined class "work@foo", - generic/class/class_test_36.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_52.sv:7 Multiply defined class "work@how_wide", - generic/class/class_test_51.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_41.sv:7 Multiply defined class "work@macros_as_class_item", - generic/class/class_test_40.sv:7 previous definition, - generic/class/class_test_42.sv:7 previous definition, - generic/class/class_test_43.sv:7 previous definition, - generic/class/class_test_44.sv:7 previous definition, - generic/class/class_test_45.sv:7 previous definition, - generic/class/class_test_46.sv:7 previous definition. - -[WARNI:CP0319] generic/member/class_member_test_11.sv:7 Multiply defined class "work@myclass", - generic/member/class_member_test_0.sv:7 previous definition, - generic/member/class_member_test_14.sv:7 previous definition, - generic/member/class_member_test_15.sv:7 previous definition, - generic/member/class_member_test_16.sv:7 previous definition, - generic/member/class_member_test_17.sv:7 previous definition, - generic/member/class_member_test_18.sv:7 previous definition, - generic/member/class_member_test_19.sv:7 previous definition, - generic/member/class_member_test_2.sv:7 previous definition, - generic/member/class_member_test_20.sv:7 previous definition, - generic/member/class_member_test_21.sv:7 previous definition, - generic/member/class_member_test_23.sv:7 previous definition, - generic/member/class_member_test_24.sv:7 previous definition, - generic/member/class_member_test_25.sv:7 previous definition, - generic/member/class_member_test_26.sv:7 previous definition, - generic/member/class_member_test_27.sv:7 previous definition, - generic/member/class_member_test_28.sv:7 previous definition, - generic/member/class_member_test_29.sv:7 previous definition, - generic/member/class_member_test_3.sv:7 previous definition, - generic/member/class_member_test_30.sv:7 previous definition, - generic/member/class_member_test_31.sv:7 previous definition, - generic/member/class_member_test_32.sv:7 previous definition, - generic/member/class_member_test_34.sv:7 previous definition, - generic/member/class_member_test_35.sv:7 previous definition, - generic/member/class_member_test_36.sv:7 previous definition, - generic/member/class_member_test_37.sv:7 previous definition, - generic/member/class_member_test_38.sv:7 previous definition, - generic/member/class_member_test_4.sv:7 previous definition, - generic/member/class_member_test_48.sv:7 previous definition, - generic/member/class_member_test_49.sv:7 previous definition, - generic/member/class_member_test_5.sv:7 previous definition, - generic/member/class_member_test_50.sv:7 previous definition, - generic/member/class_member_test_51.sv:7 previous definition, - generic/member/class_member_test_52.sv:7 previous definition, - generic/member/class_member_test_53.sv:7 previous definition, - generic/member/class_member_test_54.sv:7 previous definition, - generic/member/class_member_test_55.sv:7 previous definition, - generic/member/class_member_test_56.sv:7 previous definition, - generic/member/class_member_test_58.sv:7 previous definition, - generic/member/class_member_test_6.sv:7 previous definition, - generic/member/class_member_test_7.sv:7 previous definition, - generic/member/class_member_test_8.sv:7 previous definition, - generic/member/class_member_test_9.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_60.sv:7 Multiply defined class "work@pp_class", - generic/class/class_test_59.sv:7 previous definition, - generic/class/class_test_61.sv:7 previous definition, - generic/class/class_test_62.sv:7 previous definition, - generic/class/class_test_63.sv:7 previous definition, - generic/class/class_test_64.sv:7 previous definition, - generic/class/class_test_65.sv:7 previous definition, - generic/class/class_test_66.sv:7 previous definition, - generic/class/class_test_67.sv:7 previous definition, - generic/class/class_test_68.sv:7 previous definition, - generic/class/class_test_69.sv:7 previous definition. - -[WARNI:CP0319] generic/class/class_test_35.sv:7 Multiply defined class "work@zzxx", - generic/class/class_test_32.sv:7 previous definition. - -[ERROR:CP0328] generic/class/class_test_12.sv:7 Undefined base class "Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_13.sv:7 Undefined base class "Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_19.sv:7 Undefined base class "Package::Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_20.sv:7 Undefined base class "Package::Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_21.sv:7 Undefined base class "Package::Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_22.sv:7 Undefined base class "Package::Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_28.sv:7 Undefined base class "Base" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_29.sv:7 Undefined base class "Base" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_6.sv:7 Undefined base class "Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_7.sv:7 Undefined base class "Package::Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_8.sv:7 Undefined base class "Bar" extended by "work@Foo". - -[ERROR:CP0328] generic/class/class_test_37.sv:7 Undefined base class "bar" extended by "work@foo". - -[ERROR:CP0328] generic/member/class_member_test_57.sv:7 Undefined base class "bar" extended by "work@foo_class". - -[ERROR:CP0328] generic/class/class_test_52.sv:7 Undefined base class "uvm_sequence_item" extended by "work@how_wide". - -[ERROR:CP0328] generic/member/class_member_test_53.sv:7 Undefined base class "uvm_object" extended by "work@myclass". - -[ERROR:CP0328] generic/member/class_member_test_54.sv:7 Undefined base class "uvm_object" extended by "work@myclass". - -[ERROR:CP0328] generic/member/class_member_test_55.sv:7 Undefined base class "uvm_object" extended by "work@myclass". - -[ERROR:CP0328] generic/member/class_member_test_56.sv:7 Undefined base class "uvm_object" extended by "work@myclass". - -[ERROR:CP0328] generic/member/class_member_test_58.sv:7 Undefined base class "uvm_object" extended by "work@myclass". - -[ERROR:CP0317] generic/class/class_test_55.sv:8 Undefined type "Packet". - -[ERROR:CP0317] generic/class/class_test_56.sv:8 Undefined type "data_type_or_module_type". - -[ERROR:CP0317] generic/class/class_test_57.sv:8 Undefined type "data_type_or_module_type". - -[ERROR:CP0317] generic/class/class_test_58.sv:9 Undefined type "data_type_or_module_type". - -[ERROR:CP0317] generic/member/class_member_test_13.sv:12 Undefined type "myclass::msg_t". - -[ERROR:EL0514] generic/member/class_member_test_51.sv:9 Undefined variable: foo. - -[ERROR:EL0514] generic/member/class_member_test_52.sv:9 Undefined variable: foo. - -[ FATAL] : 0 -[ ERROR] : 128 -[WARNING] : 75 -[ NOTE] : 108 - -******************************************** -* End SURELOG SVerilog Compiler/Linter * -******************************************** - -8.86user 0.26system 0:09.15elapsed 99%CPU (0avgtext+0avgdata 470148maxresident)k -184inputs+5472outputs (1major+115383minor)pagefaults 0swaps
diff --git a/SVIncCompil/Testcases/Google/chapter-10/10.3.1--net-decl-assignment.sv b/SVIncCompil/Testcases/Google/chapter-10/10.3.1--net-decl-assignment.sv new file mode 100644 index 0000000..4c7ed0d --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-10/10.3.1--net-decl-assignment.sv
@@ -0,0 +1,11 @@ +/* +:name: net_decl_assignment +:description: net declaration assignment test +:should_fail: 0 +:tags: 10.3.1 +*/ +module top(input a, input b); + +wire w = a & b; + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-10/10.3.2--cont-assignment.sv b/SVIncCompil/Testcases/Google/chapter-10/10.3.2--cont-assignment.sv new file mode 100644 index 0000000..c529cb8 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-10/10.3.2--cont-assignment.sv
@@ -0,0 +1,12 @@ +/* +:name: cont_assignment +:description: continuous assignment test +:should_fail: 0 +:tags: 10.3.2 +*/ +module top(input a, input b); + +wire w; +assign w = a & b; + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-10/10.3.3--cont-assignment-delay.sv b/SVIncCompil/Testcases/Google/chapter-10/10.3.3--cont-assignment-delay.sv new file mode 100644 index 0000000..d3cd003 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-10/10.3.3--cont-assignment-delay.sv
@@ -0,0 +1,14 @@ +/* +:name: cont_assignment_delay +:description: continuous assignment with delay test +:should_fail: 0 +:tags: 10.3.3 +*/ +module top(input a, input b); + +wire w; + +initial + w = #10 a & b; + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-10/10.3.3--cont-assignment-net-delay.sv b/SVIncCompil/Testcases/Google/chapter-10/10.3.3--cont-assignment-net-delay.sv new file mode 100644 index 0000000..9ff6e6a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-10/10.3.3--cont-assignment-net-delay.sv
@@ -0,0 +1,14 @@ +/* +:name: cont_assignment_net_delay +:description: continuous assignment with net delay test +:should_fail: 0 +:tags: 10.3.3 +*/ +module top(input a, input b); + +wire #10 w; + +initial + w = a & b; + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-10/10.4.1--blocking-assignment.sv b/SVIncCompil/Testcases/Google/chapter-10/10.4.1--blocking-assignment.sv new file mode 100644 index 0000000..5bd7cde --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-10/10.4.1--blocking-assignment.sv
@@ -0,0 +1,19 @@ +/* +:name: blocking_assignment +:description: blocking assignment test +:should_fail: 0 +:tags: 10.4.1 +:type: simulation parsing +*/ +module top(); + +logic a = 3; +logic b = 2; + +initial begin + a = 1; + b = a; + $display(":assert: (%d == %d)", a, b); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-10/10.4.2--non-blocking-assignment.sv b/SVIncCompil/Testcases/Google/chapter-10/10.4.2--non-blocking-assignment.sv new file mode 100644 index 0000000..8ab0613 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-10/10.4.2--non-blocking-assignment.sv
@@ -0,0 +1,15 @@ +/* +:name: non_blocking_assignment +:description: non-blocking assignment test +:should_fail: 0 +:tags: 10.4.2 +*/ +module top(); + +logic a; + +initial begin + a <= 2; +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-10/10.6.1--assign-deassign.sv b/SVIncCompil/Testcases/Google/chapter-10/10.6.1--assign-deassign.sv new file mode 100644 index 0000000..dc3c99a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-10/10.6.1--assign-deassign.sv
@@ -0,0 +1,24 @@ +/* +:name: assign_deassign +:description: assign-deassign statements test +:should_fail: 0 +:tags: 10.6.1 +*/ +module top(clk, q, d, clr, set); + +input clk, d, clr, set; +output q; +logic q; + +always @(clr or set) + if (clr) + assign q = 0; + else if (set) + assign q = 1; + else + deassign q; + +always @(posedge clk) + q <= d; + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-10/10.6.2--force-release.sv b/SVIncCompil/Testcases/Google/chapter-10/10.6.2--force-release.sv new file mode 100644 index 0000000..0173375 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-10/10.6.2--force-release.sv
@@ -0,0 +1,24 @@ +/* +:name: force_release +:description: force-release statements test +:should_fail: 0 +:tags: 10.6.2 +*/ +module top(clk, q, d, f1, f0); + +input clk, d, f1, f0; +output q; +logic q; + +always @(f1 or f0) + if (f0) + force q = 0; + else if (f1) + force q = 1; + else + release q; + +always @(posedge clk) + q <= d; + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.10--string_bit_array.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.10--string_bit_array.sv.log index f52ba4f..10b06a4 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.10--string_bit_array.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.10--string_bit_array.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:07 -COMMAND: tests/chapter-11/11.10--string_bit_array.sv -writepp -parse -mt max -l tests/chapter-11/11.10--string_bit_array.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:24 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10--string_bit_array.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10--string_bit_array.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.10--string_bit_array.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10--string_bit_array.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.10--string_bit_array.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10--string_bit_array.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10--string_bit_array.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.10--string_bit_array.sv". - -[WARNI:PA0205] tests/chapter-11/11.10--string_bit_array.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10--string_bit_array.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.10--string_bit_array.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10--string_bit_array.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.10--string_bit_array.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10--string_bit_array.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.10.1--string_compare.sv b/SVIncCompil/Testcases/Google/chapter-11/11.10.1--string_compare.sv index 3faafeb..c422fca 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.10.1--string_compare.sv +++ b/SVIncCompil/Testcases/Google/chapter-11/11.10.1--string_compare.sv
@@ -3,6 +3,7 @@ :description: string comparison test :should_fail: 0 :tags: 11.10.1 +:type: simulation parsing */ module top(); @@ -12,7 +13,7 @@ initial begin a = "Test"; b = "Test"; - $display(a == b); + $display(":assert:('%s' == '%s')", a, b); end endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.10.1--string_compare.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.10.1--string_compare.sv.log index 4de1eaf..81e7211 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.10.1--string_compare.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.10.1--string_compare.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:04 -COMMAND: tests/chapter-11/11.10.1--string_compare.sv -writepp -parse -mt max -l tests/chapter-11/11.10.1--string_compare.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:24 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_compare.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_compare.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.10.1--string_compare.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_compare.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.10.1--string_compare.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_compare.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.10.1--string_compare.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_compare.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-11/11.10.1--string_compare.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_compare.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.10.1--string_compare.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_compare.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.10.1--string_compare.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_compare.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.10.1--string_concat.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.10.1--string_concat.sv.log index 139c6a2..ca7b7c3 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.10.1--string_concat.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.10.1--string_concat.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:11 -COMMAND: tests/chapter-11/11.10.1--string_concat.sv -writepp -parse -mt max -l tests/chapter-11/11.10.1--string_concat.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:24 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_concat.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_concat.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.10.1--string_concat.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_concat.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.10.1--string_concat.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_concat.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_concat.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.10.1--string_concat.sv". - -[WARNI:PA0205] tests/chapter-11/11.10.1--string_concat.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_concat.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.10.1--string_concat.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_concat.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.10.1--string_concat.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_concat.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.10.1--string_copy.sv b/SVIncCompil/Testcases/Google/chapter-11/11.10.1--string_copy.sv index 48ab844..ed4fe7f 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.10.1--string_copy.sv +++ b/SVIncCompil/Testcases/Google/chapter-11/11.10.1--string_copy.sv
@@ -3,6 +3,7 @@ :description: string copy test :should_fail: 0 :tags: 11.10.1 +:type: simulation parsing */ module top(); @@ -12,7 +13,7 @@ initial begin a = "Test"; b = a; - $display(b); + $display(":assert:('%s' == '%s')", a, b); end endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.10.1--string_copy.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.10.1--string_copy.sv.log index 80d7c75..fb052fe 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.10.1--string_copy.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.10.1--string_copy.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:05 -COMMAND: tests/chapter-11/11.10.1--string_copy.sv -writepp -parse -mt max -l tests/chapter-11/11.10.1--string_copy.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:25 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_copy.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_copy.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.10.1--string_copy.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_copy.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.10.1--string_copy.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_copy.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_copy.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.10.1--string_copy.sv". - -[WARNI:PA0205] tests/chapter-11/11.10.1--string_copy.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_copy.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.10.1--string_copy.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_copy.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.10.1--string_copy.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.1--string_copy.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.10.3--empty_string.sv b/SVIncCompil/Testcases/Google/chapter-11/11.10.3--empty_string.sv index 0f66eb1..72035d9 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.10.3--empty_string.sv +++ b/SVIncCompil/Testcases/Google/chapter-11/11.10.3--empty_string.sv
@@ -10,7 +10,7 @@ initial begin a = ""; - $assert(a == 0); + assert(a == 0); end endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.10.3--empty_string.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.10.3--empty_string.sv.log index 72f1bdd..93f228e 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.10.3--empty_string.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.10.3--empty_string.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:10 -COMMAND: tests/chapter-11/11.10.3--empty_string.sv -writepp -parse -mt max -l tests/chapter-11/11.10.3--empty_string.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:25 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.10.3--empty_string.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.10.3--empty_string.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-11/11.10.3--empty_string.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-11/11.10.3--empty_string.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.10.3--empty_string.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.10.3--empty_string.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.11--min_max_avg_delay.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.11--min_max_avg_delay.sv.log index 8d75ce0..673886d 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.11--min_max_avg_delay.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.11--min_max_avg_delay.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:03 -COMMAND: tests/chapter-11/11.11--min_max_avg_delay.sv -writepp -parse -mt max -l tests/chapter-11/11.11--min_max_avg_delay.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:26 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.11--min_max_avg_delay.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.11--min_max_avg_delay.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-11/11.11--min_max_avg_delay.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-11/11.11--min_max_avg_delay.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.11--min_max_avg_delay.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.11--min_max_avg_delay.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.12--let_construct.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.12--let_construct.sv.log index 7e2baef..7b5d92c 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.12--let_construct.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.12--let_construct.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:10 -COMMAND: tests/chapter-11/11.12--let_construct.sv -writepp -parse -mt max -l tests/chapter-11/11.12--let_construct.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:26 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.12--let_construct.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.12--let_construct.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.12--let_construct.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.12--let_construct.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.12--let_construct.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-11/11.12--let_construct.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.12--let_construct.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-11/11.12--let_construct.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.12--let_construct.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.12--let_construct.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.12--let_construct.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.12--let_construct.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.12--let_construct.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.12--let_construct.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.3.5--expr_short_circuit.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.3.5--expr_short_circuit.sv.log index a178824..4a94dd1 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.3.5--expr_short_circuit.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.3.5--expr_short_circuit.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:00 -COMMAND: tests/chapter-11/11.3.5--expr_short_circuit.sv -writepp -parse -mt max -l tests/chapter-11/11.3.5--expr_short_circuit.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:26 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.3.5--expr_short_circuit.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.3.5--expr_short_circuit.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.3.5--expr_short_circuit.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv". -[WARNI:PA0205] tests/chapter-11/11.3.5--expr_short_circuit.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.3.5--expr_short_circuit.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.3.5--expr_short_circuit.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.3.6--assign_in_expr.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.3.6--assign_in_expr.sv.log index 839100d..1f5e96a 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.3.6--assign_in_expr.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.3.6--assign_in_expr.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:04 -COMMAND: tests/chapter-11/11.3.6--assign_in_expr.sv -writepp -parse -mt max -l tests/chapter-11/11.3.6--assign_in_expr.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:27 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.3.6--assign_in_expr.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.3.6--assign_in_expr.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.3.6--assign_in_expr.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-11/11.3.6--assign_in_expr.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.3.6--assign_in_expr.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.3.6--assign_in_expr.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.3.6--assign_in_expr_inv.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.3.6--assign_in_expr_inv.sv.log index 6fe1e5c..f9c3803 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.3.6--assign_in_expr_inv.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.3.6--assign_in_expr_inv.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:09 -COMMAND: tests/chapter-11/11.3.6--assign_in_expr_inv.sv -writepp -parse -mt max -l tests/chapter-11/11.3.6--assign_in_expr_inv.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:27 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.3.6--assign_in_expr_inv.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.3.6--assign_in_expr_inv.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.3.6--assign_in_expr_inv.sv". - -[ERROR:PA0207] tests/chapter-11/11.3.6--assign_in_expr_inv.sv, line 14, col 7: Syntax error: no viable alternative at input 'module top();\n\nint a;\nint b;\nint c;\n\ninitial begin\n\ta = b =', +[ERROR:PA0207] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv, line 14, col 7: Syntax error: no viable alternative at input 'module top();\n\nint a;\nint b;\nint c;\n\ninitial begin\n\ta = b =', a = b = c = 5; - ^-- line 14, ./slpp_all/work/tests/chapter-11/11.3.6--assign_in_expr_inv.sv. + ^-- line 14, ./slpp_all/work//home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv. -[WARNI:PA0205] tests/chapter-11/11.3.6--assign_in_expr_inv.sv, line 7: No timescale set for "MODULE NAME UNKNOWN". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv, line 7: No timescale set for "MODULE NAME UNKNOWN". [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.3.6--assign_in_expr_inv.sv, line 7: Top level module "work@MODULE NAME UNKNOWN". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv, line 7: Top level module "work@MODULE NAME UNKNOWN". [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.4.11--cond_op.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.4.11--cond_op.sv.log index 6789720..70950b2 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.4.11--cond_op.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.4.11--cond_op.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:08 -COMMAND: tests/chapter-11/11.4.11--cond_op.sv -writepp -parse -mt max -l tests/chapter-11/11.4.11--cond_op.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:27 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.4.11--cond_op.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.4.11--cond_op.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.4.11--cond_op.sv". - -[WARNI:PA0205] tests/chapter-11/11.4.11--cond_op.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.4.11--cond_op.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.4.11--cond_op.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.4.12--concat_op.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.4.12--concat_op.sv.log index cfbf166..2bb2a75 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.4.12--concat_op.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.4.12--concat_op.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:05 -COMMAND: tests/chapter-11/11.4.12--concat_op.sv -writepp -parse -mt max -l tests/chapter-11/11.4.12--concat_op.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:27 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12--concat_op.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12--concat_op.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.4.12--concat_op.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12--concat_op.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.4.12--concat_op.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12--concat_op.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.4.12--concat_op.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12--concat_op.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-11/11.4.12--concat_op.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12--concat_op.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.4.12--concat_op.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12--concat_op.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.4.12--concat_op.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12--concat_op.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.4.12.1--nested_repl_op.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.4.12.1--nested_repl_op.sv.log index 324038b..58d6de8 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.4.12.1--nested_repl_op.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.4.12.1--nested_repl_op.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:08 -COMMAND: tests/chapter-11/11.4.12.1--nested_repl_op.sv -writepp -parse -mt max -l tests/chapter-11/11.4.12.1--nested_repl_op.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:28 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.1--nested_repl_op.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.1--nested_repl_op.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.4.12.1--nested_repl_op.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.1--nested_repl_op.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.4.12.1--nested_repl_op.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-11/11.4.12.1--nested_repl_op.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.1--nested_repl_op.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-11/11.4.12.1--nested_repl_op.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.1--nested_repl_op.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.1--nested_repl_op.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.4.12.1--nested_repl_op.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.1--nested_repl_op.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.4.12.1--nested_repl_op.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.1--nested_repl_op.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.4.12.1--repl_op.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.4.12.1--repl_op.sv.log index e926900..3da3ae3 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.4.12.1--repl_op.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.4.12.1--repl_op.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:02 -COMMAND: tests/chapter-11/11.4.12.1--repl_op.sv -writepp -parse -mt max -l tests/chapter-11/11.4.12.1--repl_op.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:28 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.1--repl_op.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.1--repl_op.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.4.12.1--repl_op.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.1--repl_op.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.4.12.1--repl_op.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.1--repl_op.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.4.12.1--repl_op.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.1--repl_op.sv". -[WARNI:PA0205] tests/chapter-11/11.4.12.1--repl_op.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.1--repl_op.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.4.12.1--repl_op.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.1--repl_op.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.4.12.1--repl_op.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.1--repl_op.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.4.12.2--string_concat_op.sv b/SVIncCompil/Testcases/Google/chapter-11/11.4.12.2--string_concat_op.sv index d50862d..514771d 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.4.12.2--string_concat_op.sv +++ b/SVIncCompil/Testcases/Google/chapter-11/11.4.12.2--string_concat_op.sv
@@ -3,14 +3,15 @@ :description: string concatenation operator test :should_fail: 0 :tags: 11.4.12.2 +:type: simulation parsing */ module top(); string str; initial begin - str = {"Hello", " ", "World", "!"}; - $display(str); + str = {"Hello", "_", "World", "!"}; + $display(":assert:('%s' == 'Hello_World!')", str); end endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.4.12.2--string_concat_op.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.4.12.2--string_concat_op.sv.log index ced1611..1ab7f60 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.4.12.2--string_concat_op.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.4.12.2--string_concat_op.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:06 -COMMAND: tests/chapter-11/11.4.12.2--string_concat_op.sv -writepp -parse -mt max -l tests/chapter-11/11.4.12.2--string_concat_op.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:28 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.2--string_concat_op.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.2--string_concat_op.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.4.12.2--string_concat_op.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.2--string_concat_op.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.4.12.2--string_concat_op.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-11/11.4.12.2--string_concat_op.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.2--string_concat_op.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-11/11.4.12.2--string_concat_op.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.2--string_concat_op.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.2--string_concat_op.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.4.12.2--string_concat_op.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.2--string_concat_op.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.4.12.2--string_concat_op.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.2--string_concat_op.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.4.12.2--string_repl_op.sv b/SVIncCompil/Testcases/Google/chapter-11/11.4.12.2--string_repl_op.sv index d1972ba..804aed0 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.4.12.2--string_repl_op.sv +++ b/SVIncCompil/Testcases/Google/chapter-11/11.4.12.2--string_repl_op.sv
@@ -3,14 +3,15 @@ :description: string replication operator test :should_fail: 0 :tags: 11.4.12.2 +:type: simulation parsing */ module top(); string str; initial begin - str = {4{"test "}}; - $display(str); + str = {4{"test"}}; + $display(":assert:('%s' == 'testtesttesttest')", str); end endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.4.12.2--string_repl_op.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.4.12.2--string_repl_op.sv.log index 0e90bd8..85be5af 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.4.12.2--string_repl_op.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.4.12.2--string_repl_op.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:08 -COMMAND: tests/chapter-11/11.4.12.2--string_repl_op.sv -writepp -parse -mt max -l tests/chapter-11/11.4.12.2--string_repl_op.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:29 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.2--string_repl_op.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.2--string_repl_op.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.4.12.2--string_repl_op.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.2--string_repl_op.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.4.12.2--string_repl_op.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.2--string_repl_op.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.4.12.2--string_repl_op.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.2--string_repl_op.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-11/11.4.12.2--string_repl_op.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.2--string_repl_op.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.4.12.2--string_repl_op.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.2--string_repl_op.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.4.12.2--string_repl_op.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.12.2--string_repl_op.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.4.13--set_member.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.4.13--set_member.sv.log index 1e8e517..ead7a1c 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.4.13--set_member.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.4.13--set_member.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:09 -COMMAND: tests/chapter-11/11.4.13--set_member.sv -writepp -parse -mt max -l tests/chapter-11/11.4.13--set_member.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:29 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.13--set_member.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.13--set_member.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.4.13--set_member.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.13--set_member.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.4.13--set_member.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.13--set_member.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.4.13--set_member.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.13--set_member.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-11/11.4.13--set_member.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.13--set_member.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.4.13--set_member.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.13--set_member.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.4.13--set_member.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.13--set_member.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.4.14.1--stream_concat.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.4.14.1--stream_concat.sv.log index dee890a..95c43d9 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.4.14.1--stream_concat.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.4.14.1--stream_concat.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:02 -COMMAND: tests/chapter-11/11.4.14.1--stream_concat.sv -writepp -parse -mt max -l tests/chapter-11/11.4.14.1--stream_concat.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:29 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.4.14.1--stream_concat.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.4.14.1--stream_concat.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.4.14.1--stream_concat.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-11/11.4.14.1--stream_concat.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.4.14.1--stream_concat.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.4.14.1--stream_concat.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.4.14.2--reorder_stream.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.4.14.2--reorder_stream.sv.log index 8dd1693..0fbf677 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.4.14.2--reorder_stream.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.4.14.2--reorder_stream.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:07 -COMMAND: tests/chapter-11/11.4.14.2--reorder_stream.sv -writepp -parse -mt max -l tests/chapter-11/11.4.14.2--reorder_stream.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:29 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.4.14.2--reorder_stream.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.4.14.2--reorder_stream.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-11/11.4.14.2--reorder_stream.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-11/11.4.14.2--reorder_stream.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.4.14.2--reorder_stream.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.4.14.2--reorder_stream.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.4.14.3--unpack_stream.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.4.14.3--unpack_stream.sv.log index 02a350a..329cae5 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.4.14.3--unpack_stream.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.4.14.3--unpack_stream.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:01 -COMMAND: tests/chapter-11/11.4.14.3--unpack_stream.sv -writepp -parse -mt max -l tests/chapter-11/11.4.14.3--unpack_stream.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:30 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.4.14.3--unpack_stream.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.4.14.3--unpack_stream.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.4.14.3--unpack_stream.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-11/11.4.14.3--unpack_stream.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.4.14.3--unpack_stream.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.4.14.3--unpack_stream.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.4.14.3--unpack_stream_inv.sv b/SVIncCompil/Testcases/Google/chapter-11/11.4.14.3--unpack_stream_inv.sv index cb2aa23..4c19842 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.4.14.3--unpack_stream_inv.sv +++ b/SVIncCompil/Testcases/Google/chapter-11/11.4.14.3--unpack_stream_inv.sv
@@ -3,6 +3,7 @@ :description: invalid stream unpack test :should_fail: 1 :tags: 11.4.14.3 +:type: simulation */ module top();
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.4.14.3--unpack_stream_inv.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.4.14.3--unpack_stream_inv.sv.log index e07cd92..3e4e1be 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.4.14.3--unpack_stream_inv.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.4.14.3--unpack_stream_inv.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:09 -COMMAND: tests/chapter-11/11.4.14.3--unpack_stream_inv.sv -writepp -parse -mt max -l tests/chapter-11/11.4.14.3--unpack_stream_inv.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:30 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.4.14.3--unpack_stream_inv.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.4.14.3--unpack_stream_inv.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.4.14.3--unpack_stream_inv.sv". - -[WARNI:PA0205] tests/chapter-11/11.4.14.3--unpack_stream_inv.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.4.14.3--unpack_stream_inv.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.4.14.3--unpack_stream_inv.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.4.14.3--unpack_stream_pad.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.4.14.3--unpack_stream_pad.sv.log index 3ed9b35..f011bfe 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.4.14.3--unpack_stream_pad.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.4.14.3--unpack_stream_pad.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:10 -COMMAND: tests/chapter-11/11.4.14.3--unpack_stream_pad.sv -writepp -parse -mt max -l tests/chapter-11/11.4.14.3--unpack_stream_pad.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:30 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.4.14.3--unpack_stream_pad.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.4.14.3--unpack_stream_pad.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.4.14.3--unpack_stream_pad.sv". - -[WARNI:PA0205] tests/chapter-11/11.4.14.3--unpack_stream_pad.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.4.14.3--unpack_stream_pad.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.4.14.3--unpack_stream_pad.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.4.14.4--dynamic_array_stream.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.4.14.4--dynamic_array_stream.sv.log index 1f3802f..bcc5fd7 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.4.14.4--dynamic_array_stream.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.4.14.4--dynamic_array_stream.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:01 -COMMAND: tests/chapter-11/11.4.14.4--dynamic_array_stream.sv -writepp -parse -mt max -l tests/chapter-11/11.4.14.4--dynamic_array_stream.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:30 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.4.14.4--dynamic_array_stream.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.4.14.4--dynamic_array_stream.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.4.14.4--dynamic_array_stream.sv". - -[WARNI:PA0205] tests/chapter-11/11.4.14.4--dynamic_array_stream.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.4.14.4--dynamic_array_stream.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.4.14.4--dynamic_array_stream.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.4.2--unary_op_dec.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.4.2--unary_op_dec.sv.log index f0b7210..f5d90bc 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.4.2--unary_op_dec.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.4.2--unary_op_dec.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:09 -COMMAND: tests/chapter-11/11.4.2--unary_op_dec.sv -writepp -parse -mt max -l tests/chapter-11/11.4.2--unary_op_dec.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:31 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.4.2--unary_op_dec.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.4.2--unary_op_dec.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.4.2--unary_op_dec.sv". - -[WARNI:PA0205] tests/chapter-11/11.4.2--unary_op_dec.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.4.2--unary_op_dec.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.4.2--unary_op_dec.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.4.2--unary_op_inc.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.4.2--unary_op_inc.sv.log index 4b4ee94..cbf9939 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.4.2--unary_op_inc.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.4.2--unary_op_inc.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:01 -COMMAND: tests/chapter-11/11.4.2--unary_op_inc.sv -writepp -parse -mt max -l tests/chapter-11/11.4.2--unary_op_inc.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:31 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.4.2--unary_op_inc.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.4.2--unary_op_inc.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.4.2--unary_op_inc.sv". - -[WARNI:PA0205] tests/chapter-11/11.4.2--unary_op_inc.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.4.2--unary_op_inc.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.4.2--unary_op_inc.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.5.1--idx_neg_part_select.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.5.1--idx_neg_part_select.sv.log index df48f52..153265d 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.5.1--idx_neg_part_select.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.5.1--idx_neg_part_select.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:02 -COMMAND: tests/chapter-11/11.5.1--idx_neg_part_select.sv -writepp -parse -mt max -l tests/chapter-11/11.5.1--idx_neg_part_select.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:31 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_neg_part_select.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_neg_part_select.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.5.1--idx_neg_part_select.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_neg_part_select.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.5.1--idx_neg_part_select.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_neg_part_select.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.5.1--idx_neg_part_select.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_neg_part_select.sv". -[WARNI:PA0205] tests/chapter-11/11.5.1--idx_neg_part_select.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_neg_part_select.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.5.1--idx_neg_part_select.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_neg_part_select.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.5.1--idx_neg_part_select.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_neg_part_select.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.5.1--idx_pos_part_select.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.5.1--idx_pos_part_select.sv.log index cb7d53d..604ce15 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.5.1--idx_pos_part_select.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.5.1--idx_pos_part_select.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:03 -COMMAND: tests/chapter-11/11.5.1--idx_pos_part_select.sv -writepp -parse -mt max -l tests/chapter-11/11.5.1--idx_pos_part_select.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:31 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_pos_part_select.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_pos_part_select.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.5.1--idx_pos_part_select.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_pos_part_select.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.5.1--idx_pos_part_select.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_pos_part_select.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.5.1--idx_pos_part_select.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_pos_part_select.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-11/11.5.1--idx_pos_part_select.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_pos_part_select.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.5.1--idx_pos_part_select.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_pos_part_select.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.5.1--idx_pos_part_select.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_pos_part_select.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.5.1--idx_select.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.5.1--idx_select.sv.log index 2f9c586..a98bc0e 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.5.1--idx_select.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.5.1--idx_select.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:05 -COMMAND: tests/chapter-11/11.5.1--idx_select.sv -writepp -parse -mt max -l tests/chapter-11/11.5.1--idx_select.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:32 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_select.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_select.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.5.1--idx_select.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_select.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.5.1--idx_select.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_select.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_select.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.5.1--idx_select.sv". - -[WARNI:PA0205] tests/chapter-11/11.5.1--idx_select.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_select.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.5.1--idx_select.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_select.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.5.1--idx_select.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--idx_select.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.5.1--non_idx_part_select.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.5.1--non_idx_part_select.sv.log index 18b945c..07a5b9d 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.5.1--non_idx_part_select.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.5.1--non_idx_part_select.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:06 -COMMAND: tests/chapter-11/11.5.1--non_idx_part_select.sv -writepp -parse -mt max -l tests/chapter-11/11.5.1--non_idx_part_select.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:32 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--non_idx_part_select.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--non_idx_part_select.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.5.1--non_idx_part_select.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--non_idx_part_select.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.5.1--non_idx_part_select.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--non_idx_part_select.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--non_idx_part_select.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.5.1--non_idx_part_select.sv". - -[WARNI:PA0205] tests/chapter-11/11.5.1--non_idx_part_select.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--non_idx_part_select.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.5.1--non_idx_part_select.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--non_idx_part_select.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.5.1--non_idx_part_select.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.1--non_idx_part_select.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.5.2--array_addressing.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.5.2--array_addressing.sv.log index b7ceac4..4977b94 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.5.2--array_addressing.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.5.2--array_addressing.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:07 -COMMAND: tests/chapter-11/11.5.2--array_addressing.sv -writepp -parse -mt max -l tests/chapter-11/11.5.2--array_addressing.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:32 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.2--array_addressing.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.2--array_addressing.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.5.2--array_addressing.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.2--array_addressing.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.5.2--array_addressing.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-11/11.5.2--array_addressing.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.2--array_addressing.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-11/11.5.2--array_addressing.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.2--array_addressing.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.2--array_addressing.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.5.2--array_addressing.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.2--array_addressing.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.5.2--array_addressing.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.2--array_addressing.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.5.2--multi_dim_array_addressing.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.5.2--multi_dim_array_addressing.sv.log index c5e762b..03f026e 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.5.2--multi_dim_array_addressing.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.5.2--multi_dim_array_addressing.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:06 -COMMAND: tests/chapter-11/11.5.2--multi_dim_array_addressing.sv -writepp -parse -mt max -l tests/chapter-11/11.5.2--multi_dim_array_addressing.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:32 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.2--multi_dim_array_addressing.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.2--multi_dim_array_addressing.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.5.2--multi_dim_array_addressing.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.2--multi_dim_array_addressing.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.5.2--multi_dim_array_addressing.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.2--multi_dim_array_addressing.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.5.2--multi_dim_array_addressing.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.2--multi_dim_array_addressing.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-11/11.5.2--multi_dim_array_addressing.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.2--multi_dim_array_addressing.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.5.2--multi_dim_array_addressing.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.2--multi_dim_array_addressing.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.5.2--multi_dim_array_addressing.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.5.2--multi_dim_array_addressing.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.7--signed_func.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.7--signed_func.sv.log index 5f15df0..d4da0ea 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.7--signed_func.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.7--signed_func.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:11 -COMMAND: tests/chapter-11/11.7--signed_func.sv -writepp -parse -mt max -l tests/chapter-11/11.7--signed_func.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:33 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.7--signed_func.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.7--signed_func.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.7--signed_func.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.7--signed_func.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.7--signed_func.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.7--signed_func.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.7--signed_func.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.7--signed_func.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-11/11.7--signed_func.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.7--signed_func.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.7--signed_func.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.7--signed_func.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.7--signed_func.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.7--signed_func.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.7--unsigned_func.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.7--unsigned_func.sv.log index 5a64a70..3059f0e 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.7--unsigned_func.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.7--unsigned_func.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:03 -COMMAND: tests/chapter-11/11.7--unsigned_func.sv -writepp -parse -mt max -l tests/chapter-11/11.7--unsigned_func.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:33 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.7--unsigned_func.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.7--unsigned_func.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.7--unsigned_func.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-11/11.7--unsigned_func.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.7--unsigned_func.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.7--unsigned_func.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.9--tagged_union.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.9--tagged_union.sv.log index 66b2cc4..6b6d2a5 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.9--tagged_union.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.9--tagged_union.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:11 -COMMAND: tests/chapter-11/11.9--tagged_union.sv -writepp -parse -mt max -l tests/chapter-11/11.9--tagged_union.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:33 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.9--tagged_union.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.9--tagged_union.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-11/11.9--tagged_union.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-11/11.9--tagged_union.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.9--tagged_union.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.9--tagged_union.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.9--tagged_union_member_access.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.9--tagged_union_member_access.sv.log index a2d77b6..380ea5e 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.9--tagged_union_member_access.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.9--tagged_union_member_access.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:02 -COMMAND: tests/chapter-11/11.9--tagged_union_member_access.sv -writepp -parse -mt max -l tests/chapter-11/11.9--tagged_union_member_access.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:33 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.9--tagged_union_member_access.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.9--tagged_union_member_access.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.9--tagged_union_member_access.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv". -[WARNI:PA0205] tests/chapter-11/11.9--tagged_union_member_access.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.9--tagged_union_member_access.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.9--tagged_union_member_access.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.9--tagged_union_member_access_inv.sv b/SVIncCompil/Testcases/Google/chapter-11/11.9--tagged_union_member_access_inv.sv index c439232..429ae83 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.9--tagged_union_member_access_inv.sv +++ b/SVIncCompil/Testcases/Google/chapter-11/11.9--tagged_union_member_access_inv.sv
@@ -3,6 +3,7 @@ :description: invalid tagged union member access test :should_fail: 1 :tags: 11.9 +:type: simulation */ module top();
diff --git a/SVIncCompil/Testcases/Google/chapter-11/11.9--tagged_union_member_access_inv.sv.log b/SVIncCompil/Testcases/Google/chapter-11/11.9--tagged_union_member_access_inv.sv.log index b0fb14c..0af1fcd 100644 --- a/SVIncCompil/Testcases/Google/chapter-11/11.9--tagged_union_member_access_inv.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-11/11.9--tagged_union_member_access_inv.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:04 -COMMAND: tests/chapter-11/11.9--tagged_union_member_access_inv.sv -writepp -parse -mt max -l tests/chapter-11/11.9--tagged_union_member_access_inv.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:34 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-11/11.9--tagged_union_member_access_inv.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-11/11.9--tagged_union_member_access_inv.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-11/11.9--tagged_union_member_access_inv.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv". -[WARNI:PA0205] tests/chapter-11/11.9--tagged_union_member_access_inv.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-11/11.9--tagged_union_member_access_inv.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-11/11.9--tagged_union_member_access_inv.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.4--if.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.4--if.sv.log index 33399c8..d1049cf 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.4--if.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.4--if.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:57 -COMMAND: tests/chapter-12/12.4--if.sv -writepp -parse -mt max -l tests/chapter-12/12.4--if.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:34 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4--if.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4--if.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.4--if.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4--if.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.4--if.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-12/12.4--if.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4--if.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-12/12.4--if.sv, line 7: No timescale set for "if_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4--if.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4--if.sv, line 7: No timescale set for "if_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.4--if.sv, line 7: Compile module "work@if_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4--if.sv, line 7: Compile module "work@if_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.4--if.sv, line 7: Top level module "work@if_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4--if.sv, line 7: Top level module "work@if_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.4--if_else.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.4--if_else.sv.log index 3c769d0..9e11127 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.4--if_else.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.4--if_else.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:56 -COMMAND: tests/chapter-12/12.4--if_else.sv -writepp -parse -mt max -l tests/chapter-12/12.4--if_else.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:34 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4--if_else.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4--if_else.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.4--if_else.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4--if_else.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.4--if_else.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4--if_else.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4--if_else.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-12/12.4--if_else.sv". - -[WARNI:PA0205] tests/chapter-12/12.4--if_else.sv, line 7: No timescale set for "if_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4--if_else.sv, line 7: No timescale set for "if_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.4--if_else.sv, line 7: Compile module "work@if_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4--if_else.sv, line 7: Compile module "work@if_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.4--if_else.sv, line 7: Top level module "work@if_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4--if_else.sv, line 7: Top level module "work@if_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.4.1--if_else_if.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.4.1--if_else_if.sv.log index 1f29372..4de70f3 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.4.1--if_else_if.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.4.1--if_else_if.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:53 -COMMAND: tests/chapter-12/12.4.1--if_else_if.sv -writepp -parse -mt max -l tests/chapter-12/12.4.1--if_else_if.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:35 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.1--if_else_if.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.1--if_else_if.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.4.1--if_else_if.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.1--if_else_if.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.4.1--if_else_if.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-12/12.4.1--if_else_if.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.1--if_else_if.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-12/12.4.1--if_else_if.sv, line 7: No timescale set for "if_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.1--if_else_if.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.1--if_else_if.sv, line 7: No timescale set for "if_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.4.1--if_else_if.sv, line 7: Compile module "work@if_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.1--if_else_if.sv, line 7: Compile module "work@if_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.4.1--if_else_if.sv, line 7: Top level module "work@if_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.1--if_else_if.sv, line 7: Top level module "work@if_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.4.2--priority_if.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.4.2--priority_if.sv.log index 3b5d99a..a28b783 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.4.2--priority_if.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.4.2--priority_if.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:53 -COMMAND: tests/chapter-12/12.4.2--priority_if.sv -writepp -parse -mt max -l tests/chapter-12/12.4.2--priority_if.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:35 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.4.2--priority_if.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.4.2--priority_if.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-12/12.4.2--priority_if.sv". - -[WARNI:PA0205] tests/chapter-12/12.4.2--priority_if.sv, line 7: No timescale set for "if_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv, line 7: No timescale set for "if_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.4.2--priority_if.sv, line 7: Compile module "work@if_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv, line 7: Compile module "work@if_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.4.2--priority_if.sv, line 7: Top level module "work@if_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv, line 7: Top level module "work@if_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.4.2--unique0_if.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.4.2--unique0_if.sv.log index b5fa1b2..fd1f5fb 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.4.2--unique0_if.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.4.2--unique0_if.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:52 -COMMAND: tests/chapter-12/12.4.2--unique0_if.sv -writepp -parse -mt max -l tests/chapter-12/12.4.2--unique0_if.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:35 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.4.2--unique0_if.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.4.2--unique0_if.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-12/12.4.2--unique0_if.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv". -[WARNI:PA0205] tests/chapter-12/12.4.2--unique0_if.sv, line 7: No timescale set for "if_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv, line 7: No timescale set for "if_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.4.2--unique0_if.sv, line 7: Compile module "work@if_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv, line 7: Compile module "work@if_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.4.2--unique0_if.sv, line 7: Top level module "work@if_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv, line 7: Top level module "work@if_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.4.2--unique_if.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.4.2--unique_if.sv.log index 70e83a9..b7bf2ff 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.4.2--unique_if.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.4.2--unique_if.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:59 -COMMAND: tests/chapter-12/12.4.2--unique_if.sv -writepp -parse -mt max -l tests/chapter-12/12.4.2--unique_if.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:35 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.4.2--unique_if.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.4.2--unique_if.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv". -[INFO :PA0201] Parsing source file "tests/chapter-12/12.4.2--unique_if.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-12/12.4.2--unique_if.sv, line 7: No timescale set for "if_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv, line 7: No timescale set for "if_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.4.2--unique_if.sv, line 7: Compile module "work@if_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv, line 7: Compile module "work@if_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.4.2--unique_if.sv, line 7: Top level module "work@if_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv, line 7: Top level module "work@if_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.5--case.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.5--case.sv.log index 37832cb..9a07b9d 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.5--case.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.5--case.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:55 -COMMAND: tests/chapter-12/12.5--case.sv -writepp -parse -mt max -l tests/chapter-12/12.5--case.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:36 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5--case.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5--case.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.5--case.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5--case.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.5--case.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5--case.sv". -[INFO :PA0201] Parsing source file "tests/chapter-12/12.5--case.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5--case.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-12/12.5--case.sv, line 7: No timescale set for "case_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5--case.sv, line 7: No timescale set for "case_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.5--case.sv, line 7: Compile module "work@case_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5--case.sv, line 7: Compile module "work@case_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.5--case.sv, line 7: Top level module "work@case_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5--case.sv, line 7: Top level module "work@case_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.5.1--casex.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.5.1--casex.sv.log index d997ece..da2c83c 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.5.1--casex.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.5.1--casex.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:00 -COMMAND: tests/chapter-12/12.5.1--casex.sv -writepp -parse -mt max -l tests/chapter-12/12.5.1--casex.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:36 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.1--casex.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.1--casex.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.5.1--casex.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.1--casex.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.5.1--casex.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-12/12.5.1--casex.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.1--casex.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-12/12.5.1--casex.sv, line 7: No timescale set for "case_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.1--casex.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.1--casex.sv, line 7: No timescale set for "case_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.5.1--casex.sv, line 7: Compile module "work@case_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.1--casex.sv, line 7: Compile module "work@case_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.5.1--casex.sv, line 7: Top level module "work@case_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.1--casex.sv, line 7: Top level module "work@case_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.5.1--casez.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.5.1--casez.sv.log index 9b8293c..4629408 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.5.1--casez.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.5.1--casez.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:54 -COMMAND: tests/chapter-12/12.5.1--casez.sv -writepp -parse -mt max -l tests/chapter-12/12.5.1--casez.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:36 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.1--casez.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.1--casez.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.5.1--casez.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.1--casez.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.5.1--casez.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.1--casez.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.1--casez.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-12/12.5.1--casez.sv". - -[WARNI:PA0205] tests/chapter-12/12.5.1--casez.sv, line 7: No timescale set for "case_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.1--casez.sv, line 7: No timescale set for "case_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.5.1--casez.sv, line 7: Compile module "work@case_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.1--casez.sv, line 7: Compile module "work@case_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.5.1--casez.sv, line 7: Top level module "work@case_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.1--casez.sv, line 7: Top level module "work@case_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.5.2--case_const.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.5.2--case_const.sv.log index 99dc5e2..ad044c9 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.5.2--case_const.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.5.2--case_const.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:51 -COMMAND: tests/chapter-12/12.5.2--case_const.sv -writepp -parse -mt max -l tests/chapter-12/12.5.2--case_const.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:37 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.2--case_const.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.2--case_const.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.5.2--case_const.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.2--case_const.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.5.2--case_const.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.2--case_const.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-12/12.5.2--case_const.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.2--case_const.sv". -[WARNI:PA0205] tests/chapter-12/12.5.2--case_const.sv, line 7: No timescale set for "case_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.2--case_const.sv, line 7: No timescale set for "case_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.5.2--case_const.sv, line 7: Compile module "work@case_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.2--case_const.sv, line 7: Compile module "work@case_tb". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.5.2--case_const.sv, line 7: Top level module "work@case_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.2--case_const.sv, line 7: Top level module "work@case_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.5.4--case_set.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.5.4--case_set.sv.log index ee44b70..af49277 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.5.4--case_set.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.5.4--case_set.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:58 -COMMAND: tests/chapter-12/12.5.4--case_set.sv -writepp -parse -mt max -l tests/chapter-12/12.5.4--case_set.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:37 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.4--case_set.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.4--case_set.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.5.4--case_set.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.4--case_set.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.5.4--case_set.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.4--case_set.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.4--case_set.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-12/12.5.4--case_set.sv". - -[WARNI:PA0205] tests/chapter-12/12.5.4--case_set.sv, line 7: No timescale set for "case_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.4--case_set.sv, line 7: No timescale set for "case_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.5.4--case_set.sv, line 7: Compile module "work@case_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.4--case_set.sv, line 7: Compile module "work@case_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.5.4--case_set.sv, line 7: Top level module "work@case_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.5.4--case_set.sv, line 7: Top level module "work@case_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.6.1--case_pattern.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.6.1--case_pattern.sv.log index 0f0cfdf..1079327 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.6.1--case_pattern.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.6.1--case_pattern.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:52 -COMMAND: tests/chapter-12/12.6.1--case_pattern.sv -writepp -parse -mt max -l tests/chapter-12/12.6.1--case_pattern.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:37 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.6.1--case_pattern.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.6.1--case_pattern.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-12/12.6.1--case_pattern.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv". -[WARNI:PA0205] tests/chapter-12/12.6.1--case_pattern.sv, line 7: No timescale set for "case_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv, line 7: No timescale set for "case_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.6.1--case_pattern.sv, line 7: Compile module "work@case_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv, line 7: Compile module "work@case_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.6.1--case_pattern.sv, line 7: Top level module "work@case_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv, line 7: Top level module "work@case_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.6.1--casex_pattern.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.6.1--casex_pattern.sv.log index 6348f48..73c9b35 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.6.1--casex_pattern.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.6.1--casex_pattern.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:58 -COMMAND: tests/chapter-12/12.6.1--casex_pattern.sv -writepp -parse -mt max -l tests/chapter-12/12.6.1--casex_pattern.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:38 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.6.1--casex_pattern.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.6.1--casex_pattern.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-12/12.6.1--casex_pattern.sv". - -[WARNI:PA0205] tests/chapter-12/12.6.1--casex_pattern.sv, line 7: No timescale set for "case_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv, line 7: No timescale set for "case_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.6.1--casex_pattern.sv, line 7: Compile module "work@case_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv, line 7: Compile module "work@case_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.6.1--casex_pattern.sv, line 7: Top level module "work@case_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv, line 7: Top level module "work@case_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.6.1--casez_pattern.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.6.1--casez_pattern.sv.log index 74105a8..5c9b9c9 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.6.1--casez_pattern.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.6.1--casez_pattern.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:55 -COMMAND: tests/chapter-12/12.6.1--casez_pattern.sv -writepp -parse -mt max -l tests/chapter-12/12.6.1--casez_pattern.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:38 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.6.1--casez_pattern.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.6.1--casez_pattern.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-12/12.6.1--casez_pattern.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv". -[WARNI:PA0205] tests/chapter-12/12.6.1--casez_pattern.sv, line 7: No timescale set for "case_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv, line 7: No timescale set for "case_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.6.1--casez_pattern.sv, line 7: Compile module "work@case_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv, line 7: Compile module "work@case_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.6.1--casez_pattern.sv, line 7: Top level module "work@case_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv, line 7: Top level module "work@case_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.6.2--if_pattern.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.6.2--if_pattern.sv.log index aa23088..e844df3 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.6.2--if_pattern.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.6.2--if_pattern.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:52 -COMMAND: tests/chapter-12/12.6.2--if_pattern.sv -writepp -parse -mt max -l tests/chapter-12/12.6.2--if_pattern.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:38 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.6.2--if_pattern.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.6.2--if_pattern.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv". -[INFO :PA0201] Parsing source file "tests/chapter-12/12.6.2--if_pattern.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-12/12.6.2--if_pattern.sv, line 7: No timescale set for "case_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv, line 7: No timescale set for "case_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.6.2--if_pattern.sv, line 7: Compile module "work@case_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv, line 7: Compile module "work@case_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.6.2--if_pattern.sv, line 7: Top level module "work@case_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv, line 7: Top level module "work@case_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.6.3--conditional_pattern.sv b/SVIncCompil/Testcases/Google/chapter-12/12.6.3--conditional_pattern.sv index 50b7eab..abcfd5b 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.6.3--conditional_pattern.sv +++ b/SVIncCompil/Testcases/Google/chapter-12/12.6.3--conditional_pattern.sv
@@ -23,6 +23,6 @@ bit [3:0] val; initial begin - val = (tmp matches tagged a '{4'b01zx, .v}) ? 1 : 2; + val = tmp matches tagged a '{4'b01zx, .v} ? 1 : 2; end endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.6.3--conditional_pattern.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.6.3--conditional_pattern.sv.log index d3f50ac..74d30a6 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.6.3--conditional_pattern.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.6.3--conditional_pattern.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:57 -COMMAND: tests/chapter-12/12.6.3--conditional_pattern.sv -writepp -parse -mt max -l tests/chapter-12/12.6.3--conditional_pattern.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:39 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.6.3--conditional_pattern.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.6.3--conditional_pattern.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-12/12.6.3--conditional_pattern.sv". - -[WARNI:PA0205] tests/chapter-12/12.6.3--conditional_pattern.sv, line 7: No timescale set for "case_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv, line 7: No timescale set for "case_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.6.3--conditional_pattern.sv, line 7: Compile module "work@case_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv, line 7: Compile module "work@case_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.6.3--conditional_pattern.sv, line 7: Top level module "work@case_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv, line 7: Top level module "work@case_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.7.1--for.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.7.1--for.sv.log index 8c8812a..0a65fb6 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.7.1--for.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.7.1--for.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:54 -COMMAND: tests/chapter-12/12.7.1--for.sv -writepp -parse -mt max -l tests/chapter-12/12.7.1--for.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:39 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.1--for.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.1--for.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.7.1--for.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.1--for.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.7.1--for.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.1--for.sv". -[INFO :PA0201] Parsing source file "tests/chapter-12/12.7.1--for.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.1--for.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-12/12.7.1--for.sv, line 7: No timescale set for "for_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.1--for.sv, line 7: No timescale set for "for_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.7.1--for.sv, line 7: Compile module "work@for_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.1--for.sv, line 7: Compile module "work@for_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.7.1--for.sv, line 7: Top level module "work@for_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.1--for.sv, line 7: Top level module "work@for_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.7.2--repeat.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.7.2--repeat.sv.log index 383157d..62c3020 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.7.2--repeat.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.7.2--repeat.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:51 -COMMAND: tests/chapter-12/12.7.2--repeat.sv -writepp -parse -mt max -l tests/chapter-12/12.7.2--repeat.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:39 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.2--repeat.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.2--repeat.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.7.2--repeat.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.2--repeat.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.7.2--repeat.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.2--repeat.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.2--repeat.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-12/12.7.2--repeat.sv". - -[WARNI:PA0205] tests/chapter-12/12.7.2--repeat.sv, line 7: No timescale set for "repeat_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.2--repeat.sv, line 7: No timescale set for "repeat_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.7.2--repeat.sv, line 7: Compile module "work@repeat_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.2--repeat.sv, line 7: Compile module "work@repeat_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.7.2--repeat.sv, line 7: Top level module "work@repeat_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.2--repeat.sv, line 7: Top level module "work@repeat_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.7.3--foreach.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.7.3--foreach.sv.log index feee625..c42f807 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.7.3--foreach.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.7.3--foreach.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:00 -COMMAND: tests/chapter-12/12.7.3--foreach.sv -writepp -parse -mt max -l tests/chapter-12/12.7.3--foreach.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:40 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.3--foreach.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.3--foreach.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.7.3--foreach.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.3--foreach.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.7.3--foreach.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-12/12.7.3--foreach.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.3--foreach.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-12/12.7.3--foreach.sv, line 7: No timescale set for "foreach_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.3--foreach.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.3--foreach.sv, line 7: No timescale set for "foreach_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.7.3--foreach.sv, line 7: Compile module "work@foreach_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.3--foreach.sv, line 7: Compile module "work@foreach_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.7.3--foreach.sv, line 7: Top level module "work@foreach_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.3--foreach.sv, line 7: Top level module "work@foreach_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.7.4--while.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.7.4--while.sv.log index 7d557ac..239dd6c 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.7.4--while.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.7.4--while.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:51 -COMMAND: tests/chapter-12/12.7.4--while.sv -writepp -parse -mt max -l tests/chapter-12/12.7.4--while.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:40 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.4--while.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.4--while.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.7.4--while.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.4--while.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.7.4--while.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.4--while.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.4--while.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-12/12.7.4--while.sv". - -[WARNI:PA0205] tests/chapter-12/12.7.4--while.sv, line 7: No timescale set for "while_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.4--while.sv, line 7: No timescale set for "while_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.7.4--while.sv, line 7: Compile module "work@while_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.4--while.sv, line 7: Compile module "work@while_tb". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.7.4--while.sv, line 7: Top level module "work@while_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.4--while.sv, line 7: Top level module "work@while_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.7.5--dowhile.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.7.5--dowhile.sv.log index 72fbaee..ef3fa2f 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.7.5--dowhile.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.7.5--dowhile.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:55 -COMMAND: tests/chapter-12/12.7.5--dowhile.sv -writepp -parse -mt max -l tests/chapter-12/12.7.5--dowhile.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:41 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.7.5--dowhile.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.7.5--dowhile.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-12/12.7.5--dowhile.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-12/12.7.5--dowhile.sv, line 7: No timescale set for "dowhile_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv, line 7: No timescale set for "dowhile_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.7.5--dowhile.sv, line 7: Compile module "work@dowhile_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv, line 7: Compile module "work@dowhile_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.7.5--dowhile.sv, line 7: Top level module "work@dowhile_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv, line 7: Top level module "work@dowhile_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.7.6--forever.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.7.6--forever.sv.log index c7f3498..08f75a7 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.7.6--forever.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.7.6--forever.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:57 -COMMAND: tests/chapter-12/12.7.6--forever.sv -writepp -parse -mt max -l tests/chapter-12/12.7.6--forever.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:41 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.6--forever.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.6--forever.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.7.6--forever.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.6--forever.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.7.6--forever.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-12/12.7.6--forever.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.6--forever.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-12/12.7.6--forever.sv, line 7: No timescale set for "foreach_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.6--forever.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.6--forever.sv, line 7: No timescale set for "foreach_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.7.6--forever.sv, line 7: Compile module "work@foreach_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.6--forever.sv, line 7: Compile module "work@foreach_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.7.6--forever.sv, line 7: Top level module "work@foreach_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.7.6--forever.sv, line 7: Top level module "work@foreach_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.8--break.sv b/SVIncCompil/Testcases/Google/chapter-12/12.8--break.sv index 43a74d8..f8b8f8d 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.8--break.sv +++ b/SVIncCompil/Testcases/Google/chapter-12/12.8--break.sv
@@ -3,14 +3,15 @@ :description: A module testing break statement :should_fail: 0 :tags: 12.8 +:type: simulation parsing */ module jump_tb (); initial begin - for (int i = 0; i < 256; i++)begin - $display(i); + int i; + for (i = 0; i < 256; i++)begin if(i > 100) break; end - + $display(":assert:(%d == 101)", i); end endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.8--break.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.8--break.sv.log index 1df6edd..33d8ec3 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.8--break.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.8--break.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:54 -COMMAND: tests/chapter-12/12.8--break.sv -writepp -parse -mt max -l tests/chapter-12/12.8--break.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:41 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--break.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--break.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.8--break.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--break.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.8--break.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-12/12.8--break.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--break.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-12/12.8--break.sv, line 7: No timescale set for "jump_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--break.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--break.sv, line 7: No timescale set for "jump_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.8--break.sv, line 7: Compile module "work@jump_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--break.sv, line 7: Compile module "work@jump_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.8--break.sv, line 7: Top level module "work@jump_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--break.sv, line 7: Top level module "work@jump_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.8--continue.sv b/SVIncCompil/Testcases/Google/chapter-12/12.8--continue.sv index f0e6409..b7bd407 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.8--continue.sv +++ b/SVIncCompil/Testcases/Google/chapter-12/12.8--continue.sv
@@ -3,13 +3,14 @@ :description: A module testing continue statement :should_fail: 0 :tags: 12.8 +:type: simulation parsing */ module jump_tb (); initial begin for (int i = 0; i < 256; i++)begin - if(i < 100) + if(i < 255) continue; - $display(i); + $display(":assert:(%d == 255)", i); end end
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.8--continue.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.8--continue.sv.log index 3f57cc5..65f0f30 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.8--continue.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.8--continue.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:58 -COMMAND: tests/chapter-12/12.8--continue.sv -writepp -parse -mt max -l tests/chapter-12/12.8--continue.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:42 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--continue.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--continue.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.8--continue.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--continue.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.8--continue.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-12/12.8--continue.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--continue.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-12/12.8--continue.sv, line 7: No timescale set for "jump_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--continue.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--continue.sv, line 7: No timescale set for "jump_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.8--continue.sv, line 7: Compile module "work@jump_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--continue.sv, line 7: Compile module "work@jump_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.8--continue.sv, line 7: Top level module "work@jump_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--continue.sv, line 7: Top level module "work@jump_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.8--return.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.8--return.sv.log index 97aa67b..73e26b0 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.8--return.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.8--return.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:56 -COMMAND: tests/chapter-12/12.8--return.sv -writepp -parse -mt max -l tests/chapter-12/12.8--return.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:42 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--return.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--return.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.8--return.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--return.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.8--return.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-12/12.8--return.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--return.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-12/12.8--return.sv, line 7: No timescale set for "jump_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--return.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--return.sv, line 7: No timescale set for "jump_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.8--return.sv, line 7: Compile module "work@jump_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--return.sv, line 7: Compile module "work@jump_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.8--return.sv, line 7: Top level module "work@jump_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--return.sv, line 7: Top level module "work@jump_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-12/12.8--return_val.sv.log b/SVIncCompil/Testcases/Google/chapter-12/12.8--return_val.sv.log index ffeb5ed..a360ea3 100644 --- a/SVIncCompil/Testcases/Google/chapter-12/12.8--return_val.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-12/12.8--return_val.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:59 -COMMAND: tests/chapter-12/12.8--return_val.sv -writepp -parse -mt max -l tests/chapter-12/12.8--return_val.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:42 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--return_val.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--return_val.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-12/12.8--return_val.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--return_val.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-12/12.8--return_val.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--return_val.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-12/12.8--return_val.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--return_val.sv". -[WARNI:PA0205] tests/chapter-12/12.8--return_val.sv, line 7: No timescale set for "jump_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--return_val.sv, line 7: No timescale set for "jump_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-12/12.8--return_val.sv, line 7: Compile module "work@jump_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--return_val.sv, line 7: Compile module "work@jump_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-12/12.8--return_val.sv, line 7: Top level module "work@jump_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-12/12.8--return_val.sv, line 7: Top level module "work@jump_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-13/13.3--task.sv b/SVIncCompil/Testcases/Google/chapter-13/13.3--task.sv new file mode 100644 index 0000000..1f61882 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-13/13.3--task.sv
@@ -0,0 +1,17 @@ +/* +:name: task +:description: task test +:should_fail: 0 +:tags: 13.3 +:type: simulation parsing +*/ +module top(); + +task mytask; + $display(":assert: True"); +endtask + +initial + mytask; + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-13/13.3.1--task-automatic.sv b/SVIncCompil/Testcases/Google/chapter-13/13.3.1--task-automatic.sv new file mode 100644 index 0000000..6445e86 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-13/13.3.1--task-automatic.sv
@@ -0,0 +1,24 @@ +/* +:name: task_automatic +:description: automatic task test +:should_fail: 0 +:tags: 13.3.1 +:type: simulation parsing +*/ +module top(); + +task automatic mytask; + int a = 0; + a++; + $display(":assert:(%d == 1)", a); +endtask + +initial + fork + mytask; + mytask; + mytask; + mytask; + join + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-13/13.3.1--task-static.sv b/SVIncCompil/Testcases/Google/chapter-13/13.3.1--task-static.sv new file mode 100644 index 0000000..a492e2b --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-13/13.3.1--task-static.sv
@@ -0,0 +1,27 @@ +/* +:name: task_static +:description: static task test +:should_fail: 0 +:tags: 13.3.1 +:type: simulation parsing +*/ +module top(); + +task static mytask(int test); + int a = 0; + a++; + if (test) + $display(":assert:(%d != 1)", a); + else + $display(":assert:(%d == 1)", a); +endtask + +initial + begin + mytask(0); + mytask(1); + mytask(1); + mytask(1); + end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-13/13.4--function.sv b/SVIncCompil/Testcases/Google/chapter-13/13.4--function.sv new file mode 100644 index 0000000..1be8ce9 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-13/13.4--function.sv
@@ -0,0 +1,17 @@ +/* +:name: function +:description: function test +:should_fail: 0 +:tags: 13.4 +:type: simulation parsing +*/ +module top(); + +function int test(int val); + return val + 1; +endfunction + +initial + $display(":assert: (%d == 2)", test(1)); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-13/13.4.1--function-return-assignment.sv b/SVIncCompil/Testcases/Google/chapter-13/13.4.1--function-return-assignment.sv new file mode 100644 index 0000000..9743f07 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-13/13.4.1--function-return-assignment.sv
@@ -0,0 +1,17 @@ +/* +:name: function_return_assignment +:description: function return value assignment test +:should_fail: 0 +:tags: 13.4.1 +:type: simulation parsing +*/ +module top(); + +function int add(int a, int b); + add = a + b; +endfunction + +initial + $display(":assert: (%d == 90)", add(30, 60)); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-13/13.4.1--function-return.sv b/SVIncCompil/Testcases/Google/chapter-13/13.4.1--function-return.sv new file mode 100644 index 0000000..4b53b90 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-13/13.4.1--function-return.sv
@@ -0,0 +1,17 @@ +/* +:name: function_return +:description: function return value test +:should_fail: 0 +:tags: 13.4.1 +:type: simulation parsing +*/ +module top(); + +function int add(int a, int b); + return a + b; +endfunction + +initial + $display(":assert: (%d == 90)", add(30, 60)); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-13/13.4.1--function-void-return.sv b/SVIncCompil/Testcases/Google/chapter-13/13.4.1--function-void-return.sv new file mode 100644 index 0000000..4c37c6f --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-13/13.4.1--function-void-return.sv
@@ -0,0 +1,18 @@ +/* +:name: function_void_return +:description: void function return value test +:should_fail: 1 +:tags: 13.4.1 +:type: simulation +*/ +module top(); + +function void add(int a, int b); + $display("%d+%d=", a, b); + return a + b; +endfunction + +initial + $display("%d", add(45, 90)); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-13/13.4.2--function-automatic.sv b/SVIncCompil/Testcases/Google/chapter-13/13.4.2--function-automatic.sv new file mode 100644 index 0000000..2592d51 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-13/13.4.2--function-automatic.sv
@@ -0,0 +1,24 @@ +/* +:name: function_automatic +:description: automatic function test +:should_fail: 0 +:tags: 13.4.2 +:type: simulation parsing +*/ +module top(); + +function automatic int add(int val); + int a = 0; + a = a + val; + return a; +endfunction + +initial + begin + $display(":assert: (%d == 5)", add(5)); + $display(":assert: (%d == 5)", add(5)); + $display(":assert: (%d == 5)", add(5)); + $display(":assert: (%d == 5)", add(5)); + end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-13/13.4.2--function-static.sv b/SVIncCompil/Testcases/Google/chapter-13/13.4.2--function-static.sv new file mode 100644 index 0000000..38c1f9e --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-13/13.4.2--function-static.sv
@@ -0,0 +1,23 @@ +/* +:name: function_static +:description: static function test +:should_fail: 0 +:tags: 13.4.2 +*/ +module top(); + +function static int add(int val); + int a = 0; + a = a + val; + return a; +endfunction + +initial + begin + $display(":assert: (%d == 5)", add(5)); + $display(":assert: (%d == 10)", add(5)); + $display(":assert: (%d == 15)", add(5)); + $display(":assert: (%d == 20)", add(5)); + end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-13/13.4.3--const-function.sv b/SVIncCompil/Testcases/Google/chapter-13/13.4.3--const-function.sv new file mode 100644 index 0000000..1fab6f6 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-13/13.4.3--const-function.sv
@@ -0,0 +1,19 @@ +/* +:name: const_function +:description: const function test +:should_fail: 0 +:tags: 13.4.3 +:type: simulation parsing +*/ +module top(); + +localparam a = fun(3); + +function int fun(int val); + return val + 1; +endfunction + +initial + $display(":assert: (%d == 4)", a); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-13/13.4.4--fork-invalid.sv b/SVIncCompil/Testcases/Google/chapter-13/13.4.4--fork-invalid.sv new file mode 100644 index 0000000..085512f --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-13/13.4.4--fork-invalid.sv
@@ -0,0 +1,21 @@ +/* +:name: function_fork_invalid +:description: function invalid fork test +:should_fail: 1 +:tags: 13.4.4 +:type: simulation +*/ +module top(); + +function int fun(int val); + fork + $display("abc"); + $display("def"); + join_any + return val + 2; +endfunction + +initial + $display("$d", fun(2)); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-13/13.4.4--fork-valid.sv b/SVIncCompil/Testcases/Google/chapter-13/13.4.4--fork-valid.sv new file mode 100644 index 0000000..d58add6 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-13/13.4.4--fork-valid.sv
@@ -0,0 +1,21 @@ +/* +:name: function_fork_valid +:description: function valid fork test +:should_fail: 0 +:tags: 13.4.4 +:type: simulation parsing +*/ +module top(); + +function int fun(int val); + fork + $display("abc"); + $display("def"); + join_none + return val + 2; +endfunction + +initial + $display("$d", fun(2)); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-14/14.3--clocking-block-signals.sv b/SVIncCompil/Testcases/Google/chapter-14/14.3--clocking-block-signals.sv new file mode 100644 index 0000000..5912784 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-14/14.3--clocking-block-signals.sv
@@ -0,0 +1,26 @@ +/* +:name: clocking_block_signals +:description: clocking block with signals test +:should_fail: 0 +:tags: 14.3 +*/ +module top(input clk, input a, output b, output c); + +wire clk; +wire a; +wire b; +wire c; + +clocking ck1 @(posedge clk); + default input #10ns output #5ns; + input a; + output b; + output #3ns c; +endclocking + +always_ff @(posedge clk) begin + b <= a; + c <= a; +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-14/14.3--clocking-block.sv b/SVIncCompil/Testcases/Google/chapter-14/14.3--clocking-block.sv new file mode 100644 index 0000000..36bbf31 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-14/14.3--clocking-block.sv
@@ -0,0 +1,15 @@ +/* +:name: clocking_block +:description: clocking block test +:should_fail: 0 +:tags: 14.3 +*/ +module top(input clk); + +wire clk; + +clocking ck1 @(posedge clk); + default input #10ns output #5ns; +endclocking + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-14/14.3--default-clocking-block.sv b/SVIncCompil/Testcases/Google/chapter-14/14.3--default-clocking-block.sv new file mode 100644 index 0000000..e84a315 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-14/14.3--default-clocking-block.sv
@@ -0,0 +1,15 @@ +/* +:name: default_clocking_block +:description: default clocking block test +:should_fail: 0 +:tags: 14.3 +*/ +module top(input clk); + +wire clk; + +default clocking @(posedge clk); + default input #10ns output #5ns; +endclocking + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-14/14.3--global-clocking-block.sv b/SVIncCompil/Testcases/Google/chapter-14/14.3--global-clocking-block.sv new file mode 100644 index 0000000..12b5aa9 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-14/14.3--global-clocking-block.sv
@@ -0,0 +1,13 @@ +/* +:name: global_clocking_block +:description: global clocking block test +:should_fail: 0 +:tags: 14.3 +*/ +module top(input clk); + +wire clk; + +global clocking ck1 @(posedge clk); endclocking + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-15/15.4--mailbox-blocking.sv b/SVIncCompil/Testcases/Google/chapter-15/15.4--mailbox-blocking.sv new file mode 100644 index 0000000..93b1e6c --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-15/15.4--mailbox-blocking.sv
@@ -0,0 +1,23 @@ +/* +:name: mailbox_blocking +:description: blocking mailbox test +:should_fail: 0 +:tags: 15.4 +*/ +module top(); + +mailbox m; + +initial begin + m = new(); + string msg = "abc"; + string r; + string r_peek; + m.put(msg); + m.peek(r_peek); + $display(":assert: (%d == 1)", m.num()); + m.get(r); + $display(":assert: ('%s' == '%s')", r, r_peek); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-15/15.4--mailbox-non-blocking.sv b/SVIncCompil/Testcases/Google/chapter-15/15.4--mailbox-non-blocking.sv new file mode 100644 index 0000000..9789bfd --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-15/15.4--mailbox-non-blocking.sv
@@ -0,0 +1,23 @@ +/* +:name: mailbox_non_blocking +:description: non-blocking mailbox test +:should_fail: 0 +:tags: 15.4 +*/ +module top(); + +mailbox m; + +initial begin + m = new(); + string msg = "abc"; + string r; + string r_peek; + m.try_put(msg); + m.peek(r_peek); + $display(":assert: (%d == 1)", m.num()); + m.try_get(r); + $display(":assert: ('%s' == '%s')", r, r_peek); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-16/16.12--property-disable-iff.sv b/SVIncCompil/Testcases/Google/chapter-16/16.12--property-disable-iff.sv new file mode 100644 index 0000000..b0c4907 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-16/16.12--property-disable-iff.sv
@@ -0,0 +1,16 @@ +/* +:name: property_disable_iff_test +:description: property disable iff test +:should_fail: 0 +:tags: 16.12 +*/ +module top(); + +logic clk; +logic a; +logic b; +logic c; + +assert property ( @(posedge clk) disable iff (a) b |-> c ); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-16/16.12--property-disj.sv b/SVIncCompil/Testcases/Google/chapter-16/16.12--property-disj.sv new file mode 100644 index 0000000..32d4cab --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-16/16.12--property-disj.sv
@@ -0,0 +1,15 @@ +/* +:name: property_disj_test +:description: property || test +:should_fail: 0 +:tags: 16.12 +*/ +module top(); + +logic clk; +logic a; +logic b; + +assert property ( @(posedge clk) a || b ); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-16/16.12--property-iff.sv b/SVIncCompil/Testcases/Google/chapter-16/16.12--property-iff.sv new file mode 100644 index 0000000..3f4916e --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-16/16.12--property-iff.sv
@@ -0,0 +1,15 @@ +/* +:name: property_iff_test +:description: property iff test +:should_fail: 0 +:tags: 16.12 +*/ +module top(); + +logic clk; +logic a; +logic b; + +assert property ( @(posedge clk) a iff b ); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-16/16.12--property-prec.sv b/SVIncCompil/Testcases/Google/chapter-16/16.12--property-prec.sv new file mode 100644 index 0000000..ea939a1 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-16/16.12--property-prec.sv
@@ -0,0 +1,15 @@ +/* +:name: property_prec_test +:description: property with precondition test +:should_fail: 0 +:tags: 16.12 +*/ +module top(); + +logic clk; +logic a; +logic b; + +assert property ( @(posedge clk) a |-> b); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-16/16.12--property.sv b/SVIncCompil/Testcases/Google/chapter-16/16.12--property.sv new file mode 100644 index 0000000..99ecadd --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-16/16.12--property.sv
@@ -0,0 +1,14 @@ +/* +:name: property_test +:description: property test +:should_fail: 0 +:tags: 16.12 +*/ +module top(); + +logic clk; +logic a; + +assert property ( @(posedge clk) (a == 1)); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-16/16.2--assert-final.sv b/SVIncCompil/Testcases/Google/chapter-16/16.2--assert-final.sv new file mode 100644 index 0000000..f9dc38d --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-16/16.2--assert-final.sv
@@ -0,0 +1,13 @@ +/* +:name: assert_final_test +:description: assert final test +:should_fail: 0 +:tags: 16.4 +*/ +module top(); + +logic a = 1; + +assert final (a != 0); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-16/16.2--assert.sv b/SVIncCompil/Testcases/Google/chapter-16/16.2--assert.sv new file mode 100644 index 0000000..046a99a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-16/16.2--assert.sv
@@ -0,0 +1,13 @@ +/* +:name: assert_test +:description: assert test +:should_fail: 0 +:tags: 16.2 +*/ +module top(); + +logic a = 1; + +assert (a != 0); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-16/16.2--assert0.sv b/SVIncCompil/Testcases/Google/chapter-16/16.2--assert0.sv new file mode 100644 index 0000000..c0b6f4f --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-16/16.2--assert0.sv
@@ -0,0 +1,13 @@ +/* +:name: assert0_test +:description: assert #0 test +:should_fail: 0 +:tags: 16.4 +*/ +module top(); + +logic a = 1; + +assert #0 (a != 0); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-16/16.2--assume-final.sv b/SVIncCompil/Testcases/Google/chapter-16/16.2--assume-final.sv new file mode 100644 index 0000000..16aa351 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-16/16.2--assume-final.sv
@@ -0,0 +1,13 @@ +/* +:name: assume_final_test +:description: assume final test +:should_fail: 0 +:tags: 16.4 +*/ +module top(input a); + +logic a; + +assume final (a != 0); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-16/16.2--assume.sv b/SVIncCompil/Testcases/Google/chapter-16/16.2--assume.sv new file mode 100644 index 0000000..cfc7b12 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-16/16.2--assume.sv
@@ -0,0 +1,13 @@ +/* +:name: assume_test +:description: assume test +:should_fail: 0 +:tags: 16.2 +*/ +module top(input a); + +logic a; + +assume (a != 0); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-16/16.2--assume0.sv b/SVIncCompil/Testcases/Google/chapter-16/16.2--assume0.sv new file mode 100644 index 0000000..1184001 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-16/16.2--assume0.sv
@@ -0,0 +1,13 @@ +/* +:name: assume0_test +:description: assume #0 test +:should_fail: 0 +:tags: 16.4 +*/ +module top(input a); + +logic a; + +assume #0 (a != 0); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-16/16.2--cover-final.sv b/SVIncCompil/Testcases/Google/chapter-16/16.2--cover-final.sv new file mode 100644 index 0000000..b1f4ee0 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-16/16.2--cover-final.sv
@@ -0,0 +1,13 @@ +/* +:name: cover_final_test +:description: cover final test +:should_fail: 0 +:tags: 16.4 +*/ +module top(); + +logic a = 1; + +cover final (a != 0); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-16/16.2--cover.sv b/SVIncCompil/Testcases/Google/chapter-16/16.2--cover.sv new file mode 100644 index 0000000..b13caaa --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-16/16.2--cover.sv
@@ -0,0 +1,13 @@ +/* +:name: cover_test +:description: cover test +:should_fail: 0 +:tags: 16.2 +*/ +module top(); + +logic a = 1; + +cover (a != 0); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-16/16.2--cover0.sv b/SVIncCompil/Testcases/Google/chapter-16/16.2--cover0.sv new file mode 100644 index 0000000..ffde872 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-16/16.2--cover0.sv
@@ -0,0 +1,13 @@ +/* +:name: cover0_test +:description: cover #0 test +:should_fail: 0 +:tags: 16.4 +*/ +module top(); + +logic a = 1; + +cover #0 (a != 0); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.10--error.sv b/SVIncCompil/Testcases/Google/chapter-20/20.10--error.sv new file mode 100644 index 0000000..996c9de --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.10--error.sv
@@ -0,0 +1,15 @@ +/* +:name: error_task +:description: $error test +:should_fail: 0 +:tags: 20.10 +:type: simulation parsing +*/ + +module top(); + +initial begin + $error("error"); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.10--fatal.sv b/SVIncCompil/Testcases/Google/chapter-20/20.10--fatal.sv new file mode 100644 index 0000000..64a333b --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.10--fatal.sv
@@ -0,0 +1,15 @@ +/* +:name: fatal_task +:description: $fatal test +:should_fail: 0 +:tags: 20.10 +:type: simulation parsing +*/ + +module top(); + +initial begin + $fatal(2, "fatal"); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.10--info.sv b/SVIncCompil/Testcases/Google/chapter-20/20.10--info.sv new file mode 100644 index 0000000..733c967 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.10--info.sv
@@ -0,0 +1,15 @@ +/* +:name: info_task +:description: $info test +:should_fail: 0 +:tags: 20.10 +:type: simulation parsing +*/ + +module top(); + +initial begin + $info("info"); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.10--warning.sv b/SVIncCompil/Testcases/Google/chapter-20/20.10--warning.sv new file mode 100644 index 0000000..366a6bd --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.10--warning.sv
@@ -0,0 +1,15 @@ +/* +:name: warning_task +:description: $warning test +:should_fail: 0 +:tags: 20.10 +:type: simulation parsing +*/ + +module top(); + +initial begin + $warning("warning"); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_chi_square.sv b/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_chi_square.sv new file mode 100644 index 0000000..6808480 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_chi_square.sv
@@ -0,0 +1,16 @@ +/* +:name: dist_chi_square_function +:description: $dist_chi_square test +:should_fail: 0 +:tags: 20.15 +:type: simulation parsing +*/ + +module top(); + +initial begin + integer seed = 1234; + $display("%d", $dist_chi_square(seed, 3)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_erlang.sv b/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_erlang.sv new file mode 100644 index 0000000..db60b8b --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_erlang.sv
@@ -0,0 +1,16 @@ +/* +:name: dist_erlang_function +:description: $dist_erlang test +:should_fail: 0 +:tags: 20.15 +:type: simulation parsing +*/ + +module top(); + +initial begin + integer seed = 1234; + $display("%d", $dist_erlang(seed, 3, 100)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_exponential.sv b/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_exponential.sv new file mode 100644 index 0000000..11efbd8 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_exponential.sv
@@ -0,0 +1,16 @@ +/* +:name: dist_exponential_function +:description: $dist_exponential test +:should_fail: 0 +:tags: 20.15 +:type: simulation parsing +*/ + +module top(); + +initial begin + integer seed = 1234; + $display("%d", $dist_exponential(seed, 100)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_normal.sv b/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_normal.sv new file mode 100644 index 0000000..200ec12 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_normal.sv
@@ -0,0 +1,16 @@ +/* +:name: dist_normal_function +:description: $dist_normal test +:should_fail: 0 +:tags: 20.15 +:type: simulation parsing +*/ + +module top(); + +initial begin + integer seed = 1234; + $display("%d", $dist_normal(seed, 0, 100)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_poisson.sv b/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_poisson.sv new file mode 100644 index 0000000..d2f1a0e --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_poisson.sv
@@ -0,0 +1,16 @@ +/* +:name: dist_poisson_function +:description: $dist_poisson test +:should_fail: 0 +:tags: 20.15 +:type: simulation parsing +*/ + +module top(); + +initial begin + integer seed = 1234; + $display("%d", $dist_poisson(seed, 100)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_t.sv b/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_t.sv new file mode 100644 index 0000000..3c2de82 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_t.sv
@@ -0,0 +1,16 @@ +/* +:name: dist_t_function +:description: $dist_t test +:should_fail: 0 +:tags: 20.15 +:type: simulation parsing +*/ + +module top(); + +initial begin + integer seed = 1234; + $display("%d", $dist_t(seed, 3)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_uniform.sv b/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_uniform.sv new file mode 100644 index 0000000..b21455c --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.15--dist_uniform.sv
@@ -0,0 +1,16 @@ +/* +:name: dist_uniform_function +:description: $dist_uniform test +:should_fail: 0 +:tags: 20.15 +:type: simulation parsing +*/ + +module top(); + +initial begin + integer seed = 1234; + $display("%d", $dist_uniform(seed, 0, 100)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.15--random.sv b/SVIncCompil/Testcases/Google/chapter-20/20.15--random.sv new file mode 100644 index 0000000..ccf00f6 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.15--random.sv
@@ -0,0 +1,15 @@ +/* +:name: random_function +:description: $random test +:should_fail: 0 +:tags: 20.15 +:type: simulation parsing +*/ + +module top(); + +initial begin + $display("%d", $random); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.2--exit.sv b/SVIncCompil/Testcases/Google/chapter-20/20.2--exit.sv new file mode 100644 index 0000000..6a7090f --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.2--exit.sv
@@ -0,0 +1,12 @@ +/* +:name: exit_task +:description: $exit test +:should_fail: 0 +:tags: 20.2 +*/ +module top(); + +initial + $exit; + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.2--finish.sv b/SVIncCompil/Testcases/Google/chapter-20/20.2--finish.sv new file mode 100644 index 0000000..dd57cc7 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.2--finish.sv
@@ -0,0 +1,12 @@ +/* +:name: finish_task +:description: $finish test +:should_fail: 0 +:tags: 20.2 +*/ +module top(); + +initial + $finish; + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.2--stop.sv b/SVIncCompil/Testcases/Google/chapter-20/20.2--stop.sv new file mode 100644 index 0000000..bf72ca1 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.2--stop.sv
@@ -0,0 +1,12 @@ +/* +:name: stop_task +:description: $stop test +:should_fail: 0 +:tags: 20.2 +*/ +module top(); + +initial + $stop; + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.3--realtime.sv b/SVIncCompil/Testcases/Google/chapter-20/20.3--realtime.sv new file mode 100644 index 0000000..b2f86ab --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.3--realtime.sv
@@ -0,0 +1,12 @@ +/* +:name: realtime_task +:description: $realtime test +:should_fail: 0 +:tags: 20.3 +*/ +module top(); + +initial + $display($realtime); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.3--stime.sv b/SVIncCompil/Testcases/Google/chapter-20/20.3--stime.sv new file mode 100644 index 0000000..e7924d3 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.3--stime.sv
@@ -0,0 +1,12 @@ +/* +:name: stime_task +:description: $stime test +:should_fail: 0 +:tags: 20.3 +*/ +module top(); + +initial + $display($stime); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.3--time.sv b/SVIncCompil/Testcases/Google/chapter-20/20.3--time.sv new file mode 100644 index 0000000..d7213ca --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.3--time.sv
@@ -0,0 +1,12 @@ +/* +:name: time_task +:description: $time test +:should_fail: 0 +:tags: 20.3 +*/ +module top(); + +initial + $display($time); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.4--printtimescale-hier.sv b/SVIncCompil/Testcases/Google/chapter-20/20.4--printtimescale-hier.sv new file mode 100644 index 0000000..639aff9 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.4--printtimescale-hier.sv
@@ -0,0 +1,29 @@ +/* +:name: printtimescale_hier_task +:description: $printtimescale hierarchy test +:should_fail: 0 +:tags: 20.4 +:type: simulation parsing +*/ + +`timescale 1 ms / 1 us + +module top(); + +initial + $printtimescale(mod0.m); + +endmodule + +`timescale 1 us / 1 ns + +module mod0(); + mod1 m(); +endmodule + +`timescale 1 ns / 1 ps + +module mod1(); +initial + $display("mod1"); +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.4--printtimescale.sv b/SVIncCompil/Testcases/Google/chapter-20/20.4--printtimescale.sv new file mode 100644 index 0000000..fb0d3e1 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.4--printtimescale.sv
@@ -0,0 +1,16 @@ +/* +:name: printtimescale_task +:description: $printtimescale test +:should_fail: 0 +:tags: 20.4 +:type: simulation parsing +*/ + +`timescale 1 ms / 1 us + +module top(); + +initial + $printtimescale; + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.4--timeformat.sv b/SVIncCompil/Testcases/Google/chapter-20/20.4--timeformat.sv new file mode 100644 index 0000000..bf57b91 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.4--timeformat.sv
@@ -0,0 +1,18 @@ +/* +:name: timeformat_task +:description: $timeformat test +:should_fail: 0 +:tags: 20.4 +:type: simulation parsing +*/ + +`timescale 1 fs / 1 fs + +module top(); + +initial begin + $timeformat(-9, 5, "ns", 10); + $display("%t", $realtime); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.5--itor.sv b/SVIncCompil/Testcases/Google/chapter-20/20.5--itor.sv new file mode 100644 index 0000000..432183a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.5--itor.sv
@@ -0,0 +1,15 @@ +/* +:name: itor_function +:description: $itor test +:should_fail: 0 +:tags: 20.5 +:type: simulation parsing +*/ + +module top(); + +initial begin + $display(":assert: (%f == 20.0)", $itor(20)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.5--real-bits-conv.sv b/SVIncCompil/Testcases/Google/chapter-20/20.5--real-bits-conv.sv new file mode 100644 index 0000000..57a0cdf --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.5--real-bits-conv.sv
@@ -0,0 +1,15 @@ +/* +:name: realtobits_bitstoreal_functions +:description: $realtobits and $bitstoreal test +:should_fail: 0 +:tags: 20.5 +:type: simulation parsing +*/ + +module top(); + +initial begin + $display(":assert: (%f == 12.45)", $bitstoreal($realtobits(12.45))); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.5--rtoi.sv b/SVIncCompil/Testcases/Google/chapter-20/20.5--rtoi.sv new file mode 100644 index 0000000..6b74569 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.5--rtoi.sv
@@ -0,0 +1,15 @@ +/* +:name: rtoi_function +:description: $rtoi test +:should_fail: 0 +:tags: 20.5 +:type: simulation parsing +*/ + +module top(); + +initial begin + $display(":assert: (%d == 21)", $rtoi(21.37)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.5--shortreal-bits-conv.sv b/SVIncCompil/Testcases/Google/chapter-20/20.5--shortreal-bits-conv.sv new file mode 100644 index 0000000..1dbeb3a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.5--shortreal-bits-conv.sv
@@ -0,0 +1,15 @@ +/* +:name: shortrealtobits_bitstoshortreal_functions +:description: $shortrealtobits and $bitstoshortreal test +:should_fail: 0 +:tags: 20.5 +:type: simulation parsing +*/ + +module top(); + +initial begin + $display(":assert: (%f == 12.45)", $bitstoshortreal($shortrealtobits(12.45))); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.6--bits.sv b/SVIncCompil/Testcases/Google/chapter-20/20.6--bits.sv new file mode 100644 index 0000000..eaaa08b --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.6--bits.sv
@@ -0,0 +1,16 @@ +/* +:name: bits_function +:description: $bits test +:should_fail: 0 +:tags: 20.6 +:type: simulation parsing +*/ + +module top(); + +initial begin + logic [31:0] val; + $display(":assert: (%d == 32)", $bits(val)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.6--bits_type.sv b/SVIncCompil/Testcases/Google/chapter-20/20.6--bits_type.sv new file mode 100644 index 0000000..46efb47 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.6--bits_type.sv
@@ -0,0 +1,20 @@ +/* +:name: bits_type_function +:description: $bits with type argument +:should_fail: 0 +:tags: 20.6 +:type: simulation parsing +*/ + +module top(); + +typedef struct packed { + logic val1; + bit [7:0] val2; +} mystruct; + +initial begin + $display(":assert: (%d == 9)", $bits(mystruct)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.6--isunbounded.sv b/SVIncCompil/Testcases/Google/chapter-20/20.6--isunbounded.sv new file mode 100644 index 0000000..955c2ab --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.6--isunbounded.sv
@@ -0,0 +1,16 @@ +/* +:name: isunbounded_function +:description: $isunbounded test +:should_fail: 0 +:tags: 20.6 +:type: simulation parsing +*/ + +module top(); +parameter int i = $; + +initial begin + $display(":assert: (%d == 1)", $isunbounded(1)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.6--typename.sv b/SVIncCompil/Testcases/Google/chapter-20/20.6--typename.sv new file mode 100644 index 0000000..155f0e5 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.6--typename.sv
@@ -0,0 +1,16 @@ +/* +:name: typename_function +:description: $typename test +:should_fail: 0 +:tags: 20.6 +:type: simulation parsing +*/ + +module top(); + +initial begin + logic val; + $display(":assert: ('%s' == 'logic')", $typename(val)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.6--typename_type.sv b/SVIncCompil/Testcases/Google/chapter-20/20.6--typename_type.sv new file mode 100644 index 0000000..0905cca --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.6--typename_type.sv
@@ -0,0 +1,15 @@ +/* +:name: typename_type_function +:description: $typename with type as an argument +:should_fail: 0 +:tags: 20.6 +:type: simulation parsing +*/ + +module top(); + +initial begin + $display(":assert: ('%s' == 'logic')", $typename(logic)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.7--array-queries-multi-dim.sv b/SVIncCompil/Testcases/Google/chapter-20/20.7--array-queries-multi-dim.sv new file mode 100644 index 0000000..8e753a5 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.7--array-queries-multi-dim.sv
@@ -0,0 +1,25 @@ +/* +:name: array_queries_multi_dim +:description: multi-dimensional array query function tests +:should_fail: 0 +:tags: 20.7 +:type: simulation parsing +*/ + +module top(); + +logic [31:0] arr [15:0]; + +initial begin + $display(":assert: (%d == 2)", $dimensions(arr)); + $display(":assert: (%d == 1)", $increment(arr, 2)); + $display(":assert: (%d == 0)", $right(arr, 2)); + $display(":assert: (%d == 31)", $left(arr, 2)); + $display(":assert: (%d == 0)", $right(arr, 1)); + $display(":assert: (%d == 15)", $left(arr, 1)); + $display(":assert: (%d == 0)", $low(arr, 2)); + $display(":assert: (%d == 31)", $high(arr, 2)); + $display(":assert: (%d == 32)", $size(arr, 2)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.7--array-queries.sv b/SVIncCompil/Testcases/Google/chapter-20/20.7--array-queries.sv new file mode 100644 index 0000000..e9a64c4 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.7--array-queries.sv
@@ -0,0 +1,24 @@ +/* +:name: array_queries +:description: array query function tests +:should_fail: 0 +:tags: 20.7 +:type: simulation parsing +*/ + +module top(); + +logic [31:0] arr; + +initial begin + $display(":assert: (%d == 0)", $unpacked_dimensions(arr)); + $display(":assert: (%d == 1)", $dimensions(arr)); + $display(":assert: (%d == 1)", $increment(arr)); + $display(":assert: (%d == 0)", $right(arr)); + $display(":assert: (%d == 31)", $left(arr)); + $display(":assert: (%d == 0)", $low(arr)); + $display(":assert: (%d == 31)", $high(arr)); + $display(":assert: (%d == 32)", $size(arr)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.8--atan2.sv b/SVIncCompil/Testcases/Google/chapter-20/20.8--atan2.sv new file mode 100644 index 0000000..daae2af --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.8--atan2.sv
@@ -0,0 +1,15 @@ +/* +:name: atan2_function +:description: $atan2 test +:should_fail: 0 +:tags: 20.8 +:type: simulation parsing +*/ + +module top(); + +initial begin + $display("%f", $atan2(2.1, 3.7)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.8--ceil.sv b/SVIncCompil/Testcases/Google/chapter-20/20.8--ceil.sv new file mode 100644 index 0000000..5af5569 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.8--ceil.sv
@@ -0,0 +1,15 @@ +/* +:name: ceil_function +:description: $ceil test +:should_fail: 0 +:tags: 20.8 +:type: simulation parsing +*/ + +module top(); + +initial begin + $display(":assert: (%f == 4)", $ceil(3.7)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.8--clog2.sv b/SVIncCompil/Testcases/Google/chapter-20/20.8--clog2.sv new file mode 100644 index 0000000..a6e76ac --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.8--clog2.sv
@@ -0,0 +1,15 @@ +/* +:name: clog2_function +:description: $clog2 test +:should_fail: 0 +:tags: 20.8 +:type: simulation parsing +*/ + +module top(); + +initial begin + $display(":assert: (%d == 5)", $clog2(32)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.8--exp.sv b/SVIncCompil/Testcases/Google/chapter-20/20.8--exp.sv new file mode 100644 index 0000000..ddc689e --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.8--exp.sv
@@ -0,0 +1,15 @@ +/* +:name: exp_function +:description: $exp test +:should_fail: 0 +:tags: 20.8 +:type: simulation parsing +*/ + +module top(); + +initial begin + $display(":assert: (%f > 2.718) and (%f < 2.719)", $exp(1), $exp(1)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.8--floor.sv b/SVIncCompil/Testcases/Google/chapter-20/20.8--floor.sv new file mode 100644 index 0000000..c34c323 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.8--floor.sv
@@ -0,0 +1,15 @@ +/* +:name: floor_function +:description: $floor test +:should_fail: 0 +:tags: 20.8 +:type: simulation parsing +*/ + +module top(); + +initial begin + $display(":assert: (%f == 2)", $floor(2.1)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.8--hypot.sv b/SVIncCompil/Testcases/Google/chapter-20/20.8--hypot.sv new file mode 100644 index 0000000..c510af0 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.8--hypot.sv
@@ -0,0 +1,15 @@ +/* +:name: hypot_function +:description: $hypot test +:should_fail: 0 +:tags: 20.8 +:type: simulation parsing +*/ + +module top(); + +initial begin + $display("%f", $hypot(2.1, 3.7)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.8--ln.sv b/SVIncCompil/Testcases/Google/chapter-20/20.8--ln.sv new file mode 100644 index 0000000..cfcc0c5 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.8--ln.sv
@@ -0,0 +1,15 @@ +/* +:name: ln_function +:description: $ln test +:should_fail: 0 +:tags: 20.8 +:type: simulation parsing +*/ + +module top(); + +initial begin + $display(":assert: (%d == 0)", $ln(1)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.8--log10.sv b/SVIncCompil/Testcases/Google/chapter-20/20.8--log10.sv new file mode 100644 index 0000000..3f2de0a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.8--log10.sv
@@ -0,0 +1,15 @@ +/* +:name: log10_function +:description: $log10 test +:should_fail: 0 +:tags: 20.8 +:type: simulation parsing +*/ + +module top(); + +initial begin + $display(":assert: (%d == 2)", $log10(100)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.8--pow.sv b/SVIncCompil/Testcases/Google/chapter-20/20.8--pow.sv new file mode 100644 index 0000000..acb63bd --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.8--pow.sv
@@ -0,0 +1,15 @@ +/* +:name: pow_function +:description: $pow test +:should_fail: 0 +:tags: 20.8 +:type: simulation parsing +*/ + +module top(); + +initial begin + $display(":assert: (%f == 5.0625)", $pow(2.25, 2)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.8--sqrt.sv b/SVIncCompil/Testcases/Google/chapter-20/20.8--sqrt.sv new file mode 100644 index 0000000..d746dfc --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.8--sqrt.sv
@@ -0,0 +1,15 @@ +/* +:name: sqrt_function +:description: $sqrt test +:should_fail: 0 +:tags: 20.8 +:type: simulation parsing +*/ + +module top(); + +initial begin + $display(":assert: (%d == 3)", $sqrt(9)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.9--countbits.sv b/SVIncCompil/Testcases/Google/chapter-20/20.9--countbits.sv new file mode 100644 index 0000000..babe78f --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.9--countbits.sv
@@ -0,0 +1,20 @@ +/* +:name: countbits_function +:description: $countbits test +:should_fail: 0 +:tags: 20.9 +:type: simulation parsing +*/ + +module top(); + +initial begin + logic [31:0] val = 32'h70008421; + $display(":assert: (%d == 7)", $countbits(val, '1)); + $display(":assert: (%d == 7)", $countones(val)); + $display(":assert: (%d == 25)", $countbits(val, '0)); + $display(":assert: (%d == 32)", $countbits(val, '0, '1)); + $display(":assert: (%d == 0)", $countbits(val, 'x, 'z)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.9--isunknown.sv b/SVIncCompil/Testcases/Google/chapter-20/20.9--isunknown.sv new file mode 100644 index 0000000..8eeb7fd --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.9--isunknown.sv
@@ -0,0 +1,22 @@ +/* +:name: isunknown_function +:description: $isunknown test +:should_fail: 0 +:tags: 20.9 +:type: simulation parsing +*/ + +module top(); + +initial begin + logic [3:0] val0 = 32'b000x; + logic [3:0] val1 = 32'b000z; + logic [3:0] val2 = 32'b00xz; + logic [3:0] val3 = 32'b0000; + $display(":assert: (%d == 1)", $isunknown(val0)); + $display(":assert: (%d == 1)", $isunknown(val1)); + $display(":assert: (%d == 1)", $isunknown(val2)); + $display(":assert: (%d == 0)", $isunknown(val3)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.9--onehot.sv b/SVIncCompil/Testcases/Google/chapter-20/20.9--onehot.sv new file mode 100644 index 0000000..5fe0ae5 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.9--onehot.sv
@@ -0,0 +1,20 @@ +/* +:name: onehot_function +:description: $onehot test +:should_fail: 0 +:tags: 20.9 +:type: simulation parsing +*/ + +module top(); + +initial begin + logic [31:0] val0 = 32'h00010000; + logic [31:0] val1 = 32'h00010100; + logic [31:0] val2 = 32'h00000000; + $display(":assert: (%d == 1)", $onehot(val0)); + $display(":assert: (%d == 0)", $onehot(val1)); + $display(":assert: (%d == 0)", $onehot(val2)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-20/20.9--onehot0.sv b/SVIncCompil/Testcases/Google/chapter-20/20.9--onehot0.sv new file mode 100644 index 0000000..3fbe3dd --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-20/20.9--onehot0.sv
@@ -0,0 +1,20 @@ +/* +:name: onehot0_function +:description: $onehot0 test +:should_fail: 0 +:tags: 20.9 +:type: simulation parsing +*/ + +module top(); + +initial begin + logic [31:0] val0 = 32'h00010000; + logic [31:0] val1 = 32'h00030000; + logic [31:0] val2 = 32'h00000000; + $display(":assert: (%d == 1)", $onehot0(val0)); + $display(":assert: (%d == 0)", $onehot0(val1)); + $display(":assert: (%d == 1)", $onehot0(val2)); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.2--display.sv b/SVIncCompil/Testcases/Google/chapter-21/21.2--display.sv new file mode 100644 index 0000000..dd6e281 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.2--display.sv
@@ -0,0 +1,18 @@ +/* +:name: display_task +:description: $display test +:should_fail: 0 +:tags: 21.2 +:type: simulation parsing +*/ +module top(); + +initial begin + int val = 1234; + $display(val); + $displayb(val); + $displayo(val); + $displayh(val); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.2--monitor.sv b/SVIncCompil/Testcases/Google/chapter-21/21.2--monitor.sv new file mode 100644 index 0000000..ed6bc0c --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.2--monitor.sv
@@ -0,0 +1,21 @@ +/* +:name: monitor_task +:description: $monitor test +:should_fail: 0 +:tags: 21.2 +:type: simulation parsing +*/ +module top(); + +int a; + +initial begin + $monitoron; + $monitor(a); + $monitorb(a); + $monitoro(a); + $monitorh(a); + $monitoroff; +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.2--strobe.sv b/SVIncCompil/Testcases/Google/chapter-21/21.2--strobe.sv new file mode 100644 index 0000000..129256d --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.2--strobe.sv
@@ -0,0 +1,20 @@ +/* +:name: strobe_task +:description: $strobe test +:should_fail: 0 +:tags: 21.2 +:type: simulation parsing +*/ +module top(); + +logic clk; +int a; + +always @(posedge clk) begin + $strobe(a); + $strobeb(a); + $strobeo(a); + $strobeh(a); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.2--write.sv b/SVIncCompil/Testcases/Google/chapter-21/21.2--write.sv new file mode 100644 index 0000000..78c8294 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.2--write.sv
@@ -0,0 +1,18 @@ +/* +:name: write_task +:description: $write test +:should_fail: 0 +:tags: 21.2 +:type: simulation parsing +*/ +module top(); + +initial begin + int val = 1234; + $write(val); + $writeb(val); + $writeo(val); + $writeh(val); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.3--fdisplay.sv b/SVIncCompil/Testcases/Google/chapter-21/21.3--fdisplay.sv new file mode 100644 index 0000000..11a5671 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.3--fdisplay.sv
@@ -0,0 +1,24 @@ +/* +:name: fdisplay_task +:description: $fdisplay test +:should_fail: 0 +:tags: 21.3 +:type: simulation parsing +*/ +module top(); + +int fd; +string str = "abc"; + +initial begin + fd = $fopen("tmp.txt", "w"); + $fdisplay(fd, str); + $fdisplayb(fd, str); + $fdisplayo(fd, str); + $fdisplayh(fd, str); +end + +final + $fclose(fd); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.3--feof.sv b/SVIncCompil/Testcases/Google/chapter-21/21.3--feof.sv new file mode 100644 index 0000000..5a55394 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.3--feof.sv
@@ -0,0 +1,17 @@ +/* +:name: feof_function +:description: $feof test +:should_fail: 0 +:tags: 21.3 +:type: simulation parsing +*/ +module top(); + +initial begin + int fd; + fd = $fopen("tmp.txt", "w"); + $display($feof(fd)); + $fclose(fd); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.3--ferror.sv b/SVIncCompil/Testcases/Google/chapter-21/21.3--ferror.sv new file mode 100644 index 0000000..7cad3a1 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.3--ferror.sv
@@ -0,0 +1,21 @@ +/* +:name: ferror_function +:description: $ferror test +:should_fail: 0 +:tags: 21.3 +:type: simulation parsing +*/ +module top(); + +initial begin + int fd; + string str; + integer errno; + fd = $fopen("tmp.txt", "w"); + errno = $ferror(fd, str); + $display(errno); + $display(str); + $fclose(fd); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.3--fflush.sv b/SVIncCompil/Testcases/Google/chapter-21/21.3--fflush.sv new file mode 100644 index 0000000..c3f5f47 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.3--fflush.sv
@@ -0,0 +1,17 @@ +/* +:name: fflush_task +:description: $fflush test +:should_fail: 0 +:tags: 21.3 +:type: simulation parsing +*/ +module top(); + +initial begin + int fd; + fd = $fopen("tmp.txt", "w"); + $fflush(); + $fclose(fd); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.3--fgetc.sv b/SVIncCompil/Testcases/Google/chapter-21/21.3--fgetc.sv new file mode 100644 index 0000000..fbc643a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.3--fgetc.sv
@@ -0,0 +1,21 @@ +/* +:name: fgetc_function +:description: $fgetc test +:should_fail: 0 +:tags: 21.3 +:type: simulation parsing +*/ +module top(); + +int fd; +int c; + +initial begin + fd = $fopen("tmp.txt", "w"); + c = $fgetc(fd); +end + +final + $fclose(fd); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.3--fgets.sv b/SVIncCompil/Testcases/Google/chapter-21/21.3--fgets.sv new file mode 100644 index 0000000..83f7462 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.3--fgets.sv
@@ -0,0 +1,21 @@ +/* +:name: fgets_function +:description: $fgets test +:should_fail: 0 +:tags: 21.3 +:type: simulation parsing +*/ +module top(); + +int fd; +string tmp; + +initial begin + fd = $fopen("tmp.txt", "w"); + $fgets(tmp, fd); +end + +final + $fclose(fd); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.3--file.sv b/SVIncCompil/Testcases/Google/chapter-21/21.3--file.sv new file mode 100644 index 0000000..4f28675 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.3--file.sv
@@ -0,0 +1,16 @@ +/* +:name: file_tasks +:description: $fopen and $fclose test +:should_fail: 0 +:tags: 21.3 +:type: simulation parsing +*/ +module top(); + +initial begin + int fd; + fd = $fopen("tmp.txt", "w"); + $fclose(fd); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.3--fmonitor.sv b/SVIncCompil/Testcases/Google/chapter-21/21.3--fmonitor.sv new file mode 100644 index 0000000..a943cc5 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.3--fmonitor.sv
@@ -0,0 +1,26 @@ +/* +:name: fmonitor_task +:description: $fmonitor test +:should_fail: 0 +:tags: 21.3 +:type: simulation parsing +*/ +module top(); + +logic a; + +int fd; +string str = "abc"; + +initial begin + fd = $fopen("tmp.txt", "w"); + $fmonitor(fd, a); + $fmonitorb(fd, a); + $fmonitoro(fd, a); + $fmonitorh(fd, a); +end + +final + $fclose(fd); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.3--fpos.sv b/SVIncCompil/Testcases/Google/chapter-21/21.3--fpos.sv new file mode 100644 index 0000000..9585343 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.3--fpos.sv
@@ -0,0 +1,21 @@ +/* +:name: file_pos_tasks +:description: $fseek, $ftell and $rewind test +:should_fail: 0 +:tags: 21.3 +:type: simulation parsing +*/ +module top(); + +initial begin + int fd; + fd = $fopen("tmp.txt", "w"); + $display(":assert: (%d == 0)", $ftell(fd)); + $fseek(fd, 12, 0); + $display(":assert: (%d == 12)", $ftell(fd)); + $rewind(fd); + $display(":assert: (%d == 0)", $ftell(fd)); + $fclose(fd); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.3--fread.sv b/SVIncCompil/Testcases/Google/chapter-21/21.3--fread.sv new file mode 100644 index 0000000..6b250b9 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.3--fread.sv
@@ -0,0 +1,21 @@ +/* +:name: fread_task +:description: $fread test +:should_fail: 0 +:tags: 21.3 +:type: simulation parsing +*/ +module top(); + +int fd; +int c; + +initial begin + fd = $fopen("tmp.txt", "w"); + $fread(c, fd); +end + +final + $fclose(fd); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.3--fscanf.sv b/SVIncCompil/Testcases/Google/chapter-21/21.3--fscanf.sv new file mode 100644 index 0000000..b5e79e5 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.3--fscanf.sv
@@ -0,0 +1,21 @@ +/* +:name: fscanf_task +:description: $fscanf test +:should_fail: 0 +:tags: 21.3 +:type: simulation parsing +*/ +module top(); + +int fd; +int c; + +initial begin + fd = $fopen("tmp.txt", "w"); + $fscanf(fd, "%d", c); +end + +final + $fclose(fd); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.3--fstrobe.sv b/SVIncCompil/Testcases/Google/chapter-21/21.3--fstrobe.sv new file mode 100644 index 0000000..4da0169 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.3--fstrobe.sv
@@ -0,0 +1,29 @@ +/* +:name: fstrobe_task +:description: $fstrobe test +:should_fail: 0 +:tags: 21.3 +:type: simulation parsing +*/ +module top(); + +logic clk; +logic a; + +int fd; + +always @(posedge clk) begin + $fstrobe(fd, a); + $fstrobe(fd, a); + $fstrobe(fd, a); + $fstrobe(fd, a); +end + +initial begin + fd = $fopen("tmp.txt", "w"); +end + +final + $fclose(fd); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.3--fwrite.sv b/SVIncCompil/Testcases/Google/chapter-21/21.3--fwrite.sv new file mode 100644 index 0000000..e01cb73 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.3--fwrite.sv
@@ -0,0 +1,24 @@ +/* +:name: fwrite_task +:description: $fwrite test +:should_fail: 0 +:tags: 21.3 +:type: simulation parsing +*/ +module top(); + +int fd; +string str = "abc"; + +initial begin + fd = $fopen("tmp.txt", "w"); + $fwrite(fd, str); + $fwriteb(fd, str); + $fwriteo(fd, str); + $fwriteh(fd, str); +end + +final + $fclose(fd); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.3--sscanf.sv b/SVIncCompil/Testcases/Google/chapter-21/21.3--sscanf.sv new file mode 100644 index 0000000..480af47 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.3--sscanf.sv
@@ -0,0 +1,18 @@ +/* +:name: sscanf_task +:description: $sscanf test +:should_fail: 0 +:tags: 21.3 +:type: simulation parsing +*/ +module top(); + +string str = "1234"; +int c; + +initial begin + $sscanf(str, "%d", c); + $display(":assert: (%d == %s)", c, str); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.3--ungetc.sv b/SVIncCompil/Testcases/Google/chapter-21/21.3--ungetc.sv new file mode 100644 index 0000000..3646073 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.3--ungetc.sv
@@ -0,0 +1,21 @@ +/* +:name: ungetc_function +:description: $ungetc test +:should_fail: 0 +:tags: 21.3 +:type: simulation parsing +*/ +module top(); + +int fd; + +initial begin + fd = $fopen("tmp.txt", "w"); + $ungetc(123, fd); + $display(":assert: (%d == %d)", 123, $fgetc(fd)); +end + +final + $fclose(fd); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.4--readmemb.sv b/SVIncCompil/Testcases/Google/chapter-21/21.4--readmemb.sv new file mode 100644 index 0000000..bc91b8d --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.4--readmemb.sv
@@ -0,0 +1,17 @@ +/* +:name: readmemb_task +:description: $readmemb test +:should_fail: 0 +:tags: 21.4 +:type: parsing +*/ +module top(); + +logic [31:0] mem0 [1023:0]; +string fname0 = "test0.mem"; + +initial begin + $readmemb(fname0, mem0); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.4--readmemh.sv b/SVIncCompil/Testcases/Google/chapter-21/21.4--readmemh.sv new file mode 100644 index 0000000..5c77efc --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.4--readmemh.sv
@@ -0,0 +1,17 @@ +/* +:name: readmemh_task +:description: $readmemh test +:should_fail: 0 +:tags: 21.4 +:type: parsing +*/ +module top(); + +logic [31:0] mem1 [1023:0]; +string fname1 = "test1.mem"; + +initial begin + $readmemh(fname1, mem1); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.6--test.sv b/SVIncCompil/Testcases/Google/chapter-21/21.6--test.sv new file mode 100644 index 0000000..5a506f2 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.6--test.sv
@@ -0,0 +1,15 @@ +/* +:name: test_plusargs +:description: $test$plusargs test +:should_fail: 0 +:tags: 21.6 +:type: simulation parsing +*/ +module top(); + +initial begin + if ($test$plusargs("TEST")) $display("TEST argument found"); + else $display("TEST argument not found"); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.6--value.sv b/SVIncCompil/Testcases/Google/chapter-21/21.6--value.sv new file mode 100644 index 0000000..38d389a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.6--value.sv
@@ -0,0 +1,18 @@ +/* +:name: value_plusargs +:description: $value$plusargs test +:should_fail: 0 +:tags: 21.6 +:type: simulation parsing +*/ +module top(); + +integer i; + +initial begin + if ($value$plusargs("TEST=%d", i)) $display("i=%d", i); + else + $display("TEST not found"); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.7--dumpfile.sv b/SVIncCompil/Testcases/Google/chapter-21/21.7--dumpfile.sv new file mode 100644 index 0000000..0ca1486 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.7--dumpfile.sv
@@ -0,0 +1,29 @@ +/* +:name: vcd_dump_test +:description: vcd dump tests +:should_fail: 0 +:tags: 21.7 +:type: simulation parsing +*/ +module top(); + +integer i; + +initial begin + $dumpfile("out.vcd"); + $dumpvars; + $dumplimit(1024*1024); + + i = 1; + #100 i = 2; + #200 $dumpoff; + i = 3; + #800 $dumpon; + i = 4; + #100 $dumpflush; + i = 5; + #300 $dumpall; + i = 6; +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-21/21.7--dumpports.sv b/SVIncCompil/Testcases/Google/chapter-21/21.7--dumpports.sv new file mode 100644 index 0000000..d3d768c --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-21/21.7--dumpports.sv
@@ -0,0 +1,29 @@ +/* +:name: vcd_dumpports_test +:description: vcd dump ports tests +:should_fail: 0 +:tags: 21.7 +:type: simulation parsing +*/ +module top(); + +integer i; +string fname = "out.vcd"; + +initial begin + $dumpports(top, fname); + $dumpportslimit(1024*1024, fname); + + i = 1; + #100 i = 2; + #200 $dumpportsoff(fname); + i = 3; + #800 $dumpportson(fname); + i = 4; + #100 $dumpportsflush(fname); + i = 5; + #300 $dumpportsall(fname); + i = 6; +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.10--celldefine-basic-1.sv b/SVIncCompil/Testcases/Google/chapter-22/22.10--celldefine-basic-1.sv new file mode 100644 index 0000000..1cc51ca --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.10--celldefine-basic-1.sv
@@ -0,0 +1,9 @@ +/* +:name: 22.10--celldefine-basic-1 +:description: Test +:should_fail: 0 +:tags: 22.10 +:type: preprocessing +*/ +`celldefine +`endcelldefine
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.10--celldefine-basic-2.sv b/SVIncCompil/Testcases/Google/chapter-22/22.10--celldefine-basic-2.sv new file mode 100644 index 0000000..5a8c0b6 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.10--celldefine-basic-2.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.10--celldefine-basic-2 +:description: Test +:should_fail: 0 +:tags: 22.10 +:type: preprocessing +*/ +`celldefine
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.10--celldefine-invalid.sv b/SVIncCompil/Testcases/Google/chapter-22/22.10--celldefine-invalid.sv new file mode 100644 index 0000000..08120c0 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.10--celldefine-invalid.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.10--celldefine-invalid +:description: Test +:should_fail: 1 +:tags: 22.10 +:type: preprocessing +*/ +`celldefine foo
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.11--pragma-basic.sv b/SVIncCompil/Testcases/Google/chapter-22/22.11--pragma-basic.sv new file mode 100644 index 0000000..af0253b --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.11--pragma-basic.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.11--pragma-basic +:description: Test +:should_fail: 0 +:tags: 22.11 +:type: preprocessing +*/ +`pragma pragma_name "pragma_value"
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.11--pragma-complex.sv b/SVIncCompil/Testcases/Google/chapter-22/22.11--pragma-complex.sv new file mode 100644 index 0000000..d51c9d0 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.11--pragma-complex.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.11--pragma-complex +:description: Test +:should_fail: 0 +:tags: 22.11 +:type: preprocessing +*/ +`pragma foo something, somethingelse = 7, "abcdef"
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.11--pragma-invalid.sv b/SVIncCompil/Testcases/Google/chapter-22/22.11--pragma-invalid.sv new file mode 100644 index 0000000..519e066 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.11--pragma-invalid.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.11--pragma-invalid +:description: Test +:should_fail: 1 +:tags: 22.11 +:type: preprocessing +*/ +`pragma
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.11--pragma-nested.sv b/SVIncCompil/Testcases/Google/chapter-22/22.11--pragma-nested.sv new file mode 100644 index 0000000..28ca30a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.11--pragma-nested.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.11--pragma-nested +:description: Test +:should_fail: 0 +:tags: 22.11 +:type: preprocessing +*/ +`pragma foo something, somethingelse = 7, "abcdef", ( hello, ( "world", pr = 4, "gm" ) ), a
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.11--pragma-number-multi.sv b/SVIncCompil/Testcases/Google/chapter-22/22.11--pragma-number-multi.sv new file mode 100644 index 0000000..f6c9764 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.11--pragma-number-multi.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.11--pragma-number-multi +:description: Test +:should_fail: 0 +:tags: 22.11 +:type: preprocessing +*/ +`pragma pragma_number_other a = 123, b = 4
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.11--pragma-number.sv b/SVIncCompil/Testcases/Google/chapter-22/22.11--pragma-number.sv new file mode 100644 index 0000000..76a2616 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.11--pragma-number.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.11--pragma-number +:description: Test +:should_fail: 0 +:tags: 22.11 +:type: preprocessing +*/ +`pragma pragma_number 123
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.12--line-basic.sv b/SVIncCompil/Testcases/Google/chapter-22/22.12--line-basic.sv new file mode 100644 index 0000000..867590f --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.12--line-basic.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.12--line-basic +:description: Test +:should_fail: 0 +:tags: 22.12 +:type: preprocessing +*/ +`line 1 "somefile" 2
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.12--line-complex.sv b/SVIncCompil/Testcases/Google/chapter-22/22.12--line-complex.sv new file mode 100644 index 0000000..971577f --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.12--line-complex.sv
@@ -0,0 +1,12 @@ +/* +:name: 22.12--line-complex +:description: Test +:should_fail: 0 +:tags: 22.12 +:type: preprocessing +*/ +`line 1 "somefile" 2 +`line 123 "someother" 1 +`line 8273 "somefile" 0 +`resetall +`line 5 "foo" 2
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.12--line-illegal-1.sv b/SVIncCompil/Testcases/Google/chapter-22/22.12--line-illegal-1.sv new file mode 100644 index 0000000..ca4a6a3 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.12--line-illegal-1.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.12--line-illegal-1 +:description: The level parameter shall be 0, 1, or 2 +:should_fail: 1 +:tags: 22.12 +:type: preprocessing +*/ +`line 1 "somefile" 3
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.12--line-illegal-2.sv b/SVIncCompil/Testcases/Google/chapter-22/22.12--line-illegal-2.sv new file mode 100644 index 0000000..01e6562 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.12--line-illegal-2.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.12--line-illegal-2 +:description: The filename parameter shall be a string literal +:should_fail: 1 +:tags: 22.12 +:type: preprocessing +*/ +`line 1 somefile 2
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.12--line-illegal-3.sv b/SVIncCompil/Testcases/Google/chapter-22/22.12--line-illegal-3.sv new file mode 100644 index 0000000..fafd773 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.12--line-illegal-3.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.12--line-illegal-3 +:description: The number parameter shall be a positive integer that specifies the new line number +:should_fail: 1 +:tags: 22.12 +:type: preprocessing +*/ +`line -12 "somefile" 3
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.12--line-illegal-4.sv b/SVIncCompil/Testcases/Google/chapter-22/22.12--line-illegal-4.sv new file mode 100644 index 0000000..935a82b --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.12--line-illegal-4.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.12--line-illegal-4 +:description: The level parameter shall be 0, 1, or 2 +:should_fail: 1 +:tags: 22.12 +:type: preprocessing +*/ +`line 1 "somefile"
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.12--line-illegal-5.sv b/SVIncCompil/Testcases/Google/chapter-22/22.12--line-illegal-5.sv new file mode 100644 index 0000000..965b5f8 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.12--line-illegal-5.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.12--line-illegal-5 +:description: Missing filename +:should_fail: 1 +:tags: 22.12 +:type: preprocessing +*/ +`line 1
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.3--resetall_basic.sv b/SVIncCompil/Testcases/Google/chapter-22/22.3--resetall_basic.sv new file mode 100644 index 0000000..c664bab --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.3--resetall_basic.sv
@@ -0,0 +1,10 @@ +/* +:name: 22.3--resetall_basic +:description: Test +:should_fail: 0 +:tags: 22.3 +:type: preprocessing parsing +*/ +`resetall +module top (); +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.3--resetall_illegal.sv b/SVIncCompil/Testcases/Google/chapter-22/22.3--resetall_illegal.sv new file mode 100644 index 0000000..4ee4e9e --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.3--resetall_illegal.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.3--resetall_illegal +:description: It shall be illegal for the `resetall directive to be specified within a design element. +:should_fail: 1 +:tags: 22.3 +:type: preprocessing parsing +*/ +`resetall +module top (); +`resetall +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.3--resetall_multiple.sv b/SVIncCompil/Testcases/Google/chapter-22/22.3--resetall_multiple.sv new file mode 100644 index 0000000..ac35c03 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.3--resetall_multiple.sv
@@ -0,0 +1,14 @@ +/* +:name: 22.3--resetall_multiple +:description: Test +:should_fail: 0 +:tags: 22.3 +:type: preprocessing parsing +*/ +`resetall +`resetall +`resetall + +module top (); +endmodule +
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.4--check_included_definitions.sv b/SVIncCompil/Testcases/Google/chapter-22/22.4--check_included_definitions.sv new file mode 100644 index 0000000..039ab99 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.4--check_included_definitions.sv
@@ -0,0 +1,15 @@ +/* +:name: 22.4--check_included_definitions +:description: Test +:should_fail: 0 +:tags: 22.4 +:type: preprocessing parsing +*/ +`include "include_directory/defs.sv" +module top (); +initial begin + $display(":assert:(`TWO_PLUS_TWO == 5)"); + $display(":assert:('%s' == '%s')", define_var, "define_var"); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.4--include_basic.sv b/SVIncCompil/Testcases/Google/chapter-22/22.4--include_basic.sv new file mode 100644 index 0000000..bf6a254 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.4--include_basic.sv
@@ -0,0 +1,10 @@ +/* +:name: 22.4--include_basic +:description: Test +:should_fail: 0 +:tags: 22.4 +:type: preprocessing parsing +*/ +`include <dummy_include.sv> +module top (); +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.4--include_basic_rpath.sv b/SVIncCompil/Testcases/Google/chapter-22/22.4--include_basic_rpath.sv new file mode 100644 index 0000000..f7901ab --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.4--include_basic_rpath.sv
@@ -0,0 +1,10 @@ +/* +:name: 22.4--include_basic_rpath +:description: Test +:should_fail: 0 +:tags: 22.4 +:type: preprocessing parsing +*/ +`include "dummy_include.sv" +module top (); +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.4--include_from_other_directory.sv b/SVIncCompil/Testcases/Google/chapter-22/22.4--include_from_other_directory.sv new file mode 100644 index 0000000..597b261 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.4--include_from_other_directory.sv
@@ -0,0 +1,10 @@ +/* +:name: 22.4--include_from_other_directory +:description: Test +:should_fail: 0 +:tags: 22.4 +:type: preprocessing parsing +*/ +`include "include_directory/defs.sv" +module top (); +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.4--include_two_in_one_line.sv b/SVIncCompil/Testcases/Google/chapter-22/22.4--include_two_in_one_line.sv new file mode 100644 index 0000000..0055264 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.4--include_two_in_one_line.sv
@@ -0,0 +1,10 @@ +/* +:name: 22.4--include_two_in_one_line +:description: Test +:should_fail: 1 +:tags: 22.4 +:type: preprocessing parsing +*/ +`include <dummy_include.sv> `include <dummy_include.sv> +module top (); +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.4--include_with_comment.sv b/SVIncCompil/Testcases/Google/chapter-22/22.4--include_with_comment.sv new file mode 100644 index 0000000..a92d03b --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.4--include_with_comment.sv
@@ -0,0 +1,10 @@ +/* +:name: 22.4--include_with_comment +:description: Test +:should_fail: 0 +:tags: 22.4 +:type: preprocessing parsing +*/ +`include <dummy_include.sv> // comments after `include are perfectly legal +module top (); +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_1.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_1.sv new file mode 100644 index 0000000..d252aaf --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_1.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.5.1--define_expansion_1 +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing +*/ +`define D(x,y) initial $display("start", x , y, "end"); +module top (); +`D( "msg1" , "msg2" ) +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_10.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_10.sv new file mode 100644 index 0000000..af4aacf --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_10.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.5.1--define_expansion_10 +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing +*/ +`define MACRO1(a=5,b="B",c) $display(a,,b,,c) +module top (); +`MACRO1 ( 1 , , 3 ) +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_11.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_11.sv new file mode 100644 index 0000000..a2ea136 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_11.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.5.1--define_expansion_11 +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing +*/ +`define MACRO1(a=5,b="B",c) $display(a,,b,,c) +module top (); +`MACRO1 ( , 2, ) +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_12.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_12.sv new file mode 100644 index 0000000..47b36df --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_12.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.5.1--define_expansion_12 +:description: Test +:should_fail: 1 +:tags: 22.5.1 +:type: preprocessing +*/ +`define MACRO1(a=5,b="B",c) $display(a,,b,,c) +module top (); +`MACRO1 ( 1 ) +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_13.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_13.sv new file mode 100644 index 0000000..e3cbd2a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_13.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.5.1--define_expansion_13 +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing +*/ +`define MACRO2(a=5, b, c="C") $display(a,,b,,c); +module top (); +`MACRO2 (1, , 3) +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_14.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_14.sv new file mode 100644 index 0000000..c591c4a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_14.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.5.1--define_expansion_14 +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing +*/ +`define MACRO2(a=5, b, c="C") $display(a,,b,,c); +module top (); +`MACRO2 (, 2, ) +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_15.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_15.sv new file mode 100644 index 0000000..35f82d4 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_15.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.5.1--define_expansion_15 +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing +*/ +`define MACRO2(a=5, b, c="C") $display(a,,b,,c); +module top (); +`MACRO2 (, 2) +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_16.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_16.sv new file mode 100644 index 0000000..80bef33 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_16.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.5.1--define_expansion_16 +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing +*/ +`define MACRO3(a=5, b=0, c="C") $display(a,,b,,c); +module top (); +`MACRO3 ( 1 ) +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_17.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_17.sv new file mode 100644 index 0000000..2c936d4 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_17.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.5.1--define_expansion_17 +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing +*/ +`define MACRO3(a=5, b=0, c="C") $display(a,,b,,c); +module top (); +`MACRO3 ( ) +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_18.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_18.sv new file mode 100644 index 0000000..1dd7838 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_18.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.5.1--define_expansion_18 +:description: Test +:should_fail: 1 +:tags: 22.5.1 +:type: preprocessing +*/ +`define MACRO3(a=5, b=0, c="C") $display(a,,b,,c); +module top (); +`MACRO3 +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_19.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_19.sv new file mode 100644 index 0000000..2dd4a86 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_19.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.5.1--define_expansion_19 +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing +*/ +`define wordsize 8 +module top (); +logic [1:`wordsize] data; +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_2.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_2.sv new file mode 100644 index 0000000..ffc2a15 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_2.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.5.1--define_expansion_2 +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing +*/ +`define D(x,y) initial $display("start", x , y, "end"); +module top (); +`D( " msg1", ) +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_20.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_20.sv new file mode 100644 index 0000000..50678f9 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_20.sv
@@ -0,0 +1,12 @@ +/* +:name: 22.5.1--define_expansion_20 +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing +*/ +`define var_nand(dly) nand #dly +module top (); +`var_nand(2) g121 (q21, n10, n11); +`var_nand(5) g122 (q22, n10, n11); +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_21.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_21.sv new file mode 100644 index 0000000..1ed1057 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_21.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.5.1--define_expansion_21 +:description: Test +:should_fail: 1 +:tags: 22.5.1 +:type: preprocessing +*/ +`define first_half "start of string +module top (); +$display(`first_half end of string"); +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_22.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_22.sv new file mode 100644 index 0000000..fde8863 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_22.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.5.1--define_expansion_22 +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing +*/ +`define max(a,b)((a) > (b) ? (a) : (b))
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_23.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_23.sv new file mode 100644 index 0000000..89faf70 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_23.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.5.1--define_expansion_23 +:description: Test +:should_fail: 1 +:tags: 22.5.1 +:type: preprocessing +*/ +`define define "illegal"
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_24.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_24.sv new file mode 100644 index 0000000..3e8158c --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_24.sv
@@ -0,0 +1,17 @@ +/* +:name: 22.5.1--define_expansion_24 +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing +*/ +module top (); +`define HI Hello +`define LO "`HI, world" +`define H(x) "Hello, x" +initial begin + $display("`HI, world"); + $display(`LO); + $display(`H(world)); +end +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_25.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_25.sv new file mode 100644 index 0000000..4074077 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_25.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.5.1--define_expansion_25 +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing +*/ +`define msg(x,y) `"x: `\`"y`\`"`" +module top (); +$display(`msg(left side,right side)); +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_26.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_26.sv new file mode 100644 index 0000000..0e3a74b --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_26.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.5.1--define_expansion_26 +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing +*/ +`define append(f) f``_master +module top (); +$display(`append(clock)); +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_3.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_3.sv new file mode 100644 index 0000000..84c3b8d --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_3.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.5.1--define_expansion_3 +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing +*/ +`define D(x,y) initial $display("start", x , y, "end"); +module top (); +`D(, "msg2 ") +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_4.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_4.sv new file mode 100644 index 0000000..22c977a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_4.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.5.1--define_expansion_4 +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing +*/ +`define D(x,y) initial $display("start", x , y, "end"); +module top (); +`D(,) +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_5.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_5.sv new file mode 100644 index 0000000..aa9aa0a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_5.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.5.1--define_expansion_5 +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing +*/ +`define D(x,y) initial $display("start", x , y, "end"); +module top (); +`D( , ) +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_6.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_6.sv new file mode 100644 index 0000000..faee9d4 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_6.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.5.1--define_expansion_6 +:description: Test +:should_fail: 1 +:tags: 22.5.1 +:type: preprocessing +*/ +`define D(x,y) initial $display("start", x , y, "end"); +module top (); +`D("msg1") +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_7.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_7.sv new file mode 100644 index 0000000..c3e713c --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_7.sv
@@ -0,0 +1,9 @@ +/* +:name: 22.5.1--define_expansion_7 +:description: Test +:should_fail: 1 +:tags: 22.5.1 +:type: preprocessing +*/ +`define D(x,y) initial $display("start", x , y, "end"); +`D()
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_8.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_8.sv new file mode 100644 index 0000000..c3da7ff --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_8.sv
@@ -0,0 +1,9 @@ +/* +:name: 22.5.1--define_expansion_8 +:description: Test +:should_fail: 1 +:tags: 22.5.1 +:type: preprocessing +*/ +`define D(x,y) initial $display("start", x , y, "end"); +`D(,,)
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_9.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_9.sv new file mode 100644 index 0000000..64b56e7 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define-expansion_9.sv
@@ -0,0 +1,11 @@ +/* +:name: 22.5.1--define_expansion_9 +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing +*/ +`define MACRO1(a=5,b="B",c) $display(a,,b,,c) +module top (); +`MACRO1 ( , 2, 3 ) +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define.sv new file mode 100644 index 0000000..538a2a5 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define.sv
@@ -0,0 +1,9 @@ +/* +:name: 22.5.1--define +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing +*/ +`define FOUR 5 +`define SOMESTRING "somestring"
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define_and_resetall.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define_and_resetall.sv new file mode 100644 index 0000000..2c33d47 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--define_and_resetall.sv
@@ -0,0 +1,18 @@ +/* +:name: 22.5.1--define_and_resetall +:description: The text macro facility is not affected by the compiler directive `resetall +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing simulation +*/ +`define FOUR 5 +`define SOMESTRING "somestring" +`resetall +`define FOUR 4 + +module top (); +initial begin + $display(":assert:(FOUR == 4)"); + $display(":assert:('%s' == '%s')", SOMESTRING, "somestring"); +end +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.1--include-define-expansion.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--include-define-expansion.sv new file mode 100644 index 0000000..e92d7af --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.1--include-define-expansion.sv
@@ -0,0 +1,9 @@ +/* +:name: 22.5.1--include-define-expansion +:description: Test +:should_fail: 0 +:tags: 22.5.1 +:type: preprocessing parsing +*/ +`define foo(the_file) `"the_file`" +`include `foo(dummy_include.sv)
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.2--undef-basic.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.2--undef-basic.sv new file mode 100644 index 0000000..af214df --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.2--undef-basic.sv
@@ -0,0 +1,9 @@ +/* +:name: 22.5.2--undef-basic +:description: Test +:should_fail: 0 +:tags: 22.5.2 +:type: preprocessing +*/ +`define FOO "foo" +`undef FOO
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.2--undef-nonexisting.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.2--undef-nonexisting.sv new file mode 100644 index 0000000..79423f7 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.2--undef-nonexisting.sv
@@ -0,0 +1,9 @@ +/* +:name: 22.5.2--undef-nonexisting +:description: Test +:should_fail: 0 +:tags: 22.5.2 +:type: preprocessing +*/ +`undef FOO +`undef BAR
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.3--undefineall-and-redefine.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.3--undefineall-and-redefine.sv new file mode 100644 index 0000000..af91dde --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.3--undefineall-and-redefine.sv
@@ -0,0 +1,12 @@ +/* +:name: 22.5.3--undefineall-and-redefine +:description: Test +:should_fail: 0 +:tags: 22.5.3 +:type: preprocessing +*/ +`define FOO "foo" +`undefineall +`define FOO 5 +`undefineall +`define FOO(x,y) (x + y)
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.5.3--undefineall-basic.sv b/SVIncCompil/Testcases/Google/chapter-22/22.5.3--undefineall-basic.sv new file mode 100644 index 0000000..d6a90c5 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.5.3--undefineall-basic.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.5.3--undefineall-basic +:description: Test +:should_fail: 0 +:tags: 22.5.3 +:type: preprocessing +*/ +`undefineall
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.6--ifdef-behavioral.sv b/SVIncCompil/Testcases/Google/chapter-22/22.6--ifdef-behavioral.sv new file mode 100644 index 0000000..de0036d --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.6--ifdef-behavioral.sv
@@ -0,0 +1,16 @@ +/* +:name: 22.6--ifdef-behavioral +:description: Test +:should_fail: 0 +:tags: 22.6 +:type: preprocessing +*/ +module and_op (a, b, c); + output a; + input b, c; + `ifdef behavioral + wire a = b & c; + `else + and a1 (a,b,c); + `endif +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.6--ifdef-chained-nested.sv b/SVIncCompil/Testcases/Google/chapter-22/22.6--ifdef-chained-nested.sv new file mode 100644 index 0000000..604d0dd --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.6--ifdef-chained-nested.sv
@@ -0,0 +1,26 @@ +/* +:name: 22.6--ifdef-chained-nested +:description: Test +:should_fail: 0 +:tags: 22.6 +:type: preprocessing +*/ +module test; +`ifdef first_block + `ifndef second_nest + initial $display("first_block is defined"); + `else + initial $display("first_block and second_nest defined"); + `endif +`elsif second_block + initial $display("second_block defined, first_block is not"); +`else + `ifndef last_result + initial $display("first_block, second_block,", " last_result not defined."); + `elsif real_last + initial $display("first_block, second_block not defined,", " last_result and real_last defined."); + `else + initial $display("Only last_result defined!"); + `endif +`endif +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.6--ifdef-nested.sv b/SVIncCompil/Testcases/Google/chapter-22/22.6--ifdef-nested.sv new file mode 100644 index 0000000..b21900b --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.6--ifdef-nested.sv
@@ -0,0 +1,34 @@ +/* +:name: 22.6--ifdef-nested +:description: Test +:should_fail: 0 +:tags: 22.6 +:type: preprocessing +*/ +module test(out); +output out; +`define wow +`define nest_one +`define second_nest +`define nest_two +`ifdef wow + initial $display("wow is defined"); + `ifdef nest_one + initial $display("nest_one is defined"); + `ifdef nest_two + initial $display("nest_two is defined"); + `else + initial $display("nest_two is not defined"); + `endif + `else + initial $display("nest_one is not defined"); + `endif +`else + initial $display("wow is not defined"); + `ifdef second_nest + initial $display("second_nest is defined"); + `else + initial $display("second_nest is not defined"); + `endif +`endif +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.7--timescale-basic-1.sv b/SVIncCompil/Testcases/Google/chapter-22/22.7--timescale-basic-1.sv new file mode 100644 index 0000000..751db7b --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.7--timescale-basic-1.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.7--timescale-basic-1 +:description: Test +:should_fail: 0 +:tags: 22.7 +:type: preprocessing +*/ +`timescale 1 ns / 1 ps
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.7--timescale-basic-2.sv b/SVIncCompil/Testcases/Google/chapter-22/22.7--timescale-basic-2.sv new file mode 100644 index 0000000..2a65d63 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.7--timescale-basic-2.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.7--timescale-basic-2 +:description: Test +:should_fail: 0 +:tags: 22.7 +:type: preprocessing +*/ +`timescale 10 us / 100 ns
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.7--timescale-basic-3.sv b/SVIncCompil/Testcases/Google/chapter-22/22.7--timescale-basic-3.sv new file mode 100644 index 0000000..db3fb28 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.7--timescale-basic-3.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.7--timescale-basic-3 +:description: Test +:should_fail: 1 +:tags: 22.7 +:type: preprocessing +*/ +`timescale 9 ns / 1 ps
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.7--timescale-basic-4.sv b/SVIncCompil/Testcases/Google/chapter-22/22.7--timescale-basic-4.sv new file mode 100644 index 0000000..cb9272b --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.7--timescale-basic-4.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.7--timescale-basic-4 +:description: Test +:should_fail: 1 +:tags: 22.7 +:type: preprocessing +*/ +`timescale 1 ns / 1000 ps
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.7--timescale-module.sv b/SVIncCompil/Testcases/Google/chapter-22/22.7--timescale-module.sv new file mode 100644 index 0000000..ad1dc24 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.7--timescale-module.sv
@@ -0,0 +1,16 @@ +/* +:name: 22.7--timescale-module +:description: Test +:should_fail: 0 +:tags: 22.7 +:type: preprocessing +*/ +`timescale 10 ns / 1 ns +module test; + logic set; + parameter d = 1.55; + initial begin + #d set = 0; + #d set = 1; + end +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.7--timescale-reset.sv b/SVIncCompil/Testcases/Google/chapter-22/22.7--timescale-reset.sv new file mode 100644 index 0000000..1dc9c17 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.7--timescale-reset.sv
@@ -0,0 +1,10 @@ +/* +:name: 22.7--timescale-reset +:description: Test +:should_fail: 0 +:tags: 22.7 +:type: preprocessing +*/ +`timescale 1 ns / 1 ps +`resetall +`timescale 10 us / 100 ns
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.8--default_nettype-redefinition.sv b/SVIncCompil/Testcases/Google/chapter-22/22.8--default_nettype-redefinition.sv new file mode 100644 index 0000000..0d2904e --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.8--default_nettype-redefinition.sv
@@ -0,0 +1,18 @@ +/* +:name: 22.8--default_nettype-redefinition +:description: Test +:should_fail: 0 +:tags: 22.8 +:type: preprocessing +*/ +`default_nettype wire +`default_nettype tri +`default_nettype tri0 +`default_nettype tri1 +`default_nettype wand +`default_nettype triand +`default_nettype wor +`default_nettype trior +`default_nettype trireg +`default_nettype uwire +`default_nettype none
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.8--default_nettype.sv b/SVIncCompil/Testcases/Google/chapter-22/22.8--default_nettype.sv new file mode 100644 index 0000000..4ed4ac4 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.8--default_nettype.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.8--default_nettype +:description: Test +:should_fail: 0 +:tags: 22.8 +:type: preprocessing +*/ +`default_nettype wire
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.9--unconnected_drive-basic-2.sv b/SVIncCompil/Testcases/Google/chapter-22/22.9--unconnected_drive-basic-2.sv new file mode 100644 index 0000000..81fa7cd --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.9--unconnected_drive-basic-2.sv
@@ -0,0 +1,8 @@ +/* +:name: 22.9--unconnected_drive-basic-2 +:description: Test +:should_fail: 0 +:tags: 22.9 +:type: preprocessing +*/ +`unconnected_drive pull1
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.9--unconnected_drive-basic.sv b/SVIncCompil/Testcases/Google/chapter-22/22.9--unconnected_drive-basic.sv new file mode 100644 index 0000000..a31a2a2 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.9--unconnected_drive-basic.sv
@@ -0,0 +1,9 @@ +/* +:name: 22.9--unconnected_drive-basic +:description: Test +:should_fail: 0 +:tags: 22.9 +:type: preprocessing +*/ +`unconnected_drive pull1 +`nounconnected_drive
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.9--unconnected_drive-invalid-1.sv b/SVIncCompil/Testcases/Google/chapter-22/22.9--unconnected_drive-invalid-1.sv new file mode 100644 index 0000000..4f16872 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.9--unconnected_drive-invalid-1.sv
@@ -0,0 +1,9 @@ +/* +:name: 22.9--unconnected_drive-invalid-1 +:description: Test +:should_fail: 1 +:tags: 22.9 +:type: preprocessing +*/ +`unconnected_drive +`nounconnected_drive
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.9--unconnected_drive-invalid-2.sv b/SVIncCompil/Testcases/Google/chapter-22/22.9--unconnected_drive-invalid-2.sv new file mode 100644 index 0000000..77ba0f0 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.9--unconnected_drive-invalid-2.sv
@@ -0,0 +1,9 @@ +/* +:name: 22.9--unconnected_drive-invalid-2 +:description: Test +:should_fail: 1 +:tags: 22.9 +:type: preprocessing +*/ +`unconnected_drive pull2 +`nounconnected_drive
diff --git a/SVIncCompil/Testcases/Google/chapter-22/22.9--unconnected_drive-invalid-3.sv b/SVIncCompil/Testcases/Google/chapter-22/22.9--unconnected_drive-invalid-3.sv new file mode 100644 index 0000000..85c3b0a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/22.9--unconnected_drive-invalid-3.sv
@@ -0,0 +1,9 @@ +/* +:name: 22.9--unconnected_drive-invalid-3 +:description: Test +:should_fail: 1 +:tags: 22.9 +:type: preprocessing +*/ +`unconnected_drive pull0 +`nounconnected_drive pull0
diff --git a/SVIncCompil/Testcases/Google/chapter-22/dummy_include.sv b/SVIncCompil/Testcases/Google/chapter-22/dummy_include.sv new file mode 100644 index 0000000..d87d348 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/dummy_include.sv
@@ -0,0 +1,6 @@ +/* +:name: dummy_include +:description: Utility for testing `include directive +:should_fail: 0 +:tags: 22.4 +*/
diff --git a/SVIncCompil/Testcases/Google/chapter-22/include_directory/defs.sv b/SVIncCompil/Testcases/Google/chapter-22/include_directory/defs.sv new file mode 100644 index 0000000..a9b46fb --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-22/include_directory/defs.sv
@@ -0,0 +1,9 @@ +/* +:name: defs +:description: Utility for testing `include directive +:should_fail: 0 +:tags: 22.4 +*/ + +`define define_var "define_var" +`define TWO_PLUS_TWO 5
diff --git a/SVIncCompil/Testcases/Google/chapter-23/23.2--macromodule-definition.sv b/SVIncCompil/Testcases/Google/chapter-23/23.2--macromodule-definition.sv new file mode 100644 index 0000000..5eaf8a5 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-23/23.2--macromodule-definition.sv
@@ -0,0 +1,9 @@ +/* +:name: macromodule_definition +:description: macromodule definition test +:should_fail: 0 +:tags: 23.2 +*/ +macromodule top(); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-23/23.2--module-definition.sv b/SVIncCompil/Testcases/Google/chapter-23/23.2--module-definition.sv new file mode 100644 index 0000000..d158b1e --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-23/23.2--module-definition.sv
@@ -0,0 +1,9 @@ +/* +:name: module_definition +:description: module definition test +:should_fail: 0 +:tags: 23.2 +*/ +module top(); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-24/24.3--program.sv b/SVIncCompil/Testcases/Google/chapter-24/24.3--program.sv new file mode 100644 index 0000000..4901b02 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-24/24.3--program.sv
@@ -0,0 +1,20 @@ +/* +:name: program_construct +:description: program construct test +:should_fail: 0 +:tags: 24.3 +:type: simulation parsing +*/ +module top(); + +program prog(input wire a, input wire b); + initial $display(":assert: (%d == %d)", a, b); +endprogram + +wire w = 1; + +initial begin + prog p(w, w); +end + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-25/25.3-interface.sv b/SVIncCompil/Testcases/Google/chapter-25/25.3-interface.sv new file mode 100644 index 0000000..763973e --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-25/25.3-interface.sv
@@ -0,0 +1,14 @@ +/* +:name: interface +:description: interface test +:should_fail: 0 +:tags: 25.3 +*/ + +interface test_bus; + logic test_pad; +endinterface: test_bus + +module top(test_bus t); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-26/26.2--package-decl.sv b/SVIncCompil/Testcases/Google/chapter-26/26.2--package-decl.sv new file mode 100644 index 0000000..e5b318c --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-26/26.2--package-decl.sv
@@ -0,0 +1,17 @@ +/* +:name: package_decl +:description: package declaration test +:should_fail: 0 +:tags: 26.2 +*/ +module top(); + +endmodule + +package mypkg; + +function int add(int a, b); + return a + b; +endfunction + +endpackage : mypkg
diff --git a/SVIncCompil/Testcases/Google/chapter-26/26.3--package-ref.sv b/SVIncCompil/Testcases/Google/chapter-26/26.3--package-ref.sv new file mode 100644 index 0000000..8ce322e --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-26/26.3--package-ref.sv
@@ -0,0 +1,21 @@ +/* +:name: package_ref +:description: package reference test +:should_fail: 0 +:tags: 26.3 +:type: simulation parsing +*/ + +package mypkg; + +function int add(int a, b); + return a + b; +endfunction + +endpackage : mypkg + +module top(); + +initial $display(":assert: (%d == 4)", mypkg::add(1, 3)); + +endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.10-structure-arrays-illegal.sv b/SVIncCompil/Testcases/Google/chapter-5/5.10-structure-arrays-illegal.sv index 14627e8..9739909 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.10-structure-arrays-illegal.sv +++ b/SVIncCompil/Testcases/Google/chapter-5/5.10-structure-arrays-illegal.sv
@@ -3,6 +3,7 @@ :description: Structure array assignment tests :should_fail: 1 :tags: 5.10 +:type: simulation */ module top(); typedef struct {
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.10-structure-arrays-illegal.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.10-structure-arrays-illegal.sv.log index 3bb2167..2fd6fac 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.10-structure-arrays-illegal.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.10-structure-arrays-illegal.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:36 -COMMAND: tests/chapter-5/5.10-structure-arrays-illegal.sv -writepp -parse -mt max -l tests/chapter-5/5.10-structure-arrays-illegal.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:43 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.10-structure-arrays-illegal.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.10-structure-arrays-illegal.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.10-structure-arrays-illegal.sv". - -[WARNI:PA0205] tests/chapter-5/5.10-structure-arrays-illegal.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.10-structure-arrays-illegal.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.10-structure-arrays-illegal.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.10-structure-arrays.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.10-structure-arrays.sv.log index 93985f4..7eeaf40 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.10-structure-arrays.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.10-structure-arrays.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:35 -COMMAND: tests/chapter-5/5.10-structure-arrays.sv -writepp -parse -mt max -l tests/chapter-5/5.10-structure-arrays.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:43 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.10-structure-arrays.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.10-structure-arrays.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.10-structure-arrays.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-5/5.10-structure-arrays.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.10-structure-arrays.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.10-structure-arrays.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.10-structure-replication.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.10-structure-replication.sv.log index fc42068..0a9fde3 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.10-structure-replication.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.10-structure-replication.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:41 -COMMAND: tests/chapter-5/5.10-structure-replication.sv -writepp -parse -mt max -l tests/chapter-5/5.10-structure-replication.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:43 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-replication.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-replication.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.10-structure-replication.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-replication.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.10-structure-replication.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-replication.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.10-structure-replication.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-replication.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-5/5.10-structure-replication.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-replication.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.10-structure-replication.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-replication.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.10-structure-replication.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structure-replication.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.10-structures.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.10-structures.sv.log index c08871e..1172eb4 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.10-structures.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.10-structures.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:41 -COMMAND: tests/chapter-5/5.10-structures.sv -writepp -parse -mt max -l tests/chapter-5/5.10-structures.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:44 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structures.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structures.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.10-structures.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structures.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.10-structures.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structures.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.10-structures.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structures.sv". -[WARNI:PA0205] tests/chapter-5/5.10-structures.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structures.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.10-structures.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structures.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.10-structures.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.10-structures.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.11-arrays-key-index.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.11-arrays-key-index.sv.log index a5f38f5..39d2ccb 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.11-arrays-key-index.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.11-arrays-key-index.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:41 -COMMAND: tests/chapter-5/5.11-arrays-key-index.sv -writepp -parse -mt max -l tests/chapter-5/5.11-arrays-key-index.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:44 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.11-arrays-key-index.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.11-arrays-key-index.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.11-arrays-key-index.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv". -[WARNI:PA0205] tests/chapter-5/5.11-arrays-key-index.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.11-arrays-key-index.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.11-arrays-key-index.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.11-arrays-replication.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.11-arrays-replication.sv.log index 119e398..175b47c 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.11-arrays-replication.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.11-arrays-replication.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:41 -COMMAND: tests/chapter-5/5.11-arrays-replication.sv -writepp -parse -mt max -l tests/chapter-5/5.11-arrays-replication.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:44 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.11-arrays-replication.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.11-arrays-replication.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.11-arrays-replication.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv". -[WARNI:PA0205] tests/chapter-5/5.11-arrays-replication.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.11-arrays-replication.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.11-arrays-replication.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.11-arrays.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.11-arrays.sv.log index ac2262b..951172b 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.11-arrays.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.11-arrays.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:34 -COMMAND: tests/chapter-5/5.11-arrays.sv -writepp -parse -mt max -l tests/chapter-5/5.11-arrays.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:44 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.11-arrays.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.11-arrays.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.11-arrays.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays.sv". -[WARNI:PA0205] tests/chapter-5/5.11-arrays.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.11-arrays.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.11-arrays.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.11-arrays.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.12-attributes-case.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.12-attributes-case.sv.log index 66439d2..b624e94 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.12-attributes-case.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.12-attributes-case.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:32 -COMMAND: tests/chapter-5/5.12-attributes-case.sv -writepp -parse -mt max -l tests/chapter-5/5.12-attributes-case.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:44 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-case.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-case.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.12-attributes-case.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-case.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.12-attributes-case.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-case.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.12-attributes-case.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-case.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-5/5.12-attributes-case.sv, line 8: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-case.sv, line 8: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.12-attributes-case.sv, line 8: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-case.sv, line 8: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.12-attributes-case.sv, line 8: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-case.sv, line 8: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.12-attributes-conditional.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.12-attributes-conditional.sv.log index 52d505a..1f5d504 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.12-attributes-conditional.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.12-attributes-conditional.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:42 -COMMAND: tests/chapter-5/5.12-attributes-conditional.sv -writepp -parse -mt max -l tests/chapter-5/5.12-attributes-conditional.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:45 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.12-attributes-conditional.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.12-attributes-conditional.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.12-attributes-conditional.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv". -[WARNI:PA0205] tests/chapter-5/5.12-attributes-conditional.sv, line 8: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv, line 8: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.12-attributes-conditional.sv, line 8: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv, line 8: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.12-attributes-conditional.sv, line 8: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv, line 8: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.12-attributes-module.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.12-attributes-module.sv.log index 3d861dd..6bc5d41 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.12-attributes-module.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.12-attributes-module.sv.log
@@ -6,49 +6,49 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:34 -COMMAND: tests/chapter-5/5.12-attributes-module.sv -writepp -parse -mt max -l tests/chapter-5/5.12-attributes-module.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:45 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-module.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-module.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.12-attributes-module.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-module.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.12-attributes-module.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-module.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.12-attributes-module.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-module.sv". -[WARNI:PA0205] tests/chapter-5/5.12-attributes-module.sv, line 8: No timescale set for "topa". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-module.sv, line 8: No timescale set for "topa". -[WARNI:PA0205] tests/chapter-5/5.12-attributes-module.sv, line 12: No timescale set for "topb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-module.sv, line 12: No timescale set for "topb". -[WARNI:PA0205] tests/chapter-5/5.12-attributes-module.sv, line 16: No timescale set for "topc". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-module.sv, line 16: No timescale set for "topc". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.12-attributes-module.sv, line 8: Compile module "work@topa". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-module.sv, line 8: Compile module "work@topa". -[INFO :CP0303] tests/chapter-5/5.12-attributes-module.sv, line 12: Compile module "work@topb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-module.sv, line 12: Compile module "work@topb". -[INFO :CP0303] tests/chapter-5/5.12-attributes-module.sv, line 16: Compile module "work@topc". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-module.sv, line 16: Compile module "work@topc". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.12-attributes-module.sv, line 8: Top level module "work@topa". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-module.sv, line 8: Top level module "work@topa". -[NOTE :EL0503] tests/chapter-5/5.12-attributes-module.sv, line 12: Top level module "work@topb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-module.sv, line 12: Top level module "work@topb". -[NOTE :EL0503] tests/chapter-5/5.12-attributes-module.sv, line 16: Top level module "work@topc". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-module.sv, line 16: Top level module "work@topc". [NOTE :EL0504] Multiple top level modules in design.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.12-attributes-operator.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.12-attributes-operator.sv.log index 312b25c..2aa4d25 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.12-attributes-operator.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.12-attributes-operator.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:38 -COMMAND: tests/chapter-5/5.12-attributes-operator.sv -writepp -parse -mt max -l tests/chapter-5/5.12-attributes-operator.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:45 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.12-attributes-operator.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.12-attributes-operator.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-5/5.12-attributes-operator.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-5/5.12-attributes-operator.sv, line 8: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv, line 8: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.12-attributes-operator.sv, line 8: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv, line 8: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.12-attributes-operator.sv, line 8: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv, line 8: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.12-attributes-variable.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.12-attributes-variable.sv.log index 1060451..3c0332d 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.12-attributes-variable.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.12-attributes-variable.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:40 -COMMAND: tests/chapter-5/5.12-attributes-variable.sv -writepp -parse -mt max -l tests/chapter-5/5.12-attributes-variable.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:45 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-variable.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-variable.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.12-attributes-variable.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-variable.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.12-attributes-variable.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-variable.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-variable.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.12-attributes-variable.sv". - -[WARNI:PA0205] tests/chapter-5/5.12-attributes-variable.sv, line 8: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-variable.sv, line 8: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.12-attributes-variable.sv, line 8: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-variable.sv, line 8: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.12-attributes-variable.sv, line 8: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.12-attributes-variable.sv, line 8: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.13-builtin-methods-arrays.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.13-builtin-methods-arrays.sv.log index 95a7678..d98e094 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.13-builtin-methods-arrays.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.13-builtin-methods-arrays.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:32 -COMMAND: tests/chapter-5/5.13-builtin-methods-arrays.sv -writepp -parse -mt max -l tests/chapter-5/5.13-builtin-methods-arrays.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:45 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.13-builtin-methods-arrays.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.13-builtin-methods-arrays.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.13-builtin-methods-arrays.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-5/5.13-builtin-methods-arrays.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.13-builtin-methods-arrays.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.13-builtin-methods-arrays.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.13-builtin-methods-strings.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.13-builtin-methods-strings.sv.log index a22bc94..7796472 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.13-builtin-methods-strings.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.13-builtin-methods-strings.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:31 -COMMAND: tests/chapter-5/5.13-builtin-methods-strings.sv -writepp -parse -mt max -l tests/chapter-5/5.13-builtin-methods-strings.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:46 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.13-builtin-methods-strings.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.13-builtin-methods-strings.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-5/5.13-builtin-methods-strings.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-5/5.13-builtin-methods-strings.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.13-builtin-methods-strings.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.13-builtin-methods-strings.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.4--coments.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.4--coments.sv.log index 934abb2..f6ed208 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.4--coments.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.4--coments.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:37 -COMMAND: tests/chapter-5/5.4--coments.sv -writepp -parse -mt max -l tests/chapter-5/5.4--coments.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:46 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.4--coments.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.4--coments.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.4--coments.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.4--coments.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.4--coments.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.4--coments.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.4--coments.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.4--coments.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-5/5.4--coments.sv, line 7: No timescale set for "empty". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.4--coments.sv, line 7: No timescale set for "empty". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.4--coments.sv, line 7: Compile module "work@empty". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.4--coments.sv, line 7: Compile module "work@empty". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.4--coments.sv, line 7: Top level module "work@empty". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.4--coments.sv, line 7: Top level module "work@empty". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.6--identifiers.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.6--identifiers.sv.log index c658bb4..c728ddc 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.6--identifiers.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.6--identifiers.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:42 -COMMAND: tests/chapter-5/5.6--identifiers.sv -writepp -parse -mt max -l tests/chapter-5/5.6--identifiers.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:46 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6--identifiers.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6--identifiers.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.6--identifiers.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6--identifiers.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.6--identifiers.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6--identifiers.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6--identifiers.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.6--identifiers.sv". - -[WARNI:PA0205] tests/chapter-5/5.6--identifiers.sv, line 7: No timescale set for "identifiers". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6--identifiers.sv, line 7: No timescale set for "identifiers". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.6--identifiers.sv, line 7: Compile module "work@identifiers". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6--identifiers.sv, line 7: Compile module "work@identifiers". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.6--identifiers.sv, line 7: Top level module "work@identifiers". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6--identifiers.sv, line 7: Top level module "work@identifiers". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.6--wrong-identifiers.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.6--wrong-identifiers.sv.log index 9f50e50..6ca8e03 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.6--wrong-identifiers.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.6--wrong-identifiers.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:37 -COMMAND: tests/chapter-5/5.6--wrong-identifiers.sv -writepp -parse -mt max -l tests/chapter-5/5.6--wrong-identifiers.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:47 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.6--wrong-identifiers.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.6--wrong-identifiers.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.6--wrong-identifiers.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv". -[ERROR:PA0207] tests/chapter-5/5.6--wrong-identifiers.sv, line 8, col 6: Syntax error: no viable alternative at input 'module identifiers();\n reg $', +[ERROR:PA0207] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv, line 8, col 6: Syntax error: no viable alternative at input 'module identifiers();\n reg $', reg $dollar; - ^-- line 8, ./slpp_all/work/tests/chapter-5/5.6--wrong-identifiers.sv. + ^-- line 8, ./slpp_all/work//home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv. -[WARNI:PA0205] tests/chapter-5/5.6--wrong-identifiers.sv, line 7: No timescale set for "MODULE NAME UNKNOWN". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv, line 7: No timescale set for "MODULE NAME UNKNOWN". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.6--wrong-identifiers.sv, line 7: Top level module "work@MODULE NAME UNKNOWN". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv, line 7: Top level module "work@MODULE NAME UNKNOWN". [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.6.1--escaped-identifiers.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.6.1--escaped-identifiers.sv.log index 1038cb4..ccb656d 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.6.1--escaped-identifiers.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.6.1--escaped-identifiers.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:40 -COMMAND: tests/chapter-5/5.6.1--escaped-identifiers.sv -writepp -parse -mt max -l tests/chapter-5/5.6.1--escaped-identifiers.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:47 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.6.1--escaped-identifiers.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.6.1--escaped-identifiers.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-5/5.6.1--escaped-identifiers.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-5/5.6.1--escaped-identifiers.sv, line 7: No timescale set for "identifiers". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv, line 7: No timescale set for "identifiers". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.6.1--escaped-identifiers.sv, line 7: Compile module "work@identifiers". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv, line 7: Compile module "work@identifiers". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.6.1--escaped-identifiers.sv, line 7: Top level module "work@identifiers". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv, line 7: Top level module "work@identifiers". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.6.3--system-functions.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.6.3--system-functions.sv.log index 71cfb6f..59add65 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.6.3--system-functions.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.6.3--system-functions.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:33 -COMMAND: tests/chapter-5/5.6.3--system-functions.sv -writepp -parse -mt max -l tests/chapter-5/5.6.3--system-functions.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:47 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.3--system-functions.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.3--system-functions.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.6.3--system-functions.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.3--system-functions.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.6.3--system-functions.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.3--system-functions.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.3--system-functions.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.6.3--system-functions.sv". - -[WARNI:PA0205] tests/chapter-5/5.6.3--system-functions.sv, line 7: No timescale set for "systemfn". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.3--system-functions.sv, line 7: No timescale set for "systemfn". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.6.3--system-functions.sv, line 7: Compile module "work@systemfn". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.3--system-functions.sv, line 7: Compile module "work@systemfn". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.6.3--system-functions.sv, line 7: Top level module "work@systemfn". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.3--system-functions.sv, line 7: Top level module "work@systemfn". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-begin-keywords.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-begin-keywords.sv.log index 1506090..f4303b8 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-begin-keywords.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-begin-keywords.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:33 -COMMAND: tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv -writepp -parse -mt max -l tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:47 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv". -[WARNI:PA0205] tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv, line 10: No timescale set for "b_kw". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv, line 10: No timescale set for "b_kw". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv, line 10: Compile module "work@b_kw". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv, line 10: Compile module "work@b_kw". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv, line 10: Top level module "work@b_kw". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv, line 10: Top level module "work@b_kw". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-celldefine.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-celldefine.sv.log index b0b934a..06826ad 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-celldefine.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-celldefine.sv.log
@@ -6,43 +6,43 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:37 -COMMAND: tests/chapter-5/5.6.4--compiler-directives-celldefine.sv -writepp -parse -mt max -l tests/chapter-5/5.6.4--compiler-directives-celldefine.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:47 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.6.4--compiler-directives-celldefine.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.6.4--compiler-directives-celldefine.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-5/5.6.4--compiler-directives-celldefine.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-5/5.6.4--compiler-directives-celldefine.sv, line 9: No timescale set for "cd". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv". -[WARNI:PA0205] tests/chapter-5/5.6.4--compiler-directives-celldefine.sv, line 13: No timescale set for "ncd". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv, line 9: No timescale set for "cd". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv, line 13: No timescale set for "ncd". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.6.4--compiler-directives-celldefine.sv, line 9: Compile module "work@cd". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv, line 9: Compile module "work@cd". -[INFO :CP0303] tests/chapter-5/5.6.4--compiler-directives-celldefine.sv, line 13: Compile module "work@ncd". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv, line 13: Compile module "work@ncd". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.6.4--compiler-directives-celldefine.sv, line 9: Top level module "work@cd". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv, line 9: Top level module "work@cd". -[NOTE :EL0503] tests/chapter-5/5.6.4--compiler-directives-celldefine.sv, line 13: Top level module "work@ncd". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv, line 13: Top level module "work@ncd". [NOTE :EL0504] Multiple top level modules in design.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-debug-line.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-debug-line.sv.log index 7539c32..056fcb1 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-debug-line.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-debug-line.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:32 -COMMAND: tests/chapter-5/5.6.4--compiler-directives-debug-line.sv -writepp -parse -mt max -l tests/chapter-5/5.6.4--compiler-directives-debug-line.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:47 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.6.4--compiler-directives-debug-line.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.6.4--compiler-directives-debug-line.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.6.4--compiler-directives-debug-line.sv". - -[WARNI:PA0205] tests/chapter-5/5.6.4--compiler-directives-debug-line.sv, line 8: No timescale set for "directives". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv, line 8: No timescale set for "directives". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.6.4--compiler-directives-debug-line.sv, line 8: Compile module "work@directives". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv, line 8: Compile module "work@directives". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.6.4--compiler-directives-debug-line.sv, line 8: Top level module "work@directives". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv, line 8: Top level module "work@directives". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-debug.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-debug.sv.log index 2638b76..b842342 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-debug.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-debug.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:38 -COMMAND: tests/chapter-5/5.6.4--compiler-directives-debug.sv -writepp -parse -mt max -l tests/chapter-5/5.6.4--compiler-directives-debug.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:48 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.6.4--compiler-directives-debug.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.6.4--compiler-directives-debug.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.6.4--compiler-directives-debug.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-5/5.6.4--compiler-directives-debug.sv, line 8: No timescale set for "directives". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv, line 8: No timescale set for "directives". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.6.4--compiler-directives-debug.sv, line 8: Compile module "work@directives". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv, line 8: Compile module "work@directives". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.6.4--compiler-directives-debug.sv, line 8: Top level module "work@directives". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv, line 8: Top level module "work@directives". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-default-nettype.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-default-nettype.sv.log index f1c7a90..6f232f0 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-default-nettype.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-default-nettype.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:35 -COMMAND: tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv -writepp -parse -mt max -l tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:48 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv, line 10: No timescale set for "dn". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv, line 10: No timescale set for "dn". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv, line 10: Compile module "work@dn". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv, line 10: Compile module "work@dn". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv, line 10: Top level module "work@dn". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv, line 10: Top level module "work@dn". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-define.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-define.sv.log index 757709f..6daccb2 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-define.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-define.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:42 -COMMAND: tests/chapter-5/5.6.4--compiler-directives-define.sv -writepp -parse -mt max -l tests/chapter-5/5.6.4--compiler-directives-define.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:48 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-define.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-define.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.6.4--compiler-directives-define.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-define.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.6.4--compiler-directives-define.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-define.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.6.4--compiler-directives-define.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-define.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-5/5.6.4--compiler-directives-define.sv, line 12: No timescale set for "d". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-define.sv, line 12: No timescale set for "d". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.6.4--compiler-directives-define.sv, line 12: Compile module "work@d". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-define.sv, line 12: Compile module "work@d". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.6.4--compiler-directives-define.sv, line 12: Top level module "work@d". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-define.sv, line 12: Top level module "work@d". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-include.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-include.sv.log index 1124a99..97f9016 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-include.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-include.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:36 -COMMAND: tests/chapter-5/5.6.4--compiler-directives-include.sv -writepp -parse -mt max -l tests/chapter-5/5.6.4--compiler-directives-include.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:48 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-include.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-include.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.6.4--compiler-directives-include.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-include.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.6.4--compiler-directives-include.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-include.sv". [INFO :PP0123] Preprocessing include file "/dev/null". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.6.4--compiler-directives-include.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-include.sv". -[WARNI:PA0205] tests/chapter-5/5.6.4--compiler-directives-include.sv, line 9: No timescale set for "empty". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-include.sv, line 9: No timescale set for "empty". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.6.4--compiler-directives-include.sv, line 9: Compile module "work@empty". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-include.sv, line 9: Compile module "work@empty". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.6.4--compiler-directives-include.sv, line 9: Top level module "work@empty". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-include.sv, line 9: Top level module "work@empty". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-pragma.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-pragma.sv.log index cf1fb41..7dd582b 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-pragma.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-pragma.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:39 -COMMAND: tests/chapter-5/5.6.4--compiler-directives-pragma.sv -writepp -parse -mt max -l tests/chapter-5/5.6.4--compiler-directives-pragma.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:48 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.6.4--compiler-directives-pragma.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.6.4--compiler-directives-pragma.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.6.4--compiler-directives-pragma.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv". -[WARNI:PA0205] tests/chapter-5/5.6.4--compiler-directives-pragma.sv, line 8: No timescale set for "ts". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv, line 8: No timescale set for "ts". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.6.4--compiler-directives-pragma.sv, line 8: Compile module "work@ts". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv, line 8: Compile module "work@ts". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.6.4--compiler-directives-pragma.sv, line 8: Top level module "work@ts". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv, line 8: Top level module "work@ts". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-resetall.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-resetall.sv.log index 9c459ce..d09d0fa 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-resetall.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-resetall.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:36 -COMMAND: tests/chapter-5/5.6.4--compiler-directives-resetall.sv -writepp -parse -mt max -l tests/chapter-5/5.6.4--compiler-directives-resetall.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:49 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-resetall.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-resetall.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.6.4--compiler-directives-resetall.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-resetall.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.6.4--compiler-directives-resetall.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-5/5.6.4--compiler-directives-resetall.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-resetall.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-5/5.6.4--compiler-directives-resetall.sv, line 10: No timescale set for "ts". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-resetall.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-resetall.sv, line 10: No timescale set for "ts". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.6.4--compiler-directives-resetall.sv, line 10: Compile module "work@ts". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-resetall.sv, line 10: Compile module "work@ts". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.6.4--compiler-directives-resetall.sv, line 10: Top level module "work@ts". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-resetall.sv, line 10: Top level module "work@ts". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-timescale.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-timescale.sv.log index 5f63ebd..e76288d 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-timescale.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-timescale.sv.log
@@ -6,25 +6,25 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:34 -COMMAND: tests/chapter-5/5.6.4--compiler-directives-timescale.sv -writepp -parse -mt max -l tests/chapter-5/5.6.4--compiler-directives-timescale.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:49 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-timescale.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-timescale.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.6.4--compiler-directives-timescale.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-timescale.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.6.4--compiler-directives-timescale.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-timescale.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.6.4--compiler-directives-timescale.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-timescale.sv". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.6.4--compiler-directives-timescale.sv, line 10: Compile module "work@ts". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-timescale.sv, line 10: Compile module "work@ts". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -34,7 +34,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.6.4--compiler-directives-timescale.sv, line 10: Top level module "work@ts". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-timescale.sv, line 10: Top level module "work@ts". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv.log index 8714e67..47025f8 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:35 -COMMAND: tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv -writepp -parse -mt max -l tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:49 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv, line 11: No timescale set for "ts". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv, line 11: No timescale set for "ts". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv, line 11: Compile module "work@ts". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv, line 11: Compile module "work@ts". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv, line 11: Top level module "work@ts". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv, line 11: Top level module "work@ts". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-left-padding-bit.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-left-padding-bit.sv.log index f22a1b8..e5129cf 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-left-padding-bit.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-left-padding-bit.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:34 -COMMAND: tests/chapter-5/5.7.1--integers-left-padding-bit.sv -writepp -parse -mt max -l tests/chapter-5/5.7.1--integers-left-padding-bit.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:49 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding-bit.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding-bit.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.7.1--integers-left-padding-bit.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding-bit.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.7.1--integers-left-padding-bit.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding-bit.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding-bit.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.7.1--integers-left-padding-bit.sv". - -[WARNI:PA0205] tests/chapter-5/5.7.1--integers-left-padding-bit.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding-bit.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.7.1--integers-left-padding-bit.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding-bit.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.7.1--integers-left-padding-bit.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding-bit.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-left-padding.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-left-padding.sv.log index f864d86..30646e0 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-left-padding.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-left-padding.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:34 -COMMAND: tests/chapter-5/5.7.1--integers-left-padding.sv -writepp -parse -mt max -l tests/chapter-5/5.7.1--integers-left-padding.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:49 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.7.1--integers-left-padding.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.7.1--integers-left-padding.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.7.1--integers-left-padding.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-5/5.7.1--integers-left-padding.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.7.1--integers-left-padding.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.7.1--integers-left-padding.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-signed-illegal.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-signed-illegal.sv.log index c790f2d..088655d 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-signed-illegal.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-signed-illegal.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:36 -COMMAND: tests/chapter-5/5.7.1--integers-signed-illegal.sv -writepp -parse -mt max -l tests/chapter-5/5.7.1--integers-signed-illegal.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:49 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.7.1--integers-signed-illegal.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.7.1--integers-signed-illegal.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.7.1--integers-signed-illegal.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv". -[ERROR:PA0207] tests/chapter-5/5.7.1--integers-signed-illegal.sv, line 11, col 10: Syntax error: no viable alternative at input 'module top();\n logic [7:0] a;\n\n initial begin\n a = 8'd', +[ERROR:PA0207] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv, line 11, col 10: Syntax error: no viable alternative at input 'module top();\n logic [7:0] a;\n\n initial begin\n a = 8'd', a = 8'd-6; - ^-- line 11, ./slpp_all/work/tests/chapter-5/5.7.1--integers-signed-illegal.sv. + ^-- line 11, ./slpp_all/work//home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv. -[WARNI:PA0205] tests/chapter-5/5.7.1--integers-signed-illegal.sv, line 7: No timescale set for "MODULE NAME UNKNOWN". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv, line 7: No timescale set for "MODULE NAME UNKNOWN". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.7.1--integers-signed-illegal.sv, line 7: Top level module "work@MODULE NAME UNKNOWN". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv, line 7: Top level module "work@MODULE NAME UNKNOWN". [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-signed.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-signed.sv.log index 405153d..60e6fb9 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-signed.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-signed.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:38 -COMMAND: tests/chapter-5/5.7.1--integers-signed.sv -writepp -parse -mt max -l tests/chapter-5/5.7.1--integers-signed.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:50 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.7.1--integers-signed.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.7.1--integers-signed.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.7.1--integers-signed.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv". -[WARNI:PA0205] tests/chapter-5/5.7.1--integers-signed.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.7.1--integers-signed.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.7.1--integers-signed.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-sized.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-sized.sv.log index c2be77a..a3d8a89 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-sized.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-sized.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:42 -COMMAND: tests/chapter-5/5.7.1--integers-sized.sv -writepp -parse -mt max -l tests/chapter-5/5.7.1--integers-sized.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:50 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-sized.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-sized.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.7.1--integers-sized.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-sized.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.7.1--integers-sized.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-sized.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-sized.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.7.1--integers-sized.sv". - -[WARNI:PA0205] tests/chapter-5/5.7.1--integers-sized.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-sized.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.7.1--integers-sized.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-sized.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.7.1--integers-sized.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-sized.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-token.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-token.sv.log index 9660bb3..f5d6296 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-token.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-token.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:36 -COMMAND: tests/chapter-5/5.7.1--integers-token.sv -writepp -parse -mt max -l tests/chapter-5/5.7.1--integers-token.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:50 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-token.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-token.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.7.1--integers-token.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-token.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.7.1--integers-token.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-token.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.7.1--integers-token.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-token.sv". -[WARNI:PA0205] tests/chapter-5/5.7.1--integers-token.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-token.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.7.1--integers-token.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-token.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.7.1--integers-token.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-token.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-underscores.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-underscores.sv.log index 542a71f..1152825 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-underscores.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-underscores.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:39 -COMMAND: tests/chapter-5/5.7.1--integers-underscores.sv -writepp -parse -mt max -l tests/chapter-5/5.7.1--integers-underscores.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:50 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-underscores.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-underscores.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.7.1--integers-underscores.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-underscores.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.7.1--integers-underscores.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-underscores.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.7.1--integers-underscores.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-underscores.sv". -[WARNI:PA0205] tests/chapter-5/5.7.1--integers-underscores.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-underscores.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.7.1--integers-underscores.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-underscores.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.7.1--integers-underscores.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-underscores.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-unsized-illegal.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-unsized-illegal.sv.log index ac2da14..9fd09cd 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-unsized-illegal.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-unsized-illegal.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:40 -COMMAND: tests/chapter-5/5.7.1--integers-unsized-illegal.sv -writepp -parse -mt max -l tests/chapter-5/5.7.1--integers-unsized-illegal.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:50 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.7.1--integers-unsized-illegal.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.7.1--integers-unsized-illegal.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.7.1--integers-unsized-illegal.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv". -[WARNI:PA0205] tests/chapter-5/5.7.1--integers-unsized-illegal.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.7.1--integers-unsized-illegal.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.7.1--integers-unsized-illegal.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-unsized.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-unsized.sv.log index cb776af..a065865 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-unsized.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.7.1--integers-unsized.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:40 -COMMAND: tests/chapter-5/5.7.1--integers-unsized.sv -writepp -parse -mt max -l tests/chapter-5/5.7.1--integers-unsized.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:51 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-unsized.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-unsized.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.7.1--integers-unsized.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-unsized.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.7.1--integers-unsized.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-unsized.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.7.1--integers-unsized.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-unsized.sv". -[WARNI:PA0205] tests/chapter-5/5.7.1--integers-unsized.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-unsized.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.7.1--integers-unsized.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-unsized.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.7.1--integers-unsized.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.1--integers-unsized.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.7.2-real-constants-illegal.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.7.2-real-constants-illegal.sv.log index 5c680d9..2e56509 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.7.2-real-constants-illegal.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.7.2-real-constants-illegal.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:39 -COMMAND: tests/chapter-5/5.7.2-real-constants-illegal.sv -writepp -parse -mt max -l tests/chapter-5/5.7.2-real-constants-illegal.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:51 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.7.2-real-constants-illegal.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.7.2-real-constants-illegal.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.7.2-real-constants-illegal.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[ERROR:PA0207] tests/chapter-5/5.7.2-real-constants-illegal.sv, line 11, col 8: Syntax error: no viable alternative at input 'module top();\n logic [31:0] a;\n\n initial begin;\n a = .', +[ERROR:PA0207] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv, line 11, col 8: Syntax error: no viable alternative at input 'module top();\n logic [31:0] a;\n\n initial begin;\n a = .', a = .12; - ^-- line 11, ./slpp_all/work/tests/chapter-5/5.7.2-real-constants-illegal.sv. + ^-- line 11, ./slpp_all/work//home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv. -[WARNI:PA0205] tests/chapter-5/5.7.2-real-constants-illegal.sv, line 7: No timescale set for "MODULE NAME UNKNOWN". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv, line 7: No timescale set for "MODULE NAME UNKNOWN". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.7.2-real-constants-illegal.sv, line 7: Top level module "work@MODULE NAME UNKNOWN". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv, line 7: Top level module "work@MODULE NAME UNKNOWN". [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.7.2-real-constants.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.7.2-real-constants.sv.log index 5c65801..0efcae6 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.7.2-real-constants.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.7.2-real-constants.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:32 -COMMAND: tests/chapter-5/5.7.2-real-constants.sv -writepp -parse -mt max -l tests/chapter-5/5.7.2-real-constants.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:51 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.7.2-real-constants.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.7.2-real-constants.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.7.2-real-constants.sv". - -[WARNI:PA0205] tests/chapter-5/5.7.2-real-constants.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.7.2-real-constants.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.7.2-real-constants.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.7.2-real-token.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.7.2-real-token.sv.log index a40e5a2..cd2d720 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.7.2-real-token.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.7.2-real-token.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:35 -COMMAND: tests/chapter-5/5.7.2-real-token.sv -writepp -parse -mt max -l tests/chapter-5/5.7.2-real-token.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:51 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-token.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-token.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.7.2-real-token.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-token.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.7.2-real-token.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-token.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-token.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.7.2-real-token.sv". - -[WARNI:PA0205] tests/chapter-5/5.7.2-real-token.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-token.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.7.2-real-token.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-token.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.7.2-real-token.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.7.2-real-token.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.8-time-literals.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.8-time-literals.sv.log index 5303504..dd314a2 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.8-time-literals.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.8-time-literals.sv.log
@@ -6,35 +6,35 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:33 -COMMAND: tests/chapter-5/5.8-time-literals.sv -writepp -parse -mt max -l tests/chapter-5/5.8-time-literals.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:51 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.8-time-literals.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.8-time-literals.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.8-time-literals.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.8-time-literals.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.8-time-literals.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.8-time-literals.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.8-time-literals.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.8-time-literals.sv". - [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.8-time-literals.sv, line 10: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.8-time-literals.sv, line 10: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.8-time-literals.sv, line 10: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.8-time-literals.sv, line 10: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.9-string-assignment.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.9-string-assignment.sv.log index d95c3d7..91348d5 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.9-string-assignment.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.9-string-assignment.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:39 -COMMAND: tests/chapter-5/5.9-string-assignment.sv -writepp -parse -mt max -l tests/chapter-5/5.9-string-assignment.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:52 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-assignment.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-assignment.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.9-string-assignment.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-assignment.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.9-string-assignment.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-assignment.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.9-string-assignment.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-assignment.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-5/5.9-string-assignment.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-assignment.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.9-string-assignment.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-assignment.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.9-string-assignment.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-assignment.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.9-string-basics.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.9-string-basics.sv.log index 37c48bc..f5b84d1 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.9-string-basics.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.9-string-basics.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:41 -COMMAND: tests/chapter-5/5.9-string-basics.sv -writepp -parse -mt max -l tests/chapter-5/5.9-string-basics.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:52 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-basics.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-basics.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.9-string-basics.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-basics.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.9-string-basics.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-5/5.9-string-basics.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-basics.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-5/5.9-string-basics.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-basics.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-basics.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.9-string-basics.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-basics.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.9-string-basics.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-basics.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.9-string-broken-line.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.9-string-broken-line.sv.log index 7f6aa2f..31bbbbc 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.9-string-broken-line.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.9-string-broken-line.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:37 -COMMAND: tests/chapter-5/5.9-string-broken-line.sv -writepp -parse -mt max -l tests/chapter-5/5.9-string-broken-line.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:52 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.9-string-broken-line.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.9-string-broken-line.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.9-string-broken-line.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-5/5.9-string-broken-line.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.9-string-broken-line.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.9-string-broken-line.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.9-string-word-assignment.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.9-string-word-assignment.sv.log index 8a45e96..2e148c7 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.9-string-word-assignment.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.9-string-word-assignment.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:38 -COMMAND: tests/chapter-5/5.9-string-word-assignment.sv -writepp -parse -mt max -l tests/chapter-5/5.9-string-word-assignment.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:52 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.9-string-word-assignment.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.9-string-word-assignment.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv". -[INFO :PA0201] Parsing source file "tests/chapter-5/5.9-string-word-assignment.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-5/5.9-string-word-assignment.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.9-string-word-assignment.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.9-string-word-assignment.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-5/5.9.1-string-special-chars.sv.log b/SVIncCompil/Testcases/Google/chapter-5/5.9.1-string-special-chars.sv.log index cc46f12..9147b09 100644 --- a/SVIncCompil/Testcases/Google/chapter-5/5.9.1-string-special-chars.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-5/5.9.1-string-special-chars.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:34 -COMMAND: tests/chapter-5/5.9.1-string-special-chars.sv -writepp -parse -mt max -l tests/chapter-5/5.9.1-string-special-chars.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:53 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9.1-string-special-chars.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9.1-string-special-chars.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-5/5.9.1-string-special-chars.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9.1-string-special-chars.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-5/5.9.1-string-special-chars.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9.1-string-special-chars.sv". -[ERROR:PP0118] tests/chapter-5/5.9.1-string-special-chars.sv, line 17, col 21: Unknown escaped sequence '\1'. +[ERROR:PP0118] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9.1-string-special-chars.sv, line 17, col 21: Unknown escaped sequence '\1'. -[INFO :PA0201] Parsing source file "tests/chapter-5/5.9.1-string-special-chars.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9.1-string-special-chars.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-5/5.9.1-string-special-chars.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9.1-string-special-chars.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-5/5.9.1-string-special-chars.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9.1-string-special-chars.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-5/5.9.1-string-special-chars.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-5/5.9.1-string-special-chars.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.10--implicit_continuous_assignment.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.10--implicit_continuous_assignment.sv.log index c00be0b..b1f2437 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.10--implicit_continuous_assignment.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.10--implicit_continuous_assignment.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:29 -COMMAND: tests/chapter-6/6.10--implicit_continuous_assignment.sv -writepp -parse -mt max -l tests/chapter-6/6.10--implicit_continuous_assignment.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:53 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_continuous_assignment.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_continuous_assignment.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.10--implicit_continuous_assignment.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_continuous_assignment.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.10--implicit_continuous_assignment.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_continuous_assignment.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.10--implicit_continuous_assignment.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_continuous_assignment.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.10--implicit_continuous_assignment.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_continuous_assignment.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.10--implicit_continuous_assignment.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_continuous_assignment.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.10--implicit_continuous_assignment.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_continuous_assignment.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.10--implicit_port.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.10--implicit_port.sv.log index 62c41ca..02384d5 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.10--implicit_port.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.10--implicit_port.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:14 -COMMAND: tests/chapter-6/6.10--implicit_port.sv -writepp -parse -mt max -l tests/chapter-6/6.10--implicit_port.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:53 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_port.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_port.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.10--implicit_port.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_port.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.10--implicit_port.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_port.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_port.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.10--implicit_port.sv". - -[WARNI:PA0205] tests/chapter-6/6.10--implicit_port.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_port.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.10--implicit_port.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_port.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.10--implicit_port.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_port.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.10--implicit_port_connection.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.10--implicit_port_connection.sv.log index 142cdf4..d42f2e2 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.10--implicit_port_connection.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.10--implicit_port_connection.sv.log
@@ -6,44 +6,44 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:20 -COMMAND: tests/chapter-6/6.10--implicit_port_connection.sv -writepp -parse -mt max -l tests/chapter-6/6.10--implicit_port_connection.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:54 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_port_connection.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_port_connection.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.10--implicit_port_connection.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_port_connection.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.10--implicit_port_connection.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_port_connection.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_port_connection.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.10--implicit_port_connection.sv". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_port_connection.sv, line 7: No timescale set for "top". -[WARNI:PA0205] tests/chapter-6/6.10--implicit_port_connection.sv, line 7: No timescale set for "top". - -[WARNI:PA0205] tests/chapter-6/6.10--implicit_port_connection.sv, line 17: No timescale set for "test". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_port_connection.sv, line 17: No timescale set for "test". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.10--implicit_port_connection.sv, line 17: Compile module "work@test". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_port_connection.sv, line 17: Compile module "work@test". -[INFO :CP0303] tests/chapter-6/6.10--implicit_port_connection.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_port_connection.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[NOTE :CP0309] tests/chapter-6/6.10--implicit_port_connection.sv, line 17: Implicit port type (wire) for "a", +[NOTE :CP0309] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_port_connection.sv, line 17: Implicit port type (wire) for "a", there are 2 more instances of this message. [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.10--implicit_port_connection.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.10--implicit_port_connection.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.12--real.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.12--real.sv.log index 8437f1a..b84ade1 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.12--real.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.12--real.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:21 -COMMAND: tests/chapter-6/6.12--real.sv -writepp -parse -mt max -l tests/chapter-6/6.12--real.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:54 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.12--real.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.12--real.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.12--real.sv". - -[WARNI:PA0205] tests/chapter-6/6.12--real.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.12--real.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.12--real.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.12--real_bit_select.sv b/SVIncCompil/Testcases/Google/chapter-6/6.12--real_bit_select.sv index 3b19aee..5517a6c 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.12--real_bit_select.sv +++ b/SVIncCompil/Testcases/Google/chapter-6/6.12--real_bit_select.sv
@@ -3,6 +3,7 @@ :description: real indexing tests :should_fail: 1 :tags: 6.12 +:type: simulation */ module top(); real a = 0.5;
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.12--real_bit_select.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.12--real_bit_select.sv.log index b0972cd..355de1c 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.12--real_bit_select.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.12--real_bit_select.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:16 -COMMAND: tests/chapter-6/6.12--real_bit_select.sv -writepp -parse -mt max -l tests/chapter-6/6.12--real_bit_select.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:54 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_bit_select.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_bit_select.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.12--real_bit_select.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_bit_select.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.12--real_bit_select.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_bit_select.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.12--real_bit_select.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_bit_select.sv". -[WARNI:PA0205] tests/chapter-6/6.12--real_bit_select.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_bit_select.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.12--real_bit_select.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_bit_select.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.12--real_bit_select.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_bit_select.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.12--real_bit_select_idx.sv b/SVIncCompil/Testcases/Google/chapter-6/6.12--real_bit_select_idx.sv index 4767eb7..179f99a 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.12--real_bit_select_idx.sv +++ b/SVIncCompil/Testcases/Google/chapter-6/6.12--real_bit_select_idx.sv
@@ -3,6 +3,7 @@ :description: real bit select tests :should_fail: 1 :tags: 6.12 +:type: simulation */ module top(); real a = 0.5;
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.12--real_bit_select_idx.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.12--real_bit_select_idx.sv.log index 4936c79..818cd9d 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.12--real_bit_select_idx.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.12--real_bit_select_idx.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:26 -COMMAND: tests/chapter-6/6.12--real_bit_select_idx.sv -writepp -parse -mt max -l tests/chapter-6/6.12--real_bit_select_idx.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:54 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_bit_select_idx.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_bit_select_idx.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.12--real_bit_select_idx.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_bit_select_idx.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.12--real_bit_select_idx.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-6/6.12--real_bit_select_idx.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_bit_select_idx.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.12--real_bit_select_idx.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_bit_select_idx.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_bit_select_idx.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.12--real_bit_select_idx.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_bit_select_idx.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.12--real_bit_select_idx.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_bit_select_idx.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.12--real_edge.sv b/SVIncCompil/Testcases/Google/chapter-6/6.12--real_edge.sv index bd6bc47..99c4c26 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.12--real_edge.sv +++ b/SVIncCompil/Testcases/Google/chapter-6/6.12--real_edge.sv
@@ -3,6 +3,7 @@ :description: real edge event tests :should_fail: 1 :tags: 6.12 +:type: simulation */ module top(); real a = 0.5;
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.12--real_edge.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.12--real_edge.sv.log index 061f79b..d843e20 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.12--real_edge.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.12--real_edge.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:25 -COMMAND: tests/chapter-6/6.12--real_edge.sv -writepp -parse -mt max -l tests/chapter-6/6.12--real_edge.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:55 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_edge.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_edge.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.12--real_edge.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_edge.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.12--real_edge.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_edge.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.12--real_edge.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_edge.sv". -[WARNI:PA0205] tests/chapter-6/6.12--real_edge.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_edge.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.12--real_edge.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_edge.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.12--real_edge.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--real_edge.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.12--realtime.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.12--realtime.sv.log index d3636e8..68ca749 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.12--realtime.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.12--realtime.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:23 -COMMAND: tests/chapter-6/6.12--realtime.sv -writepp -parse -mt max -l tests/chapter-6/6.12--realtime.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:55 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--realtime.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--realtime.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.12--realtime.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--realtime.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.12--realtime.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--realtime.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.12--realtime.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--realtime.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.12--realtime.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--realtime.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.12--realtime.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--realtime.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.12--realtime.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--realtime.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.12--shortreal.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.12--shortreal.sv.log index 562eed7..7c92320 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.12--shortreal.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.12--shortreal.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:16 -COMMAND: tests/chapter-6/6.12--shortreal.sv -writepp -parse -mt max -l tests/chapter-6/6.12--shortreal.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:55 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--shortreal.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--shortreal.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.12--shortreal.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--shortreal.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.12--shortreal.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-6/6.12--shortreal.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--shortreal.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.12--shortreal.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--shortreal.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--shortreal.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.12--shortreal.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--shortreal.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.12--shortreal.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.12--shortreal.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.13--void.sv b/SVIncCompil/Testcases/Google/chapter-6/6.13--void.sv index 42f71b4..1fa2acc 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.13--void.sv +++ b/SVIncCompil/Testcases/Google/chapter-6/6.13--void.sv
@@ -3,10 +3,11 @@ :description: void type tests :should_fail: 0 :tags: 6.13 +:type: simulation parsing */ module top(); function void fun(); - $display("void fun"); + $display(":assert:(True)"); endfunction initial
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.13--void.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.13--void.sv.log index dcf37e6..85464b9 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.13--void.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.13--void.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:19 -COMMAND: tests/chapter-6/6.13--void.sv -writepp -parse -mt max -l tests/chapter-6/6.13--void.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:55 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.13--void.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.13--void.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.13--void.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.13--void.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.13--void.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.13--void.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.13--void.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.13--void.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.13--void.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.13--void.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.13--void.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.13--void.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.13--void.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.13--void.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.14--chandle.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.14--chandle.sv.log index 6abaa03..90d61c8 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.14--chandle.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.14--chandle.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:24 -COMMAND: tests/chapter-6/6.14--chandle.sv -writepp -parse -mt max -l tests/chapter-6/6.14--chandle.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:56 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.14--chandle.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.14--chandle.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.14--chandle.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.14--chandle.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.14--chandle.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-6/6.14--chandle.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.14--chandle.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.14--chandle.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.14--chandle.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.14--chandle.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.14--chandle.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.14--chandle.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.14--chandle.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.14--chandle.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.16--string.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.16--string.sv.log index 01a011d..09e7210 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.16--string.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.16--string.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:28 -COMMAND: tests/chapter-6/6.16--string.sv -writepp -parse -mt max -l tests/chapter-6/6.16--string.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:56 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16--string.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16--string.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.16--string.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16--string.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.16--string.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16--string.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.16--string.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16--string.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.16--string.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16--string.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.16--string.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16--string.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.16--string.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16--string.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.16.1--string_len.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.16.1--string_len.sv.log index 7f55797..3b2b3bc 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.16.1--string_len.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.16.1--string_len.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:28 -COMMAND: tests/chapter-6/6.16.1--string_len.sv -writepp -parse -mt max -l tests/chapter-6/6.16.1--string_len.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:56 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.1--string_len.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.1--string_len.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.16.1--string_len.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.1--string_len.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.16.1--string_len.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.1--string_len.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.16.1--string_len.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.1--string_len.sv". -[WARNI:PA0205] tests/chapter-6/6.16.1--string_len.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.1--string_len.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.16.1--string_len.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.1--string_len.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.16.1--string_len.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.1--string_len.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.16.10--string_atoreal.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.16.10--string_atoreal.sv.log index 238ea37..f1e5c25 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.16.10--string_atoreal.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.16.10--string_atoreal.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:23 -COMMAND: tests/chapter-6/6.16.10--string_atoreal.sv -writepp -parse -mt max -l tests/chapter-6/6.16.10--string_atoreal.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:56 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.10--string_atoreal.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.10--string_atoreal.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.16.10--string_atoreal.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.10--string_atoreal.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.16.10--string_atoreal.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.10--string_atoreal.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.10--string_atoreal.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.16.10--string_atoreal.sv". - -[WARNI:PA0205] tests/chapter-6/6.16.10--string_atoreal.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.10--string_atoreal.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.16.10--string_atoreal.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.10--string_atoreal.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.16.10--string_atoreal.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.10--string_atoreal.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.16.11--string_itoa.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.16.11--string_itoa.sv.log index d77f580..0ffa7cf 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.16.11--string_itoa.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.16.11--string_itoa.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:12 -COMMAND: tests/chapter-6/6.16.11--string_itoa.sv -writepp -parse -mt max -l tests/chapter-6/6.16.11--string_itoa.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:56 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.11--string_itoa.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.11--string_itoa.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.16.11--string_itoa.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.11--string_itoa.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.16.11--string_itoa.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.11--string_itoa.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.11--string_itoa.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.16.11--string_itoa.sv". - -[WARNI:PA0205] tests/chapter-6/6.16.11--string_itoa.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.11--string_itoa.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.16.11--string_itoa.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.11--string_itoa.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.16.11--string_itoa.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.11--string_itoa.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.16.12--string_hextoa.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.16.12--string_hextoa.sv.log index 239d9df..65b50b6 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.16.12--string_hextoa.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.16.12--string_hextoa.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:29 -COMMAND: tests/chapter-6/6.16.12--string_hextoa.sv -writepp -parse -mt max -l tests/chapter-6/6.16.12--string_hextoa.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:57 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.12--string_hextoa.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.12--string_hextoa.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.16.12--string_hextoa.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.12--string_hextoa.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.16.12--string_hextoa.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-6/6.16.12--string_hextoa.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.12--string_hextoa.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.16.12--string_hextoa.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.12--string_hextoa.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.12--string_hextoa.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.16.12--string_hextoa.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.12--string_hextoa.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.16.12--string_hextoa.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.12--string_hextoa.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.16.13--string_octtoa.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.16.13--string_octtoa.sv.log index 061520d..2c06ac8 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.16.13--string_octtoa.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.16.13--string_octtoa.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:17 -COMMAND: tests/chapter-6/6.16.13--string_octtoa.sv -writepp -parse -mt max -l tests/chapter-6/6.16.13--string_octtoa.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:57 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.13--string_octtoa.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.13--string_octtoa.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.16.13--string_octtoa.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.13--string_octtoa.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.16.13--string_octtoa.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.13--string_octtoa.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.16.13--string_octtoa.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.13--string_octtoa.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.16.13--string_octtoa.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.13--string_octtoa.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.16.13--string_octtoa.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.13--string_octtoa.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.16.13--string_octtoa.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.13--string_octtoa.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.16.14--string_bintoa.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.16.14--string_bintoa.sv.log index 445cd97..09f2147 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.16.14--string_bintoa.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.16.14--string_bintoa.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:29 -COMMAND: tests/chapter-6/6.16.14--string_bintoa.sv -writepp -parse -mt max -l tests/chapter-6/6.16.14--string_bintoa.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:57 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.14--string_bintoa.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.14--string_bintoa.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.16.14--string_bintoa.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.14--string_bintoa.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.16.14--string_bintoa.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.14--string_bintoa.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.16.14--string_bintoa.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.14--string_bintoa.sv". -[WARNI:PA0205] tests/chapter-6/6.16.14--string_bintoa.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.14--string_bintoa.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.16.14--string_bintoa.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.14--string_bintoa.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.16.14--string_bintoa.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.14--string_bintoa.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.16.15--string_realtoa.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.16.15--string_realtoa.sv.log index 7a5caad..de596a7 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.16.15--string_realtoa.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.16.15--string_realtoa.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:28 -COMMAND: tests/chapter-6/6.16.15--string_realtoa.sv -writepp -parse -mt max -l tests/chapter-6/6.16.15--string_realtoa.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:57 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.15--string_realtoa.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.15--string_realtoa.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.16.15--string_realtoa.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.15--string_realtoa.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.16.15--string_realtoa.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-6/6.16.15--string_realtoa.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.15--string_realtoa.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.16.15--string_realtoa.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.15--string_realtoa.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.15--string_realtoa.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.16.15--string_realtoa.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.15--string_realtoa.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.16.15--string_realtoa.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.15--string_realtoa.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.16.2--string_putc.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.16.2--string_putc.sv.log index ee101ab..30fd170 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.16.2--string_putc.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.16.2--string_putc.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:30 -COMMAND: tests/chapter-6/6.16.2--string_putc.sv -writepp -parse -mt max -l tests/chapter-6/6.16.2--string_putc.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:58 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.2--string_putc.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.2--string_putc.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.16.2--string_putc.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.2--string_putc.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.16.2--string_putc.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.2--string_putc.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.2--string_putc.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.16.2--string_putc.sv". - -[WARNI:PA0205] tests/chapter-6/6.16.2--string_putc.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.2--string_putc.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.16.2--string_putc.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.2--string_putc.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.16.2--string_putc.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.2--string_putc.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.16.3--string_getc.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.16.3--string_getc.sv.log index d6bc31d..7172fa0 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.16.3--string_getc.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.16.3--string_getc.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:22 -COMMAND: tests/chapter-6/6.16.3--string_getc.sv -writepp -parse -mt max -l tests/chapter-6/6.16.3--string_getc.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:58 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.3--string_getc.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.3--string_getc.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.16.3--string_getc.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.3--string_getc.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.16.3--string_getc.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.3--string_getc.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.16.3--string_getc.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.3--string_getc.sv". -[WARNI:PA0205] tests/chapter-6/6.16.3--string_getc.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.3--string_getc.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.16.3--string_getc.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.3--string_getc.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.16.3--string_getc.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.3--string_getc.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.16.4--string_toupper.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.16.4--string_toupper.sv.log index d6ddec6..ceac960 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.16.4--string_toupper.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.16.4--string_toupper.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:27 -COMMAND: tests/chapter-6/6.16.4--string_toupper.sv -writepp -parse -mt max -l tests/chapter-6/6.16.4--string_toupper.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:58 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.4--string_toupper.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.4--string_toupper.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.16.4--string_toupper.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.4--string_toupper.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.16.4--string_toupper.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.4--string_toupper.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.16.4--string_toupper.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.4--string_toupper.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.16.4--string_toupper.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.4--string_toupper.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.16.4--string_toupper.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.4--string_toupper.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.16.4--string_toupper.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.4--string_toupper.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.16.5--string_tolower.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.16.5--string_tolower.sv.log index 92d2b31..5183de9 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.16.5--string_tolower.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.16.5--string_tolower.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:17 -COMMAND: tests/chapter-6/6.16.5--string_tolower.sv -writepp -parse -mt max -l tests/chapter-6/6.16.5--string_tolower.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:58 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.5--string_tolower.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.5--string_tolower.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.16.5--string_tolower.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.5--string_tolower.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.16.5--string_tolower.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.5--string_tolower.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.16.5--string_tolower.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.5--string_tolower.sv". -[WARNI:PA0205] tests/chapter-6/6.16.5--string_tolower.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.5--string_tolower.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.16.5--string_tolower.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.5--string_tolower.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.16.5--string_tolower.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.5--string_tolower.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.16.6--string_compare.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.16.6--string_compare.sv.log index 4f78720..9105774 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.16.6--string_compare.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.16.6--string_compare.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:26 -COMMAND: tests/chapter-6/6.16.6--string_compare.sv -writepp -parse -mt max -l tests/chapter-6/6.16.6--string_compare.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:59 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.6--string_compare.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.6--string_compare.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.16.6--string_compare.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.6--string_compare.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.16.6--string_compare.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-6/6.16.6--string_compare.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.6--string_compare.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.16.6--string_compare.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.6--string_compare.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.6--string_compare.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.16.6--string_compare.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.6--string_compare.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.16.6--string_compare.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.6--string_compare.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.16.7--string_icompare.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.16.7--string_icompare.sv.log index 4852906..2396d09 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.16.7--string_icompare.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.16.7--string_icompare.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:16 -COMMAND: tests/chapter-6/6.16.7--string_icompare.sv -writepp -parse -mt max -l tests/chapter-6/6.16.7--string_icompare.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:59 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.7--string_icompare.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.7--string_icompare.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.16.7--string_icompare.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.7--string_icompare.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.16.7--string_icompare.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.7--string_icompare.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.16.7--string_icompare.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.7--string_icompare.sv". -[WARNI:PA0205] tests/chapter-6/6.16.7--string_icompare.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.7--string_icompare.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.16.7--string_icompare.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.7--string_icompare.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.16.7--string_icompare.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.7--string_icompare.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.16.8--string_substr.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.16.8--string_substr.sv.log index 58e6b61..6430905 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.16.8--string_substr.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.16.8--string_substr.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:26 -COMMAND: tests/chapter-6/6.16.8--string_substr.sv -writepp -parse -mt max -l tests/chapter-6/6.16.8--string_substr.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:59 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.8--string_substr.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.8--string_substr.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.16.8--string_substr.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.8--string_substr.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.16.8--string_substr.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.8--string_substr.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.16.8--string_substr.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.8--string_substr.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.16.8--string_substr.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.8--string_substr.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.16.8--string_substr.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.8--string_substr.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.16.8--string_substr.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.8--string_substr.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.16.9--string_atobin.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.16.9--string_atobin.sv.log index aa5c586..a2659a8 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.16.9--string_atobin.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.16.9--string_atobin.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:17 -COMMAND: tests/chapter-6/6.16.9--string_atobin.sv -writepp -parse -mt max -l tests/chapter-6/6.16.9--string_atobin.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:40:59 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atobin.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atobin.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.16.9--string_atobin.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atobin.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.16.9--string_atobin.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atobin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atobin.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.16.9--string_atobin.sv". - -[WARNI:PA0205] tests/chapter-6/6.16.9--string_atobin.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atobin.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.16.9--string_atobin.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atobin.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.16.9--string_atobin.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atobin.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.16.9--string_atohex.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.16.9--string_atohex.sv.log index 272e961..e282417 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.16.9--string_atohex.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.16.9--string_atohex.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:19 -COMMAND: tests/chapter-6/6.16.9--string_atohex.sv -writepp -parse -mt max -l tests/chapter-6/6.16.9--string_atohex.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:00 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atohex.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atohex.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.16.9--string_atohex.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atohex.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.16.9--string_atohex.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atohex.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.16.9--string_atohex.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atohex.sv". -[WARNI:PA0205] tests/chapter-6/6.16.9--string_atohex.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atohex.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.16.9--string_atohex.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atohex.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.16.9--string_atohex.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atohex.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.16.9--string_atoi.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.16.9--string_atoi.sv.log index 6e08edb..8a179a9 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.16.9--string_atoi.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.16.9--string_atoi.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:16 -COMMAND: tests/chapter-6/6.16.9--string_atoi.sv -writepp -parse -mt max -l tests/chapter-6/6.16.9--string_atoi.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:00 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atoi.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atoi.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.16.9--string_atoi.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atoi.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.16.9--string_atoi.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atoi.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.16.9--string_atoi.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atoi.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.16.9--string_atoi.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atoi.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.16.9--string_atoi.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atoi.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.16.9--string_atoi.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atoi.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.16.9--string_atooct.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.16.9--string_atooct.sv.log index c3a6098..7db97d1 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.16.9--string_atooct.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.16.9--string_atooct.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:24 -COMMAND: tests/chapter-6/6.16.9--string_atooct.sv -writepp -parse -mt max -l tests/chapter-6/6.16.9--string_atooct.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:00 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atooct.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atooct.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.16.9--string_atooct.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atooct.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.16.9--string_atooct.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atooct.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.16.9--string_atooct.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atooct.sv". -[WARNI:PA0205] tests/chapter-6/6.16.9--string_atooct.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atooct.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.16.9--string_atooct.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atooct.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.16.9--string_atooct.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.16.9--string_atooct.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.17--event.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.17--event.sv.log index b5a227e..75cee46 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.17--event.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.17--event.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:26 -COMMAND: tests/chapter-6/6.17--event.sv -writepp -parse -mt max -l tests/chapter-6/6.17--event.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:00 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.17--event.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.17--event.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.17--event.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.17--event.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.17--event.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.17--event.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.17--event.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.17--event.sv". - -[WARNI:PA0205] tests/chapter-6/6.17--event.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.17--event.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.17--event.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.17--event.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.17--event.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.17--event.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.18--typedef.sv b/SVIncCompil/Testcases/Google/chapter-6/6.18--typedef.sv index baea480..d3f5812 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.18--typedef.sv +++ b/SVIncCompil/Testcases/Google/chapter-6/6.18--typedef.sv
@@ -5,7 +5,7 @@ :tags: 6.18 */ module top(); - typedef wire wire_t; + typedef logic logic_t; - wire_t a; + logic_t a; endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.18--typedef.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.18--typedef.sv.log index 38ad8a8..5e5288f 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.18--typedef.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.18--typedef.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:25 -COMMAND: tests/chapter-6/6.18--typedef.sv -writepp -parse -mt max -l tests/chapter-6/6.18--typedef.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:00 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.18--typedef.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.18--typedef.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.18--typedef.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.18--typedef.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.18--typedef.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.18--typedef.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.18--typedef.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.18--typedef.sv". -[WARNI:PA0205] tests/chapter-6/6.18--typedef.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.18--typedef.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.18--typedef.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.18--typedef.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[ERROR:CP0317] tests/chapter-6/6.18--typedef.sv, line 10: Undefined type "wire_t". +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.18--typedef.sv, line 10: Undefined type "wire_t". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.18--typedef.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.18--typedef.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_anon.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_anon.sv.log index eee2725..c3bcc36 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_anon.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_anon.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:22 -COMMAND: tests/chapter-6/6.19--enum_anon.sv -writepp -parse -mt max -l tests/chapter-6/6.19--enum_anon.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:01 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_anon.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_anon.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.19--enum_anon.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_anon.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.19--enum_anon.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_anon.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.19--enum_anon.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_anon.sv". -[WARNI:PA0205] tests/chapter-6/6.19--enum_anon.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_anon.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.19--enum_anon.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_anon.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.19--enum_anon.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_anon.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_xx.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_xx.sv.log index 865ae6a..49180bf 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_xx.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_xx.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:13 -COMMAND: tests/chapter-6/6.19--enum_xx.sv -writepp -parse -mt max -l tests/chapter-6/6.19--enum_xx.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:01 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.19--enum_xx.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.19--enum_xx.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.19--enum_xx.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx.sv". -[WARNI:PA0205] tests/chapter-6/6.19--enum_xx.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.19--enum_xx.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.19--enum_xx.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_xx_inv.sv b/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_xx_inv.sv index 03e9f22..9977e74 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_xx_inv.sv +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_xx_inv.sv
@@ -3,6 +3,7 @@ :description: invalid enum with x tests :should_fail: 1 :tags: 6.19 +:type: simulation */ module top(); enum bit [1:0] {a=0, b=2'bxx, c=1} val;
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_xx_inv.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_xx_inv.sv.log index af9734d..2d9500b 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_xx_inv.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_xx_inv.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:30 -COMMAND: tests/chapter-6/6.19--enum_xx_inv.sv -writepp -parse -mt max -l tests/chapter-6/6.19--enum_xx_inv.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:01 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx_inv.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx_inv.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.19--enum_xx_inv.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx_inv.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.19--enum_xx_inv.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx_inv.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.19--enum_xx_inv.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx_inv.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.19--enum_xx_inv.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx_inv.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.19--enum_xx_inv.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx_inv.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.19--enum_xx_inv.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx_inv.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_xx_inv_order.sv b/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_xx_inv_order.sv index cc84242..bda40b3 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_xx_inv_order.sv +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_xx_inv_order.sv
@@ -3,6 +3,7 @@ :description: unassigned name following enum with x tests :should_fail: 1 :tags: 6.19 +:type: simulation */ module top(); enum integer {a=0, b={32{1'bx}}, c} val;
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_xx_inv_order.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_xx_inv_order.sv.log index 8eb3701..08d9f1c 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_xx_inv_order.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19--enum_xx_inv_order.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:28 -COMMAND: tests/chapter-6/6.19--enum_xx_inv_order.sv -writepp -parse -mt max -l tests/chapter-6/6.19--enum_xx_inv_order.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:01 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx_inv_order.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx_inv_order.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.19--enum_xx_inv_order.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx_inv_order.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.19--enum_xx_inv_order.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx_inv_order.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.19--enum_xx_inv_order.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx_inv_order.sv". -[WARNI:PA0205] tests/chapter-6/6.19--enum_xx_inv_order.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx_inv_order.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.19--enum_xx_inv_order.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx_inv_order.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.19--enum_xx_inv_order.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19--enum_xx_inv_order.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19.1--enum_typedef.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.19.1--enum_typedef.sv.log index f973793..209f004 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19.1--enum_typedef.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19.1--enum_typedef.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:21 -COMMAND: tests/chapter-6/6.19.1--enum_typedef.sv -writepp -parse -mt max -l tests/chapter-6/6.19.1--enum_typedef.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:01 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.1--enum_typedef.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.1--enum_typedef.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.19.1--enum_typedef.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.1--enum_typedef.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.19.1--enum_typedef.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.1--enum_typedef.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.19.1--enum_typedef.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.1--enum_typedef.sv". -[WARNI:PA0205] tests/chapter-6/6.19.1--enum_typedef.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.1--enum_typedef.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.19.1--enum_typedef.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.1--enum_typedef.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.19.1--enum_typedef.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.1--enum_typedef.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19.2--enum_sequence.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.19.2--enum_sequence.sv.log index 8b1a76b..9a9bb7a 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19.2--enum_sequence.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19.2--enum_sequence.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:31 -COMMAND: tests/chapter-6/6.19.2--enum_sequence.sv -writepp -parse -mt max -l tests/chapter-6/6.19.2--enum_sequence.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:02 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.2--enum_sequence.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.2--enum_sequence.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.19.2--enum_sequence.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.2--enum_sequence.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.19.2--enum_sequence.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.2--enum_sequence.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.19.2--enum_sequence.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.2--enum_sequence.sv". -[WARNI:PA0205] tests/chapter-6/6.19.2--enum_sequence.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.2--enum_sequence.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.19.2--enum_sequence.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.2--enum_sequence.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.19.2--enum_sequence.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.2--enum_sequence.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19.2--enum_sequence_range.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.19.2--enum_sequence_range.sv.log index 6db1414..feacd7f 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19.2--enum_sequence_range.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19.2--enum_sequence_range.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:18 -COMMAND: tests/chapter-6/6.19.2--enum_sequence_range.sv -writepp -parse -mt max -l tests/chapter-6/6.19.2--enum_sequence_range.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:02 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.2--enum_sequence_range.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.2--enum_sequence_range.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.19.2--enum_sequence_range.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.2--enum_sequence_range.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.19.2--enum_sequence_range.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.2--enum_sequence_range.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.19.2--enum_sequence_range.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.2--enum_sequence_range.sv". -[WARNI:PA0205] tests/chapter-6/6.19.2--enum_sequence_range.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.2--enum_sequence_range.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.19.2--enum_sequence_range.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.2--enum_sequence_range.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.19.2--enum_sequence_range.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.2--enum_sequence_range.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19.3--enum_type_checking.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.19.3--enum_type_checking.sv.log index 3171c10..67d9021 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19.3--enum_type_checking.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19.3--enum_type_checking.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:30 -COMMAND: tests/chapter-6/6.19.3--enum_type_checking.sv -writepp -parse -mt max -l tests/chapter-6/6.19.3--enum_type_checking.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:02 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.3--enum_type_checking.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.3--enum_type_checking.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.19.3--enum_type_checking.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.3--enum_type_checking.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.19.3--enum_type_checking.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.3--enum_type_checking.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.19.3--enum_type_checking.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.3--enum_type_checking.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.19.3--enum_type_checking.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.3--enum_type_checking.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.19.3--enum_type_checking.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.3--enum_type_checking.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.19.3--enum_type_checking.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.3--enum_type_checking.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19.3--enum_type_checking_inv.sv b/SVIncCompil/Testcases/Google/chapter-6/6.19.3--enum_type_checking_inv.sv index eab1322..6cfccd7 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19.3--enum_type_checking_inv.sv +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19.3--enum_type_checking_inv.sv
@@ -3,6 +3,7 @@ :description: invalid enum assignment tests :should_fail: 1 :tags: 6.19.3 +:type: simulation */ module top(); typedef enum {a, b, c, d} e;
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19.3--enum_type_checking_inv.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.19.3--enum_type_checking_inv.sv.log index 640d26f..4e1d0f2 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19.3--enum_type_checking_inv.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19.3--enum_type_checking_inv.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:20 -COMMAND: tests/chapter-6/6.19.3--enum_type_checking_inv.sv -writepp -parse -mt max -l tests/chapter-6/6.19.3--enum_type_checking_inv.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:02 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.3--enum_type_checking_inv.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.3--enum_type_checking_inv.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.19.3--enum_type_checking_inv.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.3--enum_type_checking_inv.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.19.3--enum_type_checking_inv.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.3--enum_type_checking_inv.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.19.3--enum_type_checking_inv.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.3--enum_type_checking_inv.sv". -[WARNI:PA0205] tests/chapter-6/6.19.3--enum_type_checking_inv.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.3--enum_type_checking_inv.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.19.3--enum_type_checking_inv.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.3--enum_type_checking_inv.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.19.3--enum_type_checking_inv.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.3--enum_type_checking_inv.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19.4--enum_numerical_expr.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.19.4--enum_numerical_expr.sv.log index 52a45f5..ff2f6c1 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19.4--enum_numerical_expr.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19.4--enum_numerical_expr.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:24 -COMMAND: tests/chapter-6/6.19.4--enum_numerical_expr.sv -writepp -parse -mt max -l tests/chapter-6/6.19.4--enum_numerical_expr.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:02 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.19.4--enum_numerical_expr.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.19.4--enum_numerical_expr.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.19.4--enum_numerical_expr.sv". - -[WARNI:PA0205] tests/chapter-6/6.19.4--enum_numerical_expr.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.19.4--enum_numerical_expr.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.19.4--enum_numerical_expr.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19.4--enum_numerical_expr_cast.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.19.4--enum_numerical_expr_cast.sv.log index 75e1d28..2238d30 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19.4--enum_numerical_expr_cast.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19.4--enum_numerical_expr_cast.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:13 -COMMAND: tests/chapter-6/6.19.4--enum_numerical_expr_cast.sv -writepp -parse -mt max -l tests/chapter-6/6.19.4--enum_numerical_expr_cast.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:02 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr_cast.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr_cast.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.19.4--enum_numerical_expr_cast.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr_cast.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.19.4--enum_numerical_expr_cast.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr_cast.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr_cast.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.19.4--enum_numerical_expr_cast.sv". - -[WARNI:PA0205] tests/chapter-6/6.19.4--enum_numerical_expr_cast.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr_cast.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.19.4--enum_numerical_expr_cast.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr_cast.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.19.4--enum_numerical_expr_cast.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr_cast.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv b/SVIncCompil/Testcases/Google/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv index 4ad597b..55b1f84 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv
@@ -3,6 +3,7 @@ :description: enum numerical expression without casting :should_fail: 1 :tags: 6.19.4 +:type: simulation */ module top(); typedef enum {a, b, c, d} e;
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv.log index 8c872de..72f4512 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:31 -COMMAND: tests/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv -writepp -parse -mt max -l tests/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:03 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv". - -[WARNI:PA0205] tests/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.4--enum_numerical_expr_no_cast.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19.5.1--enum_first.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.19.5.1--enum_first.sv.log index 8e41dc0..48d79eb 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19.5.1--enum_first.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19.5.1--enum_first.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:12 -COMMAND: tests/chapter-6/6.19.5.1--enum_first.sv -writepp -parse -mt max -l tests/chapter-6/6.19.5.1--enum_first.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:03 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.1--enum_first.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.1--enum_first.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.19.5.1--enum_first.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.1--enum_first.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.19.5.1--enum_first.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.1--enum_first.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.19.5.1--enum_first.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.1--enum_first.sv". -[WARNI:PA0205] tests/chapter-6/6.19.5.1--enum_first.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.1--enum_first.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.19.5.1--enum_first.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.1--enum_first.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.19.5.1--enum_first.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.1--enum_first.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19.5.2--enum_last.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.19.5.2--enum_last.sv.log index a954c27..4ffc76e 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19.5.2--enum_last.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19.5.2--enum_last.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:20 -COMMAND: tests/chapter-6/6.19.5.2--enum_last.sv -writepp -parse -mt max -l tests/chapter-6/6.19.5.2--enum_last.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:03 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.2--enum_last.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.2--enum_last.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.19.5.2--enum_last.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.2--enum_last.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.19.5.2--enum_last.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.2--enum_last.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.19.5.2--enum_last.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.2--enum_last.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.19.5.2--enum_last.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.2--enum_last.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.19.5.2--enum_last.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.2--enum_last.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.19.5.2--enum_last.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.2--enum_last.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19.5.3--enum_next.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.19.5.3--enum_next.sv.log index 2caed42..c5f2294 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19.5.3--enum_next.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19.5.3--enum_next.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:24 -COMMAND: tests/chapter-6/6.19.5.3--enum_next.sv -writepp -parse -mt max -l tests/chapter-6/6.19.5.3--enum_next.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:03 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.3--enum_next.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.3--enum_next.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.19.5.3--enum_next.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.3--enum_next.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.19.5.3--enum_next.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.3--enum_next.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.3--enum_next.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.19.5.3--enum_next.sv". - -[WARNI:PA0205] tests/chapter-6/6.19.5.3--enum_next.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.3--enum_next.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.19.5.3--enum_next.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.3--enum_next.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.19.5.3--enum_next.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.3--enum_next.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19.5.4--enum_prev.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.19.5.4--enum_prev.sv.log index 842a597..7121cd5 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19.5.4--enum_prev.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19.5.4--enum_prev.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:12 -COMMAND: tests/chapter-6/6.19.5.4--enum_prev.sv -writepp -parse -mt max -l tests/chapter-6/6.19.5.4--enum_prev.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:04 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.4--enum_prev.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.4--enum_prev.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.19.5.4--enum_prev.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.4--enum_prev.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.19.5.4--enum_prev.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.4--enum_prev.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.4--enum_prev.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.19.5.4--enum_prev.sv". - -[WARNI:PA0205] tests/chapter-6/6.19.5.4--enum_prev.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.4--enum_prev.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.19.5.4--enum_prev.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.4--enum_prev.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.19.5.4--enum_prev.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.4--enum_prev.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19.5.5--enum_num.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.19.5.5--enum_num.sv.log index d3c62c4..014aca3 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19.5.5--enum_num.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19.5.5--enum_num.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:26 -COMMAND: tests/chapter-6/6.19.5.5--enum_num.sv -writepp -parse -mt max -l tests/chapter-6/6.19.5.5--enum_num.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:04 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.5--enum_num.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.5--enum_num.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.19.5.5--enum_num.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.5--enum_num.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.19.5.5--enum_num.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.5--enum_num.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.5--enum_num.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.19.5.5--enum_num.sv". - -[WARNI:PA0205] tests/chapter-6/6.19.5.5--enum_num.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.5--enum_num.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.19.5.5--enum_num.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.5--enum_num.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.19.5.5--enum_num.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.5--enum_num.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.19.5.6--enum_name.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.19.5.6--enum_name.sv.log index 864b2f5..2326bbc 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.19.5.6--enum_name.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.19.5.6--enum_name.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:14 -COMMAND: tests/chapter-6/6.19.5.6--enum_name.sv -writepp -parse -mt max -l tests/chapter-6/6.19.5.6--enum_name.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:04 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.6--enum_name.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.6--enum_name.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.19.5.6--enum_name.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.6--enum_name.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.19.5.6--enum_name.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.6--enum_name.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.19.5.6--enum_name.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.6--enum_name.sv". -[WARNI:PA0205] tests/chapter-6/6.19.5.6--enum_name.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.6--enum_name.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.19.5.6--enum_name.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.6--enum_name.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.19.5.6--enum_name.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.19.5.6--enum_name.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter.sv.log index 5196cd1..d61a14b 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:15 -COMMAND: tests/chapter-6/6.20.2--parameter.sv -writepp -parse -mt max -l tests/chapter-6/6.20.2--parameter.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:05 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.20.2--parameter.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.20.2--parameter.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.20.2--parameter.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.20.2--parameter.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.20.2--parameter.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.20.2--parameter.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter_aggregate.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter_aggregate.sv.log index ed3d972..70ea84a 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter_aggregate.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter_aggregate.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:23 -COMMAND: tests/chapter-6/6.20.2--parameter_aggregate.sv -writepp -parse -mt max -l tests/chapter-6/6.20.2--parameter_aggregate.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:05 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_aggregate.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_aggregate.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.20.2--parameter_aggregate.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_aggregate.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.20.2--parameter_aggregate.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_aggregate.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.20.2--parameter_aggregate.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_aggregate.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.20.2--parameter_aggregate.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_aggregate.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.20.2--parameter_aggregate.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_aggregate.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.20.2--parameter_aggregate.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_aggregate.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter_dep.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter_dep.sv.log index e820360..24afea0 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter_dep.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter_dep.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:21 -COMMAND: tests/chapter-6/6.20.2--parameter_dep.sv -writepp -parse -mt max -l tests/chapter-6/6.20.2--parameter_dep.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:05 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_dep.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_dep.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.20.2--parameter_dep.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_dep.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.20.2--parameter_dep.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_dep.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.20.2--parameter_dep.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_dep.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.20.2--parameter_dep.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_dep.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.20.2--parameter_dep.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_dep.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.20.2--parameter_dep.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_dep.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter_port_list.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter_port_list.sv.log index 870c238..bc2dd76 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter_port_list.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter_port_list.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:17 -COMMAND: tests/chapter-6/6.20.2--parameter_port_list.sv -writepp -parse -mt max -l tests/chapter-6/6.20.2--parameter_port_list.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:05 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_port_list.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_port_list.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.20.2--parameter_port_list.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_port_list.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.20.2--parameter_port_list.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_port_list.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.20.2--parameter_port_list.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_port_list.sv". -[WARNI:PA0205] tests/chapter-6/6.20.2--parameter_port_list.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_port_list.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.20.2--parameter_port_list.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_port_list.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.20.2--parameter_port_list.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_port_list.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter_range.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter_range.sv.log index f51a824..120ae46 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter_range.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter_range.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:17 -COMMAND: tests/chapter-6/6.20.2--parameter_range.sv -writepp -parse -mt max -l tests/chapter-6/6.20.2--parameter_range.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:05 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_range.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_range.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.20.2--parameter_range.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_range.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.20.2--parameter_range.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_range.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.20.2--parameter_range.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_range.sv". -[WARNI:PA0205] tests/chapter-6/6.20.2--parameter_range.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_range.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.20.2--parameter_range.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_range.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.20.2--parameter_range.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_range.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter_real.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter_real.sv.log index d6080f0..d9ec691 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter_real.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.20.2--parameter_real.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:16 -COMMAND: tests/chapter-6/6.20.2--parameter_real.sv -writepp -parse -mt max -l tests/chapter-6/6.20.2--parameter_real.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:05 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_real.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_real.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.20.2--parameter_real.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_real.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.20.2--parameter_real.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_real.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_real.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.20.2--parameter_real.sv". - -[WARNI:PA0205] tests/chapter-6/6.20.2--parameter_real.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_real.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.20.2--parameter_real.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_real.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.20.2--parameter_real.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2--parameter_real.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.20.2.1--parameter_unbounded.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.20.2.1--parameter_unbounded.sv.log index 40d22b6..d43dd50 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.20.2.1--parameter_unbounded.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.20.2.1--parameter_unbounded.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:21 -COMMAND: tests/chapter-6/6.20.2.1--parameter_unbounded.sv -writepp -parse -mt max -l tests/chapter-6/6.20.2.1--parameter_unbounded.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:06 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2.1--parameter_unbounded.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2.1--parameter_unbounded.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.20.2.1--parameter_unbounded.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2.1--parameter_unbounded.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.20.2.1--parameter_unbounded.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-6/6.20.2.1--parameter_unbounded.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2.1--parameter_unbounded.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.20.2.1--parameter_unbounded.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2.1--parameter_unbounded.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2.1--parameter_unbounded.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.20.2.1--parameter_unbounded.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2.1--parameter_unbounded.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.20.2.1--parameter_unbounded.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.2.1--parameter_unbounded.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.20.3--parameter_type.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.20.3--parameter_type.sv.log index 752ee8e..dddaec7 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.20.3--parameter_type.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.20.3--parameter_type.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:13 -COMMAND: tests/chapter-6/6.20.3--parameter_type.sv -writepp -parse -mt max -l tests/chapter-6/6.20.3--parameter_type.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:06 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.3--parameter_type.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.3--parameter_type.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.20.3--parameter_type.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.3--parameter_type.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.20.3--parameter_type.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-6/6.20.3--parameter_type.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.3--parameter_type.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.20.3--parameter_type.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.3--parameter_type.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.3--parameter_type.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.20.3--parameter_type.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.3--parameter_type.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.20.3--parameter_type.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.3--parameter_type.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.20.4--localparam.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.20.4--localparam.sv.log index cc6296f..43a8d49 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.20.4--localparam.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.20.4--localparam.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:29 -COMMAND: tests/chapter-6/6.20.4--localparam.sv -writepp -parse -mt max -l tests/chapter-6/6.20.4--localparam.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:06 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.4--localparam.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.4--localparam.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.20.4--localparam.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.4--localparam.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.20.4--localparam.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.4--localparam.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.20.4--localparam.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.4--localparam.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.20.4--localparam.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.4--localparam.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.20.4--localparam.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.4--localparam.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.20.4--localparam.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.4--localparam.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.20.5--specparam.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.20.5--specparam.sv.log index f0158c6..6a7750f 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.20.5--specparam.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.20.5--specparam.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:22 -COMMAND: tests/chapter-6/6.20.5--specparam.sv -writepp -parse -mt max -l tests/chapter-6/6.20.5--specparam.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:06 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.5--specparam.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.5--specparam.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.20.5--specparam.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.5--specparam.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.20.5--specparam.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-6/6.20.5--specparam.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.5--specparam.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.20.5--specparam.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.5--specparam.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.5--specparam.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.20.5--specparam.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.5--specparam.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.20.5--specparam.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.5--specparam.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.20.5--specparam_inv.sv b/SVIncCompil/Testcases/Google/chapter-6/6.20.5--specparam_inv.sv index d902c0c..ae6df35 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.20.5--specparam_inv.sv +++ b/SVIncCompil/Testcases/Google/chapter-6/6.20.5--specparam_inv.sv
@@ -3,6 +3,7 @@ :description: specparam assignment to param should be invalid :should_fail: 1 :tags: 6.20.5 +:type: simulation */ module top(); specparam delay = 50;
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.20.5--specparam_inv.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.20.5--specparam_inv.sv.log index ace0a3c..203dc9f 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.20.5--specparam_inv.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.20.5--specparam_inv.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:19 -COMMAND: tests/chapter-6/6.20.5--specparam_inv.sv -writepp -parse -mt max -l tests/chapter-6/6.20.5--specparam_inv.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:07 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.5--specparam_inv.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.5--specparam_inv.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.20.5--specparam_inv.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.5--specparam_inv.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.20.5--specparam_inv.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.5--specparam_inv.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.5--specparam_inv.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.20.5--specparam_inv.sv". - -[WARNI:PA0205] tests/chapter-6/6.20.5--specparam_inv.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.5--specparam_inv.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.20.5--specparam_inv.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.5--specparam_inv.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". @@ -36,9 +36,9 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.20.5--specparam_inv.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.5--specparam_inv.sv, line 7: Top level module "work@top". -[ERROR:EL0514] tests/chapter-6/6.20.5--specparam_inv.sv, line 9: Undefined variable: delay. +[ERROR:EL0514] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.5--specparam_inv.sv, line 9: Undefined variable: delay. [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.20.6--const.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.20.6--const.sv.log index 49566a8..10b6ad8 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.20.6--const.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.20.6--const.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:18 -COMMAND: tests/chapter-6/6.20.6--const.sv -writepp -parse -mt max -l tests/chapter-6/6.20.6--const.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:07 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.6--const.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.6--const.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.20.6--const.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.6--const.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.20.6--const.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.6--const.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.20.6--const.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.6--const.sv". -[WARNI:PA0205] tests/chapter-6/6.20.6--const.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.6--const.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.20.6--const.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.6--const.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] tests/chapter-6/6.20.6--const.sv, line 8: Compile class "work@top::test_cls". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.6--const.sv, line 8: Compile class "work@top::test_cls". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.20.6--const.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.20.6--const.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.23--type_op.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.23--type_op.sv.log index ac9f4e1..757f22d 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.23--type_op.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.23--type_op.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:19 -COMMAND: tests/chapter-6/6.23--type_op.sv -writepp -parse -mt max -l tests/chapter-6/6.23--type_op.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:07 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.23--type_op.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.23--type_op.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.23--type_op.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.23--type_op.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.23--type_op.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.23--type_op.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.23--type_op.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.23--type_op.sv". - -[WARNI:PA0205] tests/chapter-6/6.23--type_op.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.23--type_op.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.23--type_op.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.23--type_op.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.23--type_op.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.23--type_op.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.24.1--cast_op.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.24.1--cast_op.sv.log index 17dda15..7f01194 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.24.1--cast_op.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.24.1--cast_op.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:30 -COMMAND: tests/chapter-6/6.24.1--cast_op.sv -writepp -parse -mt max -l tests/chapter-6/6.24.1--cast_op.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:07 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.1--cast_op.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.1--cast_op.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.24.1--cast_op.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.1--cast_op.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.24.1--cast_op.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.1--cast_op.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.24.1--cast_op.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.1--cast_op.sv". -[WARNI:PA0205] tests/chapter-6/6.24.1--cast_op.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.1--cast_op.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.24.1--cast_op.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.1--cast_op.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.24.1--cast_op.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.1--cast_op.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.24.2--cast_fn.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.24.2--cast_fn.sv.log index c2dc10b..92d7aaf 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.24.2--cast_fn.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.24.2--cast_fn.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:15 -COMMAND: tests/chapter-6/6.24.2--cast_fn.sv -writepp -parse -mt max -l tests/chapter-6/6.24.2--cast_fn.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:08 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.2--cast_fn.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.2--cast_fn.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.24.2--cast_fn.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.2--cast_fn.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.24.2--cast_fn.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.2--cast_fn.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.24.2--cast_fn.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.2--cast_fn.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.24.2--cast_fn.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.2--cast_fn.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.24.2--cast_fn.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.2--cast_fn.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.24.2--cast_fn.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.2--cast_fn.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.24.2--cast_task.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.24.2--cast_task.sv.log index 7a0b7bc..b8612a1 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.24.2--cast_task.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.24.2--cast_task.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:25 -COMMAND: tests/chapter-6/6.24.2--cast_task.sv -writepp -parse -mt max -l tests/chapter-6/6.24.2--cast_task.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:08 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.2--cast_task.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.2--cast_task.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.24.2--cast_task.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.2--cast_task.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.24.2--cast_task.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.2--cast_task.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.2--cast_task.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.24.2--cast_task.sv". - -[WARNI:PA0205] tests/chapter-6/6.24.2--cast_task.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.2--cast_task.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.24.2--cast_task.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.2--cast_task.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.24.2--cast_task.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.2--cast_task.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.24.3--bitstream_cast.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.24.3--bitstream_cast.sv.log index afa13fb..de07bff 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.24.3--bitstream_cast.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.24.3--bitstream_cast.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:23 -COMMAND: tests/chapter-6/6.24.3--bitstream_cast.sv -writepp -parse -mt max -l tests/chapter-6/6.24.3--bitstream_cast.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:08 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.3--bitstream_cast.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.3--bitstream_cast.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.24.3--bitstream_cast.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.3--bitstream_cast.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.24.3--bitstream_cast.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.3--bitstream_cast.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.24.3--bitstream_cast.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.3--bitstream_cast.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.24.3--bitstream_cast.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.3--bitstream_cast.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.24.3--bitstream_cast.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.3--bitstream_cast.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.24.3--bitstream_cast.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.24.3--bitstream_cast.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_assignment.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_assignment.sv.log index 7dc7a38..cacc74a 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_assignment.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_assignment.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:13 -COMMAND: tests/chapter-6/6.5--variable_assignment.sv -writepp -parse -mt max -l tests/chapter-6/6.5--variable_assignment.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:08 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_assignment.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_assignment.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.5--variable_assignment.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_assignment.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.5--variable_assignment.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_assignment.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.5--variable_assignment.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_assignment.sv". -[WARNI:PA0205] tests/chapter-6/6.5--variable_assignment.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_assignment.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.5--variable_assignment.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_assignment.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.5--variable_assignment.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_assignment.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_mixed_assignments.sv b/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_mixed_assignments.sv index 77398cb..bf562b6 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_mixed_assignments.sv +++ b/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_mixed_assignments.sv
@@ -3,6 +3,7 @@ :description: Variable mixed assignments tests :should_fail: 1 :tags: 6.5 +:type: simulation */ module top(); wire clk = 0;
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_mixed_assignments.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_mixed_assignments.sv.log index 64e03b5..b3e4ce0 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_mixed_assignments.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_mixed_assignments.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:14 -COMMAND: tests/chapter-6/6.5--variable_mixed_assignments.sv -writepp -parse -mt max -l tests/chapter-6/6.5--variable_mixed_assignments.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:09 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_mixed_assignments.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_mixed_assignments.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.5--variable_mixed_assignments.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_mixed_assignments.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.5--variable_mixed_assignments.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_mixed_assignments.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_mixed_assignments.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.5--variable_mixed_assignments.sv". - -[WARNI:PA0205] tests/chapter-6/6.5--variable_mixed_assignments.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_mixed_assignments.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.5--variable_mixed_assignments.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_mixed_assignments.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.5--variable_mixed_assignments.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_mixed_assignments.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_multiple_assignments.sv b/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_multiple_assignments.sv index 3b71d44..2ceb11a 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_multiple_assignments.sv +++ b/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_multiple_assignments.sv
@@ -3,6 +3,7 @@ :description: Variable multiple assignments tests :should_fail: 1 :tags: 6.5 +:type: simulation */ module top(); int v;
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_multiple_assignments.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_multiple_assignments.sv.log index 36881f6..a08a475 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_multiple_assignments.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_multiple_assignments.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:18 -COMMAND: tests/chapter-6/6.5--variable_multiple_assignments.sv -writepp -parse -mt max -l tests/chapter-6/6.5--variable_multiple_assignments.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:09 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_multiple_assignments.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_multiple_assignments.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.5--variable_multiple_assignments.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_multiple_assignments.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.5--variable_multiple_assignments.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_multiple_assignments.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.5--variable_multiple_assignments.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_multiple_assignments.sv". -[WARNI:PA0205] tests/chapter-6/6.5--variable_multiple_assignments.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_multiple_assignments.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.5--variable_multiple_assignments.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_multiple_assignments.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.5--variable_multiple_assignments.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_multiple_assignments.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_redeclare.sv b/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_redeclare.sv index c50029a..7d821fc 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_redeclare.sv +++ b/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_redeclare.sv
@@ -3,6 +3,7 @@ :description: Variable redeclaration tests :should_fail: 1 :tags: 6.5 +:type: simulation */ module top(); reg v;
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_redeclare.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_redeclare.sv.log index 9f71c3d..41f7d81 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_redeclare.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.5--variable_redeclare.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:22 -COMMAND: tests/chapter-6/6.5--variable_redeclare.sv -writepp -parse -mt max -l tests/chapter-6/6.5--variable_redeclare.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:09 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_redeclare.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_redeclare.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.5--variable_redeclare.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_redeclare.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.5--variable_redeclare.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_redeclare.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_redeclare.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.5--variable_redeclare.sv". - -[WARNI:PA0205] tests/chapter-6/6.5--variable_redeclare.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_redeclare.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.5--variable_redeclare.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_redeclare.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.5--variable_redeclare.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.5--variable_redeclare.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.6.7--nettype.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.6.7--nettype.sv.log index 76bc5db..28e5159 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.6.7--nettype.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.6.7--nettype.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:15 -COMMAND: tests/chapter-6/6.6.7--nettype.sv -writepp -parse -mt max -l tests/chapter-6/6.6.7--nettype.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:09 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.7--nettype.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.7--nettype.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.6.7--nettype.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.7--nettype.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.6.7--nettype.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.7--nettype.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.7--nettype.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.6.7--nettype.sv". - -[WARNI:PA0205] tests/chapter-6/6.6.7--nettype.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.7--nettype.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.6.7--nettype.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.7--nettype.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.6.7--nettype.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.7--nettype.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.6.7--nettype_resolution_fn.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.6.7--nettype_resolution_fn.sv.log index 7cc7a97..605b6af 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.6.7--nettype_resolution_fn.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.6.7--nettype_resolution_fn.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:27 -COMMAND: tests/chapter-6/6.6.7--nettype_resolution_fn.sv -writepp -parse -mt max -l tests/chapter-6/6.6.7--nettype_resolution_fn.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:10 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.7--nettype_resolution_fn.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.7--nettype_resolution_fn.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.6.7--nettype_resolution_fn.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.7--nettype_resolution_fn.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.6.7--nettype_resolution_fn.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-6/6.6.7--nettype_resolution_fn.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.7--nettype_resolution_fn.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.6.7--nettype_resolution_fn.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.7--nettype_resolution_fn.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.7--nettype_resolution_fn.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.6.7--nettype_resolution_fn.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.7--nettype_resolution_fn.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.6.7--nettype_resolution_fn.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.7--nettype_resolution_fn.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.6.8--interconnect.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.6.8--interconnect.sv.log index d17a514..2e379d9 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.6.8--interconnect.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.6.8--interconnect.sv.log
@@ -6,49 +6,49 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:27 -COMMAND: tests/chapter-6/6.6.8--interconnect.sv -writepp -parse -mt max -l tests/chapter-6/6.6.8--interconnect.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:10 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.8--interconnect.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.8--interconnect.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.6.8--interconnect.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.8--interconnect.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.6.8--interconnect.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.8--interconnect.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.6.8--interconnect.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.8--interconnect.sv". -[WARNI:PA0205] tests/chapter-6/6.6.8--interconnect.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.8--interconnect.sv, line 7: No timescale set for "top". -[WARNI:PA0205] tests/chapter-6/6.6.8--interconnect.sv, line 14: No timescale set for "mod_i". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.8--interconnect.sv, line 14: No timescale set for "mod_i". -[WARNI:PA0205] tests/chapter-6/6.6.8--interconnect.sv, line 18: No timescale set for "mod_o". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.8--interconnect.sv, line 18: No timescale set for "mod_o". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.6.8--interconnect.sv, line 14: Compile module "work@mod_i". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.8--interconnect.sv, line 14: Compile module "work@mod_i". -[INFO :CP0303] tests/chapter-6/6.6.8--interconnect.sv, line 18: Compile module "work@mod_o". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.8--interconnect.sv, line 18: Compile module "work@mod_o". -[INFO :CP0303] tests/chapter-6/6.6.8--interconnect.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.8--interconnect.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[NOTE :CP0309] tests/chapter-6/6.6.8--interconnect.sv, line 14: Implicit port type (wire) for "in". +[NOTE :CP0309] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.8--interconnect.sv, line 14: Implicit port type (wire) for "in". -[NOTE :CP0309] tests/chapter-6/6.6.8--interconnect.sv, line 18: Implicit port type (wire) for "out". +[NOTE :CP0309] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.8--interconnect.sv, line 18: Implicit port type (wire) for "out". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.6.8--interconnect.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.6.8--interconnect.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.9.1--logic_vector.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.9.1--logic_vector.sv.log index d571117..f2b9ae5 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.9.1--logic_vector.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.9.1--logic_vector.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:18 -COMMAND: tests/chapter-6/6.9.1--logic_vector.sv -writepp -parse -mt max -l tests/chapter-6/6.9.1--logic_vector.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:10 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.1--logic_vector.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.1--logic_vector.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.9.1--logic_vector.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.1--logic_vector.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.9.1--logic_vector.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.1--logic_vector.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.1--logic_vector.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.9.1--logic_vector.sv". - -[WARNI:PA0205] tests/chapter-6/6.9.1--logic_vector.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.1--logic_vector.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.9.1--logic_vector.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.1--logic_vector.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.9.1--logic_vector.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.1--logic_vector.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.9.2--vector_scalared.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.9.2--vector_scalared.sv.log index d72dd39..52dbf97 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.9.2--vector_scalared.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.9.2--vector_scalared.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:23 -COMMAND: tests/chapter-6/6.9.2--vector_scalared.sv -writepp -parse -mt max -l tests/chapter-6/6.9.2--vector_scalared.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:10 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_scalared.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_scalared.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.9.2--vector_scalared.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_scalared.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.9.2--vector_scalared.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_scalared.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.9.2--vector_scalared.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_scalared.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.9.2--vector_scalared.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_scalared.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.9.2--vector_scalared.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_scalared.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.9.2--vector_scalared.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_scalared.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.9.2--vector_vectored.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.9.2--vector_vectored.sv.log index e546830..57e4fd1 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.9.2--vector_vectored.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.9.2--vector_vectored.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:14 -COMMAND: tests/chapter-6/6.9.2--vector_vectored.sv -writepp -parse -mt max -l tests/chapter-6/6.9.2--vector_vectored.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:10 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_vectored.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_vectored.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.9.2--vector_vectored.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_vectored.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.9.2--vector_vectored.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_vectored.sv". -[INFO :PA0201] Parsing source file "tests/chapter-6/6.9.2--vector_vectored.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_vectored.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-6/6.9.2--vector_vectored.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_vectored.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-6/6.9.2--vector_vectored.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_vectored.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.9.2--vector_vectored.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_vectored.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-6/6.9.2--vector_vectored_inv.sv.log b/SVIncCompil/Testcases/Google/chapter-6/6.9.2--vector_vectored_inv.sv.log index 20ddb31..96cabb6 100644 --- a/SVIncCompil/Testcases/Google/chapter-6/6.9.2--vector_vectored_inv.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-6/6.9.2--vector_vectored_inv.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:13 -COMMAND: tests/chapter-6/6.9.2--vector_vectored_inv.sv -writepp -parse -mt max -l tests/chapter-6/6.9.2--vector_vectored_inv.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:11 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_vectored_inv.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_vectored_inv.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-6/6.9.2--vector_vectored_inv.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_vectored_inv.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-6/6.9.2--vector_vectored_inv.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-6/6.9.2--vector_vectored_inv.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_vectored_inv.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[ERROR:PA0207] tests/chapter-6/6.9.2--vector_vectored_inv.sv, line 8, col 7: Syntax error: no viable alternative at input 'module top();\n\tlogic vectored', - logic vectored [15:0] a = 0; - ^-- line 8, ./slpp_all/work/tests/chapter-6/6.9.2--vector_vectored_inv.sv. +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_vectored_inv.sv". -[WARNI:PA0205] tests/chapter-6/6.9.2--vector_vectored_inv.sv, line 7: No timescale set for "MODULE NAME UNKNOWN". +[ERROR:PA0207] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_vectored_inv.sv, line 8, col 7: Syntax error: no viable alternative at input 'module top();\n\tlogic vectored', + logic vectored [15:0] a = 0; + ^-- line 8, ./slpp_all/work//home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_vectored_inv.sv. + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_vectored_inv.sv, line 7: No timescale set for "MODULE NAME UNKNOWN". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-6/6.9.2--vector_vectored_inv.sv, line 7: Top level module "work@MODULE NAME UNKNOWN". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-6/6.9.2--vector_vectored_inv.sv, line 7: Top level module "work@MODULE NAME UNKNOWN". [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/alloc.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/alloc.sv index 67b37b7..cee42e7 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/alloc.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/alloc.sv
@@ -3,6 +3,7 @@ :description: Test associative arrays elements allocation :should_fail: 0 :tags: 7.8.7 7.8 7.9.1 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/alloc.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/alloc.sv.log new file mode 100644 index 0000000..d356ab9 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/alloc.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:11 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/alloc.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/alloc.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/alloc.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/alloc.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/alloc.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/alloc.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/alloc.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/alloc.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/arguments.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/arguments.sv index ce2e854..a321c22 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/arguments.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/arguments.sv
@@ -3,6 +3,7 @@ :description: Test passing associative array as arugments support :should_fail: 0 :tags: 7.9.10 7.8 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/arguments.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/arguments.sv.log new file mode 100644 index 0000000..d0ea54e --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/arguments.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:11 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/arguments.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/arguments.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/arguments.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/arguments.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/arguments.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/arguments.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/arguments.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/arguments.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/assignment.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/assignment.sv index 08f81a3..4a8c955 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/assignment.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/assignment.sv
@@ -3,6 +3,7 @@ :description: Test associative arrays assignment support :should_fail: 0 :tags: 7.9.9 7.8 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/assignment.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/assignment.sv.log new file mode 100644 index 0000000..94c9167 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/assignment.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:12 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/assignment.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/assignment.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/assignment.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/assignment.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/assignment.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/assignment.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/assignment.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/assignment.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/class.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/class.sv.log new file mode 100644 index 0000000..5c40b37 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/class.sv.log
@@ -0,0 +1,59 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:12 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/class.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/class.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/class.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/class.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/class.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/class.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/class.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/class.sv, line 9: Compile class "work@top::C". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/class.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 1. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/integral.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/integral.sv.log new file mode 100644 index 0000000..3df53f3 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/integral.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:12 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/integral.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/integral.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/integral.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/integral.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/integral.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/integral.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/integral.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/integral.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 1. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/literals.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/literals.sv index cb00223..0a237d8 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/literals.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/literals.sv
@@ -3,6 +3,7 @@ :description: Test associative arrays literals support :should_fail: 0 :tags: 7.9.11 7.8 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/literals.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/literals.sv.log new file mode 100644 index 0000000..6145a35 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/literals.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:12 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/literals.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/literals.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/literals.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/literals.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/literals.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/literals.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/literals.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/literals.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-first-index.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-first-index.sv index 5a09d0e..ecef294 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-first-index.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-first-index.sv
@@ -3,6 +3,7 @@ :description: Test support of array locator methods :should_fail: 0 :tags: 7.12.1 7.12 7.10 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-first-index.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-first-index.sv.log new file mode 100644 index 0000000..28ad9d3 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-first-index.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:13 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-first-index.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-first-index.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-first-index.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-first-index.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-first-index.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-first-index.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-first-index.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-first-index.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-first.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-first.sv index 13add41..26d9df5 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-first.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-first.sv
@@ -3,6 +3,7 @@ :description: Test support of array locator methods :should_fail: 0 :tags: 7.12.1 7.12 7.10 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-first.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-first.sv.log new file mode 100644 index 0000000..498a2c5 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-first.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:13 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-first.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-first.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-first.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-first.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-first.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-first.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-first.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-first.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-index.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-index.sv index cdad358..faeb8a5 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-index.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-index.sv
@@ -3,6 +3,7 @@ :description: Test support of array locator methods :should_fail: 0 :tags: 7.12.1 7.12 7.10 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-index.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-index.sv.log new file mode 100644 index 0000000..ed910a9 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-index.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:14 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-index.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-index.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-index.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-index.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-index.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-index.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-index.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-index.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-last-index.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-last-index.sv index 672087d..cede82d 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-last-index.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-last-index.sv
@@ -3,6 +3,7 @@ :description: Test support of array locator methods :should_fail: 0 :tags: 7.12.1 7.12 7.10 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-last-index.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-last-index.sv.log new file mode 100644 index 0000000..cb0ed91 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-last-index.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:15 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-last-index.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-last-index.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-last-index.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-last-index.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-last-index.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-last-index.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-last-index.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-last-index.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-last.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-last.sv index 6a7f208..5738b67 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-last.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-last.sv
@@ -3,6 +3,7 @@ :description: Test support of array locator methods :should_fail: 0 :tags: 7.12.1 7.12 7.10 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-last.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-last.sv.log new file mode 100644 index 0000000..62fc6bb --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find-last.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:15 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-last.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-last.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-last.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-last.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-last.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-last.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-last.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find-last.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find.sv index f17b2d2..56e79fd 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find.sv
@@ -3,6 +3,7 @@ :description: Test support of array locator methods :should_fail: 0 :tags: 7.12.1 7.12 7.10 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find.sv.log new file mode 100644 index 0000000..b5cfad4 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/find.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:16 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/find.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/max.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/max.sv index 83a3164..c50ab19 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/max.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/max.sv
@@ -3,6 +3,7 @@ :description: Test support of array locator methods :should_fail: 0 :tags: 7.12.1 7.12 7.10 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/max.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/max.sv.log new file mode 100644 index 0000000..0b1db4a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/max.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:17 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/max.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/max.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/max.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/max.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/max.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/max.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/max.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/max.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/min.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/min.sv index 0c7e73c..c674d1e 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/min.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/min.sv
@@ -3,6 +3,7 @@ :description: Test support of array locator methods :should_fail: 0 :tags: 7.12.1 7.12 7.10 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/min.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/min.sv.log new file mode 100644 index 0000000..2d2421a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/min.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:17 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/min.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/min.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/min.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/min.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/min.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/min.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/min.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/min.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/unique-index.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/unique-index.sv index e0aefd9..eb90967 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/unique-index.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/unique-index.sv
@@ -3,6 +3,7 @@ :description: Test support of array locator methods :should_fail: 0 :tags: 7.12.1 7.12 7.10 7.12.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/unique-index.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/unique-index.sv.log new file mode 100644 index 0000000..d0d9709 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/unique-index.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:18 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/unique-index.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/unique-index.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/unique-index.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/unique-index.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/unique-index.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/unique-index.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/unique-index.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/unique-index.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/unique.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/unique.sv index b68ad57..68d1c13 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/unique.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/unique.sv
@@ -3,6 +3,7 @@ :description: Test support of array locator methods :should_fail: 0 :tags: 7.12.1 7.12 7.10 7.12.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/unique.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/unique.sv.log new file mode 100644 index 0000000..89f60ef --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/locator-methods/unique.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:18 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/unique.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/unique.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/unique.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/unique.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/unique.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/unique.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/unique.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/locator-methods/unique.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/delete.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/delete.sv index 75577ec..e3a5165 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/delete.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/delete.sv
@@ -3,6 +3,7 @@ :description: Test support of associative arrays methods (delete) :should_fail: 0 :tags: 7.9.2 7.9 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/delete.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/delete.sv.log new file mode 100644 index 0000000..aa81786 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/delete.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:19 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/delete.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/delete.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/delete.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/delete.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/delete.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/delete.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/delete.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/delete.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/exists.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/exists.sv index 4f34267..690e693 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/exists.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/exists.sv
@@ -3,6 +3,7 @@ :description: Test support of associative arrays methods (exists) :should_fail: 0 :tags: 7.9.3 7.9 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/exists.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/exists.sv.log new file mode 100644 index 0000000..fbf8ca6 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/exists.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:19 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/exists.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/exists.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/exists.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/exists.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/exists.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/exists.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/exists.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/exists.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/first.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/first.sv index 7e65727..f01368e 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/first.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/first.sv
@@ -3,6 +3,7 @@ :description: Test support of associative arrays methods (first) :should_fail: 0 :tags: 7.9.4 7.9 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/first.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/first.sv.log new file mode 100644 index 0000000..52e0814 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/first.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:20 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/first.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/first.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/first.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/first.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/first.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/first.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/first.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/first.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/last.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/last.sv index ab1d341..19f6c09 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/last.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/last.sv
@@ -3,6 +3,7 @@ :description: Test support of associative arrays methods (last) :should_fail: 0 :tags: 7.9.5 7.9 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/last.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/last.sv.log new file mode 100644 index 0000000..f0417bc --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/last.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:20 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/last.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/last.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/last.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/last.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/last.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/last.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/last.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/last.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/next.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/next.sv index 411f8d1..5c6f5b6 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/next.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/next.sv
@@ -3,6 +3,7 @@ :description: Test support of associative arrays methods (next) :should_fail: 0 :tags: 7.9.6 7.9 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/next.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/next.sv.log new file mode 100644 index 0000000..06f3077 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/next.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:21 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/next.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/next.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/next.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/next.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/next.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/next.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/next.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/next.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/num.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/num.sv index f1405a7..6b674fb 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/num.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/num.sv
@@ -3,6 +3,7 @@ :description: Test support of associative arrays methods (num) :should_fail: 0 :tags: 7.9.1 7.9 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/num.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/num.sv.log new file mode 100644 index 0000000..9283f13 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/num.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:21 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/num.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/num.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/num.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/num.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/num.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/num.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/num.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/num.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/prev.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/prev.sv index fae78d4..9eca39d 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/prev.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/prev.sv
@@ -3,6 +3,7 @@ :description: Test support of associative arrays methods (prev) :should_fail: 0 :tags: 7.9.7 7.9 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/prev.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/prev.sv.log new file mode 100644 index 0000000..83ecae5 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/prev.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:21 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/prev.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/prev.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/prev.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/prev.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/prev.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/prev.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/prev.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/prev.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/size.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/size.sv index eeb0f11..694b540 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/size.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/size.sv
@@ -3,6 +3,7 @@ :description: Test support of associative arrays methods (size) :should_fail: 0 :tags: 7.9.1 7.9 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/size.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/size.sv.log new file mode 100644 index 0000000..e91dedb --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/size.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:22 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/size.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/size.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/size.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/size.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/size.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/size.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/size.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/size.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/traversal.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/traversal.sv index 904116c..79b4fac 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/traversal.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/traversal.sv
@@ -3,6 +3,7 @@ :description: Test support of associative arrays methods :should_fail: 0 :tags: 7.9.8 7.9 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/traversal.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/traversal.sv.log new file mode 100644 index 0000000..9df7cdc --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/methods/traversal.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:22 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/traversal.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/traversal.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/traversal.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/traversal.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/traversal.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/traversal.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/traversal.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/methods/traversal.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/nonexistent.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/nonexistent.sv index 94f5a7a..977f1a4 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/nonexistent.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/nonexistent.sv
@@ -3,6 +3,7 @@ :description: Test access to nonexistent associative array element :should_fail: 0 :tags: 7.8.6 7.9.1 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/nonexistent.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/nonexistent.sv.log new file mode 100644 index 0000000..13b9820 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/nonexistent.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:23 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/nonexistent.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/nonexistent.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/nonexistent.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/nonexistent.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/nonexistent.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/nonexistent.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/nonexistent.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/nonexistent.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/other.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/other.sv.log new file mode 100644 index 0000000..083dda4 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/other.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:23 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/other.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/other.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/other.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/other.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/other.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/other.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/other.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/other.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 1. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/string.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/string.sv.log new file mode 100644 index 0000000..d82cd9b --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/string.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:24 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/string.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/string.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/string.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/string.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/string.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/string.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/string.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/string.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 1. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/wildcard.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/wildcard.sv.log new file mode 100644 index 0000000..77f7881 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/associative/wildcard.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:24 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/wildcard.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/wildcard.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/wildcard.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/wildcard.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/wildcard.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/wildcard.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/wildcard.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/associative/wildcard.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 1. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/basic.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/basic.sv.log new file mode 100644 index 0000000..486843c --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/basic.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:24 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/basic.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/basic.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/basic.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/basic.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/basic.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/basic.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/basic.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/basic.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 1. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-delete.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-delete.sv index 0a66009..74d3f5f 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-delete.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-delete.sv
@@ -3,6 +3,7 @@ :description: Test dynamic arrays operator delete support :should_fail: 0 :tags: 7.5.3 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-delete.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-delete.sv.log new file mode 100644 index 0000000..6c1d2fd --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-delete.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:24 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-delete.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-delete.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-delete.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-delete.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-delete.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-delete.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-delete.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-delete.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-new.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-new.sv index 3b95692..db147c1 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-new.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-new.sv
@@ -3,6 +3,7 @@ :description: Test dynamic arrays operator new support :should_fail: 0 :tags: 7.5.1 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-new.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-new.sv.log new file mode 100644 index 0000000..b4e6b63 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-new.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:25 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-new.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-new.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-new.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-new.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-new.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-new.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-new.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-new.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-size.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-size.sv index b6d79c9..f21baf0 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-size.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-size.sv
@@ -3,6 +3,7 @@ :description: Test dynamic arrays operator size support :should_fail: 0 :tags: 7.5.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-size.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-size.sv.log new file mode 100644 index 0000000..b402763 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/dynamic/op-size.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:25 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-size.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-size.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-size.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-size.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-size.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-size.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-size.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/dynamic/op-size.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/multidimensional/basic.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/multidimensional/basic.sv.log new file mode 100644 index 0000000..dc2e3a4 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/multidimensional/basic.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:25 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/basic.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/basic.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/basic.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/basic.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/basic.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/basic.sv, line 8: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/basic.sv, line 8: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/basic.sv, line 8: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 1. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/multidimensional/copy.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/multidimensional/copy.sv index af22f42..c2b060f 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/multidimensional/copy.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/multidimensional/copy.sv
@@ -3,6 +3,7 @@ :description: Test multidimensional word copy :should_fail: 0 :tags: 7.4.5 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/multidimensional/copy.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/multidimensional/copy.sv.log new file mode 100644 index 0000000..07695f4 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/multidimensional/copy.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:26 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/copy.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/copy.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/copy.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/copy.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/copy.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/copy.sv, line 8: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/copy.sv, line 8: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/copy.sv, line 8: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/multidimensional/multi.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/multidimensional/multi.sv.log new file mode 100644 index 0000000..568c0f4 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/multidimensional/multi.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:26 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/multi.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/multi.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/multi.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/multi.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/multi.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/multi.sv, line 8: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/multi.sv, line 8: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/multi.sv, line 8: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 1. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/multidimensional/subarrays.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/multidimensional/subarrays.sv index 8da82d2..f543a3a 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/multidimensional/subarrays.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/multidimensional/subarrays.sv
@@ -3,6 +3,7 @@ :description: Test multidimensional subarrays assignments :should_fail: 0 :tags: 7.4.5 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/multidimensional/subarrays.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/multidimensional/subarrays.sv.log new file mode 100644 index 0000000..dea2442 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/multidimensional/subarrays.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:26 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/subarrays.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/subarrays.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/subarrays.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/subarrays.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/subarrays.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/subarrays.sv, line 8: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/subarrays.sv, line 8: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/multidimensional/subarrays.sv, line 8: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/basic.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/basic.sv.log new file mode 100644 index 0000000..93908c4 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/basic.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:26 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/basic.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/basic.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/basic.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/basic.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/basic.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/basic.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/basic.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/basic.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 1. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/equality.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/equality.sv index 6ebebed..e35a9cf 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/equality.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/equality.sv
@@ -3,6 +3,7 @@ :description: Test packed arrays operations support (equality) :should_fail: 0 :tags: 7.4.3 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/equality.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/equality.sv.log new file mode 100644 index 0000000..9c30580 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/equality.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:27 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/equality.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/equality.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/equality.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/equality.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/equality.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/equality.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/equality.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/equality.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/onebit.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/onebit.sv index 4a87a8c..0e3132d 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/onebit.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/onebit.sv
@@ -3,6 +3,7 @@ :description: Test packed arrays operations support (one bit) :should_fail: 0 :tags: 7.4.3 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/onebit.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/onebit.sv.log new file mode 100644 index 0000000..6a105a7 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/onebit.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:27 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/onebit.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/onebit.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/onebit.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/onebit.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/onebit.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/onebit.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/onebit.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/onebit.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/operations.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/operations.sv index cdc57af..6b2934b 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/operations.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/operations.sv
@@ -3,6 +3,7 @@ :description: Test packed arrays operations support (R & W) :should_fail: 0 :tags: 7.4.3 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/operations.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/operations.sv.log new file mode 100644 index 0000000..42c8420 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/operations.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:28 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/operations.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/operations.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/operations.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/operations.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/operations.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/operations.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/operations.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/operations.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/dimensions.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/dimensions.sv index 0df222b..2bd8ba5 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/dimensions.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/dimensions.sv
@@ -3,6 +3,7 @@ :description: Test quering functions support on packed arrays :should_fail: 0 :tags: 7.11 7.4.1 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/dimensions.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/dimensions.sv.log new file mode 100644 index 0000000..c05491a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/dimensions.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:28 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/dimensions.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/dimensions.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/dimensions.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/dimensions.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/dimensions.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/dimensions.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/dimensions.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/dimensions.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/high.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/high.sv index 3a55765..57471f0 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/high.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/high.sv
@@ -3,6 +3,7 @@ :description: Test quering functions support on packed arrays :should_fail: 0 :tags: 7.11 7.4.1 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/high.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/high.sv.log new file mode 100644 index 0000000..78d1cbc --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/high.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:28 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/high.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/high.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/high.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/high.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/high.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/high.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/high.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/high.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/increment.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/increment.sv index 3bac2a5..eaee227 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/increment.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/increment.sv
@@ -3,6 +3,7 @@ :description: Test quering functions support on packed arrays :should_fail: 0 :tags: 7.11 7.4.1 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/increment.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/increment.sv.log new file mode 100644 index 0000000..6bae243 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/increment.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:29 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/increment.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/increment.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/increment.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/increment.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/increment.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/increment.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/increment.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/increment.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/left.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/left.sv index 22b3a12..ee1285e 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/left.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/left.sv
@@ -3,6 +3,7 @@ :description: Test quering functions support on packed arrays :should_fail: 0 :tags: 7.11 7.4.1 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/left.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/left.sv.log new file mode 100644 index 0000000..2326a9b --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/left.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:29 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/left.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/left.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/left.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/left.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/left.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/left.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/left.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/left.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/low.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/low.sv index b426788..e8d52c4 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/low.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/low.sv
@@ -3,6 +3,7 @@ :description: Test quering functions support on packed arrays :should_fail: 0 :tags: 7.11 7.4.1 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/low.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/low.sv.log new file mode 100644 index 0000000..f52d368 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/low.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:30 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/low.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/low.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/low.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/low.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/low.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/low.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/low.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/low.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/right.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/right.sv index d7dd227..06790bb 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/right.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/right.sv
@@ -3,6 +3,7 @@ :description: Test quering functions support on packed arrays :should_fail: 0 :tags: 7.11 7.4.1 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/right.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/right.sv.log new file mode 100644 index 0000000..5d04654 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/right.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:30 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/right.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/right.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/right.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/right.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/right.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/right.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/right.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/right.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/size.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/size.sv index 0cfd5b0..a7f3cc9 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/size.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/size.sv
@@ -3,6 +3,7 @@ :description: Test quering functions support on packed arrays :should_fail: 0 :tags: 7.11 7.4.1 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/size.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/size.sv.log new file mode 100644 index 0000000..9ded36b --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/size.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:31 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/size.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/size.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/size.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/size.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/size.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/size.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/size.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/size.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/unpacked-dimensions.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/unpacked-dimensions.sv index f626ac2..de7e51c 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/unpacked-dimensions.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/unpacked-dimensions.sv
@@ -3,6 +3,7 @@ :description: Test quering functions support on packed arrays :should_fail: 0 :tags: 7.11 7.4.1 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/unpacked-dimensions.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/unpacked-dimensions.sv.log new file mode 100644 index 0000000..3c17b84 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/querying-functions/unpacked-dimensions.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:31 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/unpacked-dimensions.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/unpacked-dimensions.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/unpacked-dimensions.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/unpacked-dimensions.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/unpacked-dimensions.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/unpacked-dimensions.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/unpacked-dimensions.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/querying-functions/unpacked-dimensions.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/slice-equality.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/slice-equality.sv index 80c07c0..fabae7f 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/slice-equality.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/slice-equality.sv
@@ -3,6 +3,7 @@ :description: Test packed arrays operations support (slice equality) :should_fail: 0 :tags: 7.4.3 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/slice-equality.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/slice-equality.sv.log new file mode 100644 index 0000000..4b7cf20 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/slice-equality.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:32 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/slice-equality.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/slice-equality.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/slice-equality.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/slice-equality.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/slice-equality.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/slice-equality.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/slice-equality.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/slice-equality.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/slice.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/slice.sv index 701ad68..7c63ddc 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/slice.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/slice.sv
@@ -3,6 +3,7 @@ :description: Test packed arrays operations support (R&W slice) :should_fail: 0 :tags: 7.4.3 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/slice.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/slice.sv.log new file mode 100644 index 0000000..9bc0baa --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/slice.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:32 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/slice.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/slice.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/slice.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/slice.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/slice.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/slice.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/slice.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/slice.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/treat-as-integer.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/treat-as-integer.sv index 5c9e84e..6ddf738 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/treat-as-integer.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/treat-as-integer.sv
@@ -3,6 +3,7 @@ :description: Test packed arrays operations support (treat array as integer) :should_fail: 0 :tags: 7.4.3 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/treat-as-integer.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/treat-as-integer.sv.log new file mode 100644 index 0000000..8ec3baa --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/treat-as-integer.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:33 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/treat-as-integer.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/treat-as-integer.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/treat-as-integer.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/treat-as-integer.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/treat-as-integer.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/treat-as-integer.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/treat-as-integer.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/treat-as-integer.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/variable-slice-zero.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/variable-slice-zero.sv index 5662ab7..3995490 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/variable-slice-zero.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/variable-slice-zero.sv
@@ -3,6 +3,7 @@ :description: Test packed arrays operations support (Variable slice) :should_fail: 1 :tags: 7.4.3 +:type: simulation */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/variable-slice-zero.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/variable-slice-zero.sv.log new file mode 100644 index 0000000..194cfc6 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/variable-slice-zero.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:33 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/variable-slice-zero.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/variable-slice-zero.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/variable-slice-zero.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/variable-slice-zero.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/variable-slice-zero.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/variable-slice-zero.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/variable-slice-zero.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/variable-slice-zero.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/variable-slice.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/variable-slice.sv index dd77465..53a4fa9 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/variable-slice.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/variable-slice.sv
@@ -3,6 +3,7 @@ :description: Test packed arrays operations support (Variable slice) :should_fail: 0 :tags: 7.4.3 7.4.6 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/variable-slice.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/variable-slice.sv.log new file mode 100644 index 0000000..d0f8420 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/packed/variable-slice.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:34 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/variable-slice.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/variable-slice.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/variable-slice.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/variable-slice.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/variable-slice.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/variable-slice.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/variable-slice.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/packed/variable-slice.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/assignments.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/assignments.sv index b25fd25..e1892c3 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/assignments.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/assignments.sv
@@ -3,6 +3,7 @@ :description: Test unpacked arrays assignments :should_fail: 0 :tags: 7.6 7.4.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/assignments.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/assignments.sv.log new file mode 100644 index 0000000..6b78c4f --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/assignments.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:34 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/assignments.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/assignments.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/assignments.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/assignments.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/assignments.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/assignments.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/assignments.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/assignments.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/basic.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/basic.sv.log new file mode 100644 index 0000000..02abf58 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/basic.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:35 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/basic.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/basic.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/basic.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/basic.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/basic.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/basic.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/basic.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/basic.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 1. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/equality.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/equality.sv index 10bed5d..775db0a 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/equality.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/equality.sv
@@ -3,6 +3,7 @@ :description: Test unpacked arrays operations support (equality) :should_fail: 0 :tags: 7.4.3 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/equality.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/equality.sv.log new file mode 100644 index 0000000..1be8c09 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/equality.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:35 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/equality.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/equality.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/equality.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/equality.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/equality.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/equality.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/equality.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/equality.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/index.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/index.sv index 5dcd954..c043687 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/index.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/index.sv
@@ -3,6 +3,7 @@ :description: Test support of unpacked arrays index querying method :should_fail: 0 :tags: 7.12.4 7.4.2 7.10 7.12.1 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/index.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/index.sv.log new file mode 100644 index 0000000..f356396 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/index.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:35 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/index.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/index.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/index.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/index.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/index.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/index.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/index.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/index.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/onebit.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/onebit.sv index f7c2941..0de1bd1 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/onebit.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/onebit.sv
@@ -3,6 +3,7 @@ :description: Test unpacked arrays operations support (one bit) :should_fail: 0 :tags: 7.4.3 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/onebit.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/onebit.sv.log new file mode 100644 index 0000000..af720e1 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/onebit.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:36 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/onebit.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/onebit.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/onebit.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/onebit.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/onebit.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/onebit.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/onebit.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/onebit.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/operations.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/operations.sv index e3a03e1..9f73c30 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/operations.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/operations.sv
@@ -3,6 +3,7 @@ :description: Test unpacked arrays operations support (R & W) :should_fail: 0 :tags: 7.4.3 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/operations.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/operations.sv.log new file mode 100644 index 0000000..71b5a2a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/operations.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:36 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/operations.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/operations.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/operations.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/operations.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/operations.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/operations.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/operations.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/operations.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/reverse.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/reverse.sv index 4768120..c7b9601 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/reverse.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/reverse.sv
@@ -3,6 +3,7 @@ :description: Test support of reverse method on unpacked arrays :should_fail: 0 :tags: 7.12.2 7.4.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/reverse.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/reverse.sv.log new file mode 100644 index 0000000..9f88561 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/reverse.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:37 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/reverse.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/reverse.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/reverse.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/reverse.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/reverse.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/reverse.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/reverse.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/reverse.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/rsort.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/rsort.sv index 0a781fb..4f39eda 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/rsort.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/rsort.sv
@@ -3,6 +3,7 @@ :description: Test support of rsort method on unpacked arrays :should_fail: 0 :tags: 7.12.2 7.4.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/rsort.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/rsort.sv.log new file mode 100644 index 0000000..92b1c35 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/rsort.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:37 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/rsort.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/rsort.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/rsort.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/rsort.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/rsort.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/rsort.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/rsort.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/rsort.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/shuffle.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/shuffle.sv index 337fd25..f2a85e6 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/shuffle.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/shuffle.sv
@@ -3,6 +3,7 @@ :description: Test support of shuffle method on unpacked arrays :should_fail: 0 :tags: 7.12.2 7.4.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/shuffle.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/shuffle.sv.log new file mode 100644 index 0000000..82b2b4a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/shuffle.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:37 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/shuffle.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/shuffle.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/shuffle.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/shuffle.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/shuffle.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/shuffle.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/shuffle.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/shuffle.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/sort.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/sort.sv index 04c9e25..2e2e3c8 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/sort.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/sort.sv
@@ -3,6 +3,7 @@ :description: Test support of sort method on unpacked arrays :should_fail: 0 :tags: 7.12.2 7.4.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/sort.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/sort.sv.log new file mode 100644 index 0000000..fc21fd0 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/ordering-methods/sort.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:38 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/sort.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/sort.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/sort.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/sort.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/sort.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/sort.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/sort.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/ordering-methods/sort.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/and.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/and.sv index 5136366..2246467 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/and.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/and.sv
@@ -3,6 +3,7 @@ :description: Test support of unpacked arrays reduction method and :should_fail: 0 :tags: 7.12.3 7.4.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/and.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/and.sv.log new file mode 100644 index 0000000..758058d --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/and.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:38 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/and.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/and.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/and.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/and.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/and.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/and.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/and.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/and.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/or.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/or.sv index 294a3ad..3f02814 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/or.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/or.sv
@@ -3,6 +3,7 @@ :description: Test support of unpacked arrays reduction method or :should_fail: 0 :tags: 7.12.3 7.4.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/or.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/or.sv.log new file mode 100644 index 0000000..aee42d4 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/or.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:39 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/or.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/or.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/or.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/or.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/or.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/or.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/or.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/or.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/product.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/product.sv index c5024e4..65fa6bf 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/product.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/product.sv
@@ -3,6 +3,7 @@ :description: Test support of unpacked arrays reduction method product :should_fail: 0 :tags: 7.12.3 7.4.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/product.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/product.sv.log new file mode 100644 index 0000000..1d701a2 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/product.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:39 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/product.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/product.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/product.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/product.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/product.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/product.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/product.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/product.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/sum.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/sum.sv index 9dbfb0c..cad5805 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/sum.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/sum.sv
@@ -3,6 +3,7 @@ :description: Test support of unpacked arrays reduction method sum :should_fail: 0 :tags: 7.12.3 7.4.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/sum.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/sum.sv.log new file mode 100644 index 0000000..9a1d5c7 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/sum.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:39 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/sum.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/sum.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/sum.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/sum.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/sum.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/sum.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/sum.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/sum.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/xor.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/xor.sv index 5dc322a..c75cdaa 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/xor.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/xor.sv
@@ -3,6 +3,7 @@ :description: Test support of unpacked arrays reduction method xor :should_fail: 0 :tags: 7.12.3 7.4.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/xor.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/xor.sv.log new file mode 100644 index 0000000..2b3b683 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/reduction-methods/xor.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:40 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/xor.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/xor.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/xor.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/xor.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/xor.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/xor.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/xor.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/reduction-methods/xor.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/slice-equality.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/slice-equality.sv index 74feade..2ff311f 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/slice-equality.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/slice-equality.sv
@@ -3,6 +3,7 @@ :description: Test unpacked arrays operations support (slice equality) :should_fail: 0 :tags: 7.4.3 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/slice-equality.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/slice-equality.sv.log new file mode 100644 index 0000000..81e3bac --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/slice-equality.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:40 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/slice-equality.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/slice-equality.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/slice-equality.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/slice-equality.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/slice-equality.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/slice-equality.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/slice-equality.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/slice-equality.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/slice.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/slice.sv index 737457f..98f9194 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/slice.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/slice.sv
@@ -3,6 +3,7 @@ :description: Test unpacked arrays operations support (R&W slice) :should_fail: 0 :tags: 7.4.3 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/slice.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/slice.sv.log new file mode 100644 index 0000000..3b3da4d --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/slice.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:41 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/slice.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/slice.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/slice.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/slice.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/slice.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/slice.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/slice.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/slice.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/subroutines.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/subroutines.sv index c6415a0..53f567f 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/subroutines.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/subroutines.sv
@@ -3,6 +3,7 @@ :description: Test support of arrays as arugments to subroutines :should_fail: 0 :tags: 7.7 7.4.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/subroutines.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/subroutines.sv.log new file mode 100644 index 0000000..0d11236 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/subroutines.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:41 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/subroutines.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/subroutines.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/subroutines.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/subroutines.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/subroutines.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/subroutines.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/subroutines.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/subroutines.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/variable-slice.sv b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/variable-slice.sv index dd76aed..fa277dd 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/variable-slice.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/variable-slice.sv
@@ -3,6 +3,7 @@ :description: Test packed arrays operations support (Variable slice) :should_fail: 0 :tags: 7.4.3 7.4.6 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/variable-slice.sv.log b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/variable-slice.sv.log new file mode 100644 index 0000000..a2034ce --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/arrays/unpacked/variable-slice.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:42 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/variable-slice.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/variable-slice.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/variable-slice.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/variable-slice.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/variable-slice.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/variable-slice.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/variable-slice.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/arrays/unpacked/variable-slice.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/memories/basic.sv.log b/SVIncCompil/Testcases/Google/chapter-7/memories/basic.sv.log index a12ff85..ec88373 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/memories/basic.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/memories/basic.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:06 -COMMAND: tests/chapter-7/memories/basic.sv -writepp -parse -mt max -l tests/chapter-7/memories/basic.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:42 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/memories/basic.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/memories/basic.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/memories/basic.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/memories/basic.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/memories/basic.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/memories/basic.sv". -[INFO :PA0201] Parsing source file "tests/chapter-7/memories/basic.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/memories/basic.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-7/memories/basic.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/memories/basic.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/memories/basic.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/memories/basic.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/memories/basic.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/memories/basic.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/memories/read-write.sv b/SVIncCompil/Testcases/Google/chapter-7/memories/read-write.sv index 5114435..bc3bb85 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/memories/read-write.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/memories/read-write.sv
@@ -3,6 +3,7 @@ :description: Test memories read-write support :should_fail: 0 :tags: 7.4.4 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/memories/read-write.sv.log b/SVIncCompil/Testcases/Google/chapter-7/memories/read-write.sv.log index a645e35..c2f0767 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/memories/read-write.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/memories/read-write.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:06 -COMMAND: tests/chapter-7/memories/read-write.sv -writepp -parse -mt max -l tests/chapter-7/memories/read-write.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:42 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/memories/read-write.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/memories/read-write.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/memories/read-write.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/memories/read-write.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/memories/read-write.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/memories/read-write.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/memories/read-write.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-7/memories/read-write.sv". - -[WARNI:PA0205] tests/chapter-7/memories/read-write.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/memories/read-write.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/memories/read-write.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/memories/read-write.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/memories/read-write.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/memories/read-write.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/basic.sv.log b/SVIncCompil/Testcases/Google/chapter-7/queues/basic.sv.log index 777d771..cbaa47c 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/basic.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/basic.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:06 -COMMAND: tests/chapter-7/queues/basic.sv -writepp -parse -mt max -l tests/chapter-7/queues/basic.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:43 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/basic.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/basic.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/queues/basic.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/basic.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/queues/basic.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/basic.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/basic.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-7/queues/basic.sv". - -[WARNI:PA0205] tests/chapter-7/queues/basic.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/basic.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/queues/basic.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/basic.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/queues/basic.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/basic.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/bounded.sv b/SVIncCompil/Testcases/Google/chapter-7/queues/bounded.sv index f778137..2c2b04b 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/bounded.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/bounded.sv
@@ -3,6 +3,7 @@ :description: Test bounded queues support :should_fail: 0 :tags: 7.10.5 7.10 7.10.2.7 7.10.2.1 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/bounded.sv.log b/SVIncCompil/Testcases/Google/chapter-7/queues/bounded.sv.log index 7f21c36..b50e913 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/bounded.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/bounded.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:00 -COMMAND: tests/chapter-7/queues/bounded.sv -writepp -parse -mt max -l tests/chapter-7/queues/bounded.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:43 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/bounded.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/bounded.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/queues/bounded.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/bounded.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/queues/bounded.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/bounded.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/bounded.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-7/queues/bounded.sv". - -[WARNI:PA0205] tests/chapter-7/queues/bounded.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/bounded.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/queues/bounded.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/bounded.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/queues/bounded.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/bounded.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/delete.sv b/SVIncCompil/Testcases/Google/chapter-7/queues/delete.sv index e4052ac..2550bd8 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/delete.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/delete.sv
@@ -3,6 +3,7 @@ :description: Test queues delete function support :should_fail: 0 :tags: 7.10.2.3 7.10.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/delete.sv.log b/SVIncCompil/Testcases/Google/chapter-7/queues/delete.sv.log index ef31b4b..68926cf 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/delete.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/delete.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:00 -COMMAND: tests/chapter-7/queues/delete.sv -writepp -parse -mt max -l tests/chapter-7/queues/delete.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:44 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/delete.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/delete.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/queues/delete.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/delete.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/queues/delete.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-7/queues/delete.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/delete.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-7/queues/delete.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/delete.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/delete.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/queues/delete.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/delete.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/queues/delete.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/delete.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/delete_assign.sv b/SVIncCompil/Testcases/Google/chapter-7/queues/delete_assign.sv index 7ff90b5..9fd6e36 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/delete_assign.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/delete_assign.sv
@@ -3,6 +3,7 @@ :description: Update queue by assignment (delete) :should_fail: 0 :tags: 7.10.4 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/delete_assign.sv.log b/SVIncCompil/Testcases/Google/chapter-7/queues/delete_assign.sv.log index 68d201d..bd37adf 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/delete_assign.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/delete_assign.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:59 -COMMAND: tests/chapter-7/queues/delete_assign.sv -writepp -parse -mt max -l tests/chapter-7/queues/delete_assign.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:44 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/delete_assign.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/delete_assign.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/queues/delete_assign.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/delete_assign.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/queues/delete_assign.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/delete_assign.sv". -[INFO :PA0201] Parsing source file "tests/chapter-7/queues/delete_assign.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/delete_assign.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-7/queues/delete_assign.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/delete_assign.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/queues/delete_assign.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/delete_assign.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/queues/delete_assign.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/delete_assign.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/insert.sv b/SVIncCompil/Testcases/Google/chapter-7/queues/insert.sv index a357eba..7de845b 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/insert.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/insert.sv
@@ -3,6 +3,7 @@ :description: Test queues insert function support :should_fail: 0 :tags: 7.10.2.2 7.10.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/insert.sv.log b/SVIncCompil/Testcases/Google/chapter-7/queues/insert.sv.log index c8333d6..2646c67 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/insert.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/insert.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:03 -COMMAND: tests/chapter-7/queues/insert.sv -writepp -parse -mt max -l tests/chapter-7/queues/insert.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:45 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/insert.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/insert.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/queues/insert.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/insert.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/queues/insert.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/insert.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-7/queues/insert.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/insert.sv". -[WARNI:PA0205] tests/chapter-7/queues/insert.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/insert.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/queues/insert.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/insert.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/queues/insert.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/insert.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/insert_assign.sv b/SVIncCompil/Testcases/Google/chapter-7/queues/insert_assign.sv index 739e3e4..1a34468 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/insert_assign.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/insert_assign.sv
@@ -3,6 +3,7 @@ :description: Update queue by assignment (insert) :should_fail: 0 :tags: 7.10.4 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/insert_assign.sv.log b/SVIncCompil/Testcases/Google/chapter-7/queues/insert_assign.sv.log index 51fba8d..30f3b1a 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/insert_assign.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/insert_assign.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:01 -COMMAND: tests/chapter-7/queues/insert_assign.sv -writepp -parse -mt max -l tests/chapter-7/queues/insert_assign.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:45 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/insert_assign.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/insert_assign.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/queues/insert_assign.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/insert_assign.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/queues/insert_assign.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/insert_assign.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/insert_assign.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-7/queues/insert_assign.sv". - -[WARNI:PA0205] tests/chapter-7/queues/insert_assign.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/insert_assign.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/queues/insert_assign.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/insert_assign.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/queues/insert_assign.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/insert_assign.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/max-size.sv b/SVIncCompil/Testcases/Google/chapter-7/queues/max-size.sv index c42736a..d30a900 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/max-size.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/max-size.sv
@@ -3,6 +3,7 @@ :description: Test queues size support :should_fail: 0 :tags: 7.10.1 7.10.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/max-size.sv.log b/SVIncCompil/Testcases/Google/chapter-7/queues/max-size.sv.log index 95e1c3c..7f5e57c 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/max-size.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/max-size.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:04 -COMMAND: tests/chapter-7/queues/max-size.sv -writepp -parse -mt max -l tests/chapter-7/queues/max-size.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:46 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/max-size.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/max-size.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/queues/max-size.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/max-size.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/queues/max-size.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/max-size.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-7/queues/max-size.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/max-size.sv". -[WARNI:PA0205] tests/chapter-7/queues/max-size.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/max-size.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/queues/max-size.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/max-size.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/queues/max-size.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/max-size.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/persistence.sv b/SVIncCompil/Testcases/Google/chapter-7/queues/persistence.sv index e0af032..72438ff 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/persistence.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/persistence.sv
@@ -3,6 +3,7 @@ :description: Test status of persistence of references to elements of queue :should_fail: 0 :tags: 7.10.3 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/persistence.sv.log b/SVIncCompil/Testcases/Google/chapter-7/queues/persistence.sv.log index c8b2efb..aabfce3 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/persistence.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/persistence.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:01 -COMMAND: tests/chapter-7/queues/persistence.sv -writepp -parse -mt max -l tests/chapter-7/queues/persistence.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:46 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/persistence.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/persistence.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/queues/persistence.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/persistence.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/queues/persistence.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/persistence.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/persistence.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-7/queues/persistence.sv". - -[WARNI:PA0205] tests/chapter-7/queues/persistence.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/persistence.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/queues/persistence.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/persistence.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/queues/persistence.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/persistence.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/pop_back.sv b/SVIncCompil/Testcases/Google/chapter-7/queues/pop_back.sv index d56c505..ae1a208 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/pop_back.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/pop_back.sv
@@ -3,6 +3,7 @@ :description: Test queues pop_back function support :should_fail: 0 :tags: 7.10.2.5 7.10.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/pop_back.sv.log b/SVIncCompil/Testcases/Google/chapter-7/queues/pop_back.sv.log index 04578c4..91987f0 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/pop_back.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/pop_back.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:05 -COMMAND: tests/chapter-7/queues/pop_back.sv -writepp -parse -mt max -l tests/chapter-7/queues/pop_back.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:47 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_back.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_back.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/queues/pop_back.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_back.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/queues/pop_back.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_back.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_back.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-7/queues/pop_back.sv". - -[WARNI:PA0205] tests/chapter-7/queues/pop_back.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_back.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/queues/pop_back.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_back.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/queues/pop_back.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_back.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/pop_back_assing.sv b/SVIncCompil/Testcases/Google/chapter-7/queues/pop_back_assing.sv index 486c02a..9ead61e 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/pop_back_assing.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/pop_back_assing.sv
@@ -3,6 +3,7 @@ :description: Update queue by assignment (pop_back) :should_fail: 0 :tags: 7.10.4 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/pop_back_assing.sv.log b/SVIncCompil/Testcases/Google/chapter-7/queues/pop_back_assing.sv.log index 057cb34..db7b92c 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/pop_back_assing.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/pop_back_assing.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:02 -COMMAND: tests/chapter-7/queues/pop_back_assing.sv -writepp -parse -mt max -l tests/chapter-7/queues/pop_back_assing.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:48 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_back_assing.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_back_assing.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/queues/pop_back_assing.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_back_assing.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/queues/pop_back_assing.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_back_assing.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-7/queues/pop_back_assing.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_back_assing.sv". -[WARNI:PA0205] tests/chapter-7/queues/pop_back_assing.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_back_assing.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/queues/pop_back_assing.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_back_assing.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/queues/pop_back_assing.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_back_assing.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/pop_front.sv b/SVIncCompil/Testcases/Google/chapter-7/queues/pop_front.sv index f8df02c..22fdda8 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/pop_front.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/pop_front.sv
@@ -3,6 +3,7 @@ :description: Test queues pop_front function support :should_fail: 0 :tags: 7.10.2.4 7.10.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/pop_front.sv.log b/SVIncCompil/Testcases/Google/chapter-7/queues/pop_front.sv.log index 11f7f0f..456bac5 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/pop_front.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/pop_front.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:05 -COMMAND: tests/chapter-7/queues/pop_front.sv -writepp -parse -mt max -l tests/chapter-7/queues/pop_front.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:48 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_front.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_front.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/queues/pop_front.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_front.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/queues/pop_front.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_front.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_front.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-7/queues/pop_front.sv". - -[WARNI:PA0205] tests/chapter-7/queues/pop_front.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_front.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/queues/pop_front.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_front.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/queues/pop_front.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_front.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/pop_front_assign.sv b/SVIncCompil/Testcases/Google/chapter-7/queues/pop_front_assign.sv index a11e168..aa5546f 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/pop_front_assign.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/pop_front_assign.sv
@@ -3,6 +3,7 @@ :description: Update queue by assignment (pop_front) :should_fail: 0 :tags: 7.10.4 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/pop_front_assign.sv.log b/SVIncCompil/Testcases/Google/chapter-7/queues/pop_front_assign.sv.log index 6e67790..e3ddcac 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/pop_front_assign.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/pop_front_assign.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:58 -COMMAND: tests/chapter-7/queues/pop_front_assign.sv -writepp -parse -mt max -l tests/chapter-7/queues/pop_front_assign.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:49 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_front_assign.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_front_assign.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/queues/pop_front_assign.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_front_assign.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/queues/pop_front_assign.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-7/queues/pop_front_assign.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_front_assign.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-7/queues/pop_front_assign.sv, line 7: No timescale set for "top". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_front_assign.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_front_assign.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/queues/pop_front_assign.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_front_assign.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/queues/pop_front_assign.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/pop_front_assign.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/push_back.sv b/SVIncCompil/Testcases/Google/chapter-7/queues/push_back.sv index 57f021f..714c93e 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/push_back.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/push_back.sv
@@ -3,6 +3,7 @@ :description: Test queues push_back function support :should_fail: 0 :tags: 7.10.2.7 7.10.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/push_back.sv.log b/SVIncCompil/Testcases/Google/chapter-7/queues/push_back.sv.log index 7121836..1108632 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/push_back.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/push_back.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:02 -COMMAND: tests/chapter-7/queues/push_back.sv -writepp -parse -mt max -l tests/chapter-7/queues/push_back.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:50 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_back.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_back.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/queues/push_back.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_back.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/queues/push_back.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_back.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_back.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-7/queues/push_back.sv". - -[WARNI:PA0205] tests/chapter-7/queues/push_back.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_back.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/queues/push_back.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_back.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/queues/push_back.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_back.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/push_back_assign.sv b/SVIncCompil/Testcases/Google/chapter-7/queues/push_back_assign.sv index 5e1f88b..7bf9a89 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/push_back_assign.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/push_back_assign.sv
@@ -3,6 +3,7 @@ :description: Update queue by assignment (push_back) :should_fail: 0 :tags: 7.10.4 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/push_back_assign.sv.log b/SVIncCompil/Testcases/Google/chapter-7/queues/push_back_assign.sv.log index e3321c2..ba870b3 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/push_back_assign.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/push_back_assign.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:59 -COMMAND: tests/chapter-7/queues/push_back_assign.sv -writepp -parse -mt max -l tests/chapter-7/queues/push_back_assign.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:50 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_back_assign.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_back_assign.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/queues/push_back_assign.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_back_assign.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/queues/push_back_assign.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_back_assign.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_back_assign.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-7/queues/push_back_assign.sv". - -[WARNI:PA0205] tests/chapter-7/queues/push_back_assign.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_back_assign.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/queues/push_back_assign.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_back_assign.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/queues/push_back_assign.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_back_assign.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/push_front.sv b/SVIncCompil/Testcases/Google/chapter-7/queues/push_front.sv index f70b756..697c654 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/push_front.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/push_front.sv
@@ -3,6 +3,7 @@ :description: Test queues push_front function support :should_fail: 0 :tags: 7.10.2.6 7.10.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/push_front.sv.log b/SVIncCompil/Testcases/Google/chapter-7/queues/push_front.sv.log index f16941a..e1a1404 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/push_front.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/push_front.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:03 -COMMAND: tests/chapter-7/queues/push_front.sv -writepp -parse -mt max -l tests/chapter-7/queues/push_front.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:51 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_front.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_front.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/queues/push_front.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_front.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/queues/push_front.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_front.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_front.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-7/queues/push_front.sv". - -[WARNI:PA0205] tests/chapter-7/queues/push_front.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_front.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/queues/push_front.sv, line 7: Compile module "work@top". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_front.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/queues/push_front.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_front.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/push_front_assign.sv b/SVIncCompil/Testcases/Google/chapter-7/queues/push_front_assign.sv index 01ae996..ce9c474 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/push_front_assign.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/push_front_assign.sv
@@ -3,6 +3,7 @@ :description: Update queue by assignment (push_front) :should_fail: 0 :tags: 7.10.4 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/push_front_assign.sv.log b/SVIncCompil/Testcases/Google/chapter-7/queues/push_front_assign.sv.log index 3ef3bd4..86f0e4e 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/push_front_assign.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/push_front_assign.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:57 -COMMAND: tests/chapter-7/queues/push_front_assign.sv -writepp -parse -mt max -l tests/chapter-7/queues/push_front_assign.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:51 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_front_assign.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_front_assign.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/queues/push_front_assign.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_front_assign.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/queues/push_front_assign.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_front_assign.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_front_assign.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-7/queues/push_front_assign.sv". - -[WARNI:PA0205] tests/chapter-7/queues/push_front_assign.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_front_assign.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/queues/push_front_assign.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_front_assign.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/queues/push_front_assign.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/push_front_assign.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/size.sv b/SVIncCompil/Testcases/Google/chapter-7/queues/size.sv index ff7b513..d2612d2 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/size.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/size.sv
@@ -3,6 +3,7 @@ :description: Test queues size support :should_fail: 0 :tags: 7.10.2.1 7.10.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/size.sv.log b/SVIncCompil/Testcases/Google/chapter-7/queues/size.sv.log index 9165bcf..ed79889 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/size.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/size.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:58 -COMMAND: tests/chapter-7/queues/size.sv -writepp -parse -mt max -l tests/chapter-7/queues/size.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:52 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/size.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/size.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/queues/size.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/size.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/queues/size.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/size.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/size.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-7/queues/size.sv". - -[WARNI:PA0205] tests/chapter-7/queues/size.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/size.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/queues/size.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/size.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/queues/size.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/size.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/slice.sv b/SVIncCompil/Testcases/Google/chapter-7/queues/slice.sv index f7163ab..494878d 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/slice.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/slice.sv
@@ -3,6 +3,7 @@ :description: Test queues slice support :should_fail: 0 :tags: 7.10.1 7.10.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/queues/slice.sv.log b/SVIncCompil/Testcases/Google/chapter-7/queues/slice.sv.log index f9ee8ee..340197f 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/queues/slice.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/queues/slice.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:57 -COMMAND: tests/chapter-7/queues/slice.sv -writepp -parse -mt max -l tests/chapter-7/queues/slice.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:52 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/slice.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/slice.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/queues/slice.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/slice.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/queues/slice.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/slice.sv". -[INFO :PA0201] Parsing source file "tests/chapter-7/queues/slice.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/slice.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-7/queues/slice.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/slice.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/queues/slice.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/slice.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/queues/slice.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/queues/slice.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/structures/packed/basic.sv b/SVIncCompil/Testcases/Google/chapter-7/structures/packed/basic.sv index 7877009..0b22668 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/structures/packed/basic.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/structures/packed/basic.sv
@@ -3,6 +3,7 @@ :description: Test packed structures support :should_fail: 0 :tags: 7.2.1 7.2 7.1 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/structures/packed/basic.sv.log b/SVIncCompil/Testcases/Google/chapter-7/structures/packed/basic.sv.log new file mode 100644 index 0000000..6bb7469 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/structures/packed/basic.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:53 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/basic.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/basic.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/basic.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/basic.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/basic.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/basic.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/basic.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/basic.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/structures/packed/default-value.sv b/SVIncCompil/Testcases/Google/chapter-7/structures/packed/default-value.sv index 31952aa..f668bad 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/structures/packed/default-value.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/structures/packed/default-value.sv
@@ -3,6 +3,7 @@ :description: Test packed structures default value support :should_fail: 1 :tags: 7.2.2 +:type: simulation */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/structures/packed/default-value.sv.log b/SVIncCompil/Testcases/Google/chapter-7/structures/packed/default-value.sv.log new file mode 100644 index 0000000..f7243da --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/structures/packed/default-value.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:53 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/default-value.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/default-value.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/default-value.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/default-value.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/default-value.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/default-value.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/default-value.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/default-value.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 1. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/structures/packed/signed.sv b/SVIncCompil/Testcases/Google/chapter-7/structures/packed/signed.sv index df990b6..ec4e7c4 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/structures/packed/signed.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/structures/packed/signed.sv
@@ -3,6 +3,7 @@ :description: Test packed and signed structures support :should_fail: 0 :tags: 7.2.1 7.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/structures/packed/signed.sv.log b/SVIncCompil/Testcases/Google/chapter-7/structures/packed/signed.sv.log new file mode 100644 index 0000000..9e3487a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/structures/packed/signed.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:54 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/signed.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/signed.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/signed.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/signed.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/signed.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/signed.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/signed.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/signed.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/structures/packed/unsigned.sv b/SVIncCompil/Testcases/Google/chapter-7/structures/packed/unsigned.sv index 2a8c0f8..9c59f46 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/structures/packed/unsigned.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/structures/packed/unsigned.sv
@@ -3,6 +3,7 @@ :description: Test packed and unsigned structures support :should_fail: 0 :tags: 7.2.1 7.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/structures/packed/unsigned.sv.log b/SVIncCompil/Testcases/Google/chapter-7/structures/packed/unsigned.sv.log new file mode 100644 index 0000000..85c7256 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/structures/packed/unsigned.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:54 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/unsigned.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/unsigned.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/unsigned.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/unsigned.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/unsigned.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/unsigned.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/unsigned.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/packed/unsigned.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/structures/unpacked/basic.sv b/SVIncCompil/Testcases/Google/chapter-7/structures/unpacked/basic.sv index 20bfe74..4c6143d 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/structures/unpacked/basic.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/structures/unpacked/basic.sv
@@ -3,6 +3,7 @@ :description: Test unpacked structures support :should_fail: 0 :tags: 7.2 7.1 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/structures/unpacked/basic.sv.log b/SVIncCompil/Testcases/Google/chapter-7/structures/unpacked/basic.sv.log new file mode 100644 index 0000000..f25f12e --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/structures/unpacked/basic.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:54 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/unpacked/basic.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/unpacked/basic.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/unpacked/basic.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/unpacked/basic.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/unpacked/basic.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/unpacked/basic.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/unpacked/basic.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/unpacked/basic.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/structures/unpacked/default-value.sv b/SVIncCompil/Testcases/Google/chapter-7/structures/unpacked/default-value.sv index 9eebdf2..09db174 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/structures/unpacked/default-value.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/structures/unpacked/default-value.sv
@@ -3,6 +3,7 @@ :description: Test unpacked structures members default value support :should_fail: 0 :tags: 7.2.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/structures/unpacked/default-value.sv.log b/SVIncCompil/Testcases/Google/chapter-7/structures/unpacked/default-value.sv.log new file mode 100644 index 0000000..4e01a32 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/structures/unpacked/default-value.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:55 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/unpacked/default-value.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/unpacked/default-value.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/unpacked/default-value.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/unpacked/default-value.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/unpacked/default-value.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/unpacked/default-value.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/unpacked/default-value.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/structures/unpacked/default-value.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/unions/basic.sv b/SVIncCompil/Testcases/Google/chapter-7/unions/basic.sv index ec4584d..1182ecb 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/unions/basic.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/unions/basic.sv
@@ -3,6 +3,7 @@ :description: Test basic union support :should_fail: 0 :tags: 7.3 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/unions/basic.sv.log b/SVIncCompil/Testcases/Google/chapter-7/unions/basic.sv.log index ada0bff..5b977ff 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/unions/basic.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-7/unions/basic.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:07 -COMMAND: tests/chapter-7/unions/basic.sv -writepp -parse -mt max -l tests/chapter-7/unions/basic.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:55 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/basic.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/basic.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-7/unions/basic.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/basic.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-7/unions/basic.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/basic.sv". -[INFO :PA0201] Parsing source file "tests/chapter-7/unions/basic.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/basic.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-7/unions/basic.sv, line 7: No timescale set for "top". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/basic.sv, line 7: No timescale set for "top". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-7/unions/basic.sv, line 7: Compile module "work@top". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/basic.sv, line 7: Compile module "work@top". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-7/unions/basic.sv, line 7: Top level module "work@top". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/basic.sv, line 7: Top level module "work@top". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-7/unions/packed/basic.sv b/SVIncCompil/Testcases/Google/chapter-7/unions/packed/basic.sv index 72febe5..be739d0 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/unions/packed/basic.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/unions/packed/basic.sv
@@ -3,6 +3,7 @@ :description: Test basic union support :should_fail: 0 :tags: 7.3.1 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/unions/packed/basic.sv.log b/SVIncCompil/Testcases/Google/chapter-7/unions/packed/basic.sv.log new file mode 100644 index 0000000..5537a5c --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/unions/packed/basic.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:56 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/packed/basic.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/packed/basic.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/packed/basic.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/packed/basic.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/packed/basic.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/packed/basic.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/packed/basic.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/packed/basic.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/unions/tagged/basic.sv b/SVIncCompil/Testcases/Google/chapter-7/unions/tagged/basic.sv index e1acb48..74c1e9a 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/unions/tagged/basic.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/unions/tagged/basic.sv
@@ -3,6 +3,7 @@ :description: Test basic tagged union support :should_fail: 0 :tags: 7.3.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/unions/tagged/basic.sv.log b/SVIncCompil/Testcases/Google/chapter-7/unions/tagged/basic.sv.log new file mode 100644 index 0000000..71cd96a --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/unions/tagged/basic.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:56 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/tagged/basic.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/tagged/basic.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/tagged/basic.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/tagged/basic.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/tagged/basic.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/tagged/basic.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/tagged/basic.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/tagged/basic.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-7/unions/tagged/packed.sv b/SVIncCompil/Testcases/Google/chapter-7/unions/tagged/packed.sv index 49a0808..f6229df 100644 --- a/SVIncCompil/Testcases/Google/chapter-7/unions/tagged/packed.sv +++ b/SVIncCompil/Testcases/Google/chapter-7/unions/tagged/packed.sv
@@ -3,6 +3,7 @@ :description: Test tagged packed union support :should_fail: 0 :tags: 7.3.2 +:type: simulation parsing */ module top ();
diff --git a/SVIncCompil/Testcases/Google/chapter-7/unions/tagged/packed.sv.log b/SVIncCompil/Testcases/Google/chapter-7/unions/tagged/packed.sv.log new file mode 100644 index 0000000..5171388 --- /dev/null +++ b/SVIncCompil/Testcases/Google/chapter-7/unions/tagged/packed.sv.log
@@ -0,0 +1,57 @@ +******************************************** +* SURELOG System Verilog Compiler/Linter * +******************************************** + +Copyright (c) 2017-2019 ACE Cloud, +Authorized used only. + +VERSION: 0.05 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:57 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/tagged/packed.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/tagged/packed.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 + +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/tagged/packed.sv.log. + +[INFO :CM0024] Executing with 4 threads. + +[INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/tagged/packed.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/tagged/packed.sv". + +[INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/tagged/packed.sv, line 7: No timescale set for "top". + +[INFO :CP0300] Compilation... + +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/tagged/packed.sv, line 7: Compile module "work@top". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :EL0526] Design Elaboration... + +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-7/unions/tagged/packed.sv, line 7: Top level module "work@top". + +[NOTE :EL0508] Nb Top level modules: 1. + +[NOTE :EL0509] Max instance depth: 1. + +[NOTE :EL0510] Nb instances: 1. + +[NOTE :EL0511] Nb leaf instances: 0. + +[ FATAL] : 0 +[ ERROR] : 0 +[WARNING] : 1 +[ NOTE] : 5 + +******************************************** +* End SURELOG SVerilog Compiler/Linter * +******************************************** +
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.10--static_methods.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.10--static_methods.sv.log index b7aae55..71e2be8 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.10--static_methods.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.10--static_methods.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:43 -COMMAND: tests/chapter-8/8.10--static_methods.sv -writepp -parse -mt max -l tests/chapter-8/8.10--static_methods.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:57 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.10--static_methods.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.10--static_methods.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.10--static_methods.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.10--static_methods.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.10--static_methods.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-8/8.10--static_methods.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.10--static_methods.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.10--static_methods.sv, line 7: No timescale set for "class_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.10--static_methods.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.10--static_methods.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.10--static_methods.sv, line 7: Compile module "work@class_tb". - -[INFO :CP0302] tests/chapter-8/8.10--static_methods.sv, line 8: Compile class "work@class_tb::test_cls". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.10--static_methods.sv, line 7: Compile module "work@class_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.10--static_methods.sv, line 8: Compile class "work@class_tb::test_cls". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.10--static_methods.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.10--static_methods.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.11--this.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.11--this.sv.log index d57b8b8..845b1e3 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.11--this.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.11--this.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:40 -COMMAND: tests/chapter-8/8.11--this.sv -writepp -parse -mt max -l tests/chapter-8/8.11--this.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:58 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.11--this.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.11--this.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.11--this.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.11--this.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.11--this.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-8/8.11--this.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.11--this.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.11--this.sv, line 7: No timescale set for "class_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.11--this.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.11--this.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.11--this.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.11--this.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.11--this.sv, line 8: Compile class "work@class_tb::test_cls". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.11--this.sv, line 8: Compile class "work@class_tb::test_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.11--this.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.11--this.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.12--assignment.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.12--assignment.sv.log index b8573cc..c82d39e 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.12--assignment.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.12--assignment.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:40 -COMMAND: tests/chapter-8/8.12--assignment.sv -writepp -parse -mt max -l tests/chapter-8/8.12--assignment.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:58 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.12--assignment.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.12--assignment.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.12--assignment.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.12--assignment.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.12--assignment.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-8/8.12--assignment.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.12--assignment.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.12--assignment.sv, line 7: No timescale set for "class_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.12--assignment.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.12--assignment.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.12--assignment.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.12--assignment.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.12--assignment.sv, line 8: Compile class "work@class_tb::test_cls". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.12--assignment.sv, line 8: Compile class "work@class_tb::test_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.12--assignment.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.12--assignment.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.12--shallow_copy.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.12--shallow_copy.sv.log index 20e54e1..691bb8a 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.12--shallow_copy.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.12--shallow_copy.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:35 -COMMAND: tests/chapter-8/8.12--shallow_copy.sv -writepp -parse -mt max -l tests/chapter-8/8.12--shallow_copy.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:58 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.12--shallow_copy.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.12--shallow_copy.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.12--shallow_copy.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.12--shallow_copy.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.12--shallow_copy.sv, line 7: Compile module "work@class_tb". - -[INFO :CP0302] tests/chapter-8/8.12--shallow_copy.sv, line 8: Compile class "work@class_tb::test_cls". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv, line 7: Compile module "work@class_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv, line 8: Compile class "work@class_tb::test_cls". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.12--shallow_copy.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.13--inheritance.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.13--inheritance.sv.log index f710151..5f08c2b 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.13--inheritance.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.13--inheritance.sv.log
@@ -6,31 +6,31 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:32 -COMMAND: tests/chapter-8/8.13--inheritance.sv -writepp -parse -mt max -l tests/chapter-8/8.13--inheritance.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:41:59 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.13--inheritance.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.13--inheritance.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.13--inheritance.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.13--inheritance.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.13--inheritance.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.13--inheritance.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.13--inheritance.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.13--inheritance.sv". - -[WARNI:PA0205] tests/chapter-8/8.13--inheritance.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.13--inheritance.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.13--inheritance.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.13--inheritance.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.13--inheritance.sv, line 8: Compile class "work@class_tb::super_cls". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.13--inheritance.sv, line 8: Compile class "work@class_tb::super_cls". -[INFO :CP0302] tests/chapter-8/8.13--inheritance.sv, line 18: Compile class "work@class_tb::test_cls". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.13--inheritance.sv, line 18: Compile class "work@class_tb::test_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". @@ -40,7 +40,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.13--inheritance.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.13--inheritance.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.14--override_member.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.14--override_member.sv.log index 932907a..30f6475 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.14--override_member.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.14--override_member.sv.log
@@ -6,41 +6,41 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:42 -COMMAND: tests/chapter-8/8.14--override_member.sv -writepp -parse -mt max -l tests/chapter-8/8.14--override_member.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:00 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.14--override_member.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.14--override_member.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.14--override_member.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.14--override_member.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.14--override_member.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.14--override_member.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.14--override_member.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.14--override_member.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.14--override_member.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.14--override_member.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.14--override_member.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.14--override_member.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.14--override_member.sv, line 8: Compile class "work@class_tb::super_cls". - -[INFO :CP0302] tests/chapter-8/8.14--override_member.sv, line 18: Compile class "work@class_tb::test_cls". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.14--override_member.sv, line 8: Compile class "work@class_tb::super_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.14--override_member.sv, line 18: Compile class "work@class_tb::test_cls". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.14--override_member.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.14--override_member.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.15--super.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.15--super.sv.log index b7b037e..48d3021 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.15--super.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.15--super.sv.log
@@ -6,41 +6,41 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:49 -COMMAND: tests/chapter-8/8.15--super.sv -writepp -parse -mt max -l tests/chapter-8/8.15--super.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:00 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.15--super.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.15--super.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.15--super.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.15--super.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.15--super.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.15--super.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.15--super.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.15--super.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.15--super.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.15--super.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.15--super.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.15--super.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.15--super.sv, line 8: Compile class "work@class_tb::super_cls". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.15--super.sv, line 18: Compile class "work@class_tb::test_cls". -[INFO :CP0302] tests/chapter-8/8.15--super.sv, line 18: Compile class "work@class_tb::test_cls". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.15--super.sv, line 8: Compile class "work@class_tb::super_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.15--super.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.15--super.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.16--cast_func.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.16--cast_func.sv.log index 7f39ec1..64abb74 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.16--cast_func.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.16--cast_func.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:40 -COMMAND: tests/chapter-8/8.16--cast_func.sv -writepp -parse -mt max -l tests/chapter-8/8.16--cast_func.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:01 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.16--cast_func.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.16--cast_func.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.16--cast_func.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.16--cast_func.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.16--cast_func.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.16--cast_func.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.16--cast_func.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.16--cast_func.sv". - -[WARNI:PA0205] tests/chapter-8/8.16--cast_func.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.16--cast_func.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.16--cast_func.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.16--cast_func.sv, line 7: Compile module "work@class_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.16--cast_func.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.16--cast_func.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.17--constructor_const_arg.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.17--constructor_const_arg.sv.log index a8d5e8d..bc5e80e 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.17--constructor_const_arg.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.17--constructor_const_arg.sv.log
@@ -6,33 +6,33 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:34 -COMMAND: tests/chapter-8/8.17--constructor_const_arg.sv -writepp -parse -mt max -l tests/chapter-8/8.17--constructor_const_arg.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:02 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.17--constructor_const_arg.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.17--constructor_const_arg.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-8/8.17--constructor_const_arg.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.17--constructor_const_arg.sv, line 7: No timescale set for "class_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.17--constructor_const_arg.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv, line 7: Compile module "work@class_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/chapter-8/8.17--constructor_const_arg.sv, line 14: Compile class "work@class_tb::test_cls". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv, line 14: Compile class "work@class_tb::test_cls". -[INFO :CP0302] tests/chapter-8/8.17--constructor_const_arg.sv, line 8: Compile class "work@class_tb::super_cls". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv, line 8: Compile class "work@class_tb::super_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". @@ -40,7 +40,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.17--constructor_const_arg.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.18--var_local.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.18--var_local.sv.log index 21d8b48..a3d30b7 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.18--var_local.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.18--var_local.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:43 -COMMAND: tests/chapter-8/8.18--var_local.sv -writepp -parse -mt max -l tests/chapter-8/8.18--var_local.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:02 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.18--var_local.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.18--var_local.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.18--var_local.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.18--var_local.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.18--var_local.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.18--var_local.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.18--var_local.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.18--var_local.sv". - -[WARNI:PA0205] tests/chapter-8/8.18--var_local.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.18--var_local.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.18--var_local.sv, line 7: Compile module "work@class_tb". - -[INFO :CP0302] tests/chapter-8/8.18--var_local.sv, line 8: Compile class "work@class_tb::a_cls". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.18--var_local.sv, line 7: Compile module "work@class_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.18--var_local.sv, line 8: Compile class "work@class_tb::a_cls". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.18--var_local.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.18--var_local.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.18--var_protected.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.18--var_protected.sv.log index 42d2df8..e1ce179 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.18--var_protected.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.18--var_protected.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:36 -COMMAND: tests/chapter-8/8.18--var_protected.sv -writepp -parse -mt max -l tests/chapter-8/8.18--var_protected.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:02 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.18--var_protected.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.18--var_protected.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.18--var_protected.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.18--var_protected.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.18--var_protected.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.18--var_protected.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.18--var_protected.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.18--var_protected.sv". -[WARNI:PA0205] tests/chapter-8/8.18--var_protected.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.18--var_protected.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.18--var_protected.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.18--var_protected.sv, line 7: Compile module "work@class_tb". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.18--var_protected.sv, line 8: Compile class "work@class_tb::a_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] tests/chapter-8/8.18--var_protected.sv, line 8: Compile class "work@class_tb::a_cls". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.18--var_protected.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.18--var_protected.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.19--global_constant.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.19--global_constant.sv.log index 1c9467c..e30cbcb 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.19--global_constant.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.19--global_constant.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:41 -COMMAND: tests/chapter-8/8.19--global_constant.sv -writepp -parse -mt max -l tests/chapter-8/8.19--global_constant.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:03 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.19--global_constant.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.19--global_constant.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.19--global_constant.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.19--global_constant.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.19--global_constant.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.19--global_constant.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.19--global_constant.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.19--global_constant.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.19--global_constant.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.19--global_constant.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.19--global_constant.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.19--global_constant.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.19--global_constant.sv, line 8: Compile class "work@class_tb::a_cls". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.19--global_constant.sv, line 8: Compile class "work@class_tb::a_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". @@ -38,7 +38,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.19--global_constant.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.19--global_constant.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.19--instance_constant.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.19--instance_constant.sv.log index 2a3d8bd..b972893 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.19--instance_constant.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.19--instance_constant.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:39 -COMMAND: tests/chapter-8/8.19--instance_constant.sv -writepp -parse -mt max -l tests/chapter-8/8.19--instance_constant.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:03 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.19--instance_constant.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.19--instance_constant.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.19--instance_constant.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.19--instance_constant.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.19--instance_constant.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.19--instance_constant.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.19--instance_constant.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.19--instance_constant.sv". - -[WARNI:PA0205] tests/chapter-8/8.19--instance_constant.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.19--instance_constant.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.19--instance_constant.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.19--instance_constant.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.19--instance_constant.sv, line 8: Compile class "work@class_tb::a_cls". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.19--instance_constant.sv, line 8: Compile class "work@class_tb::a_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -38,7 +38,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.19--instance_constant.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.19--instance_constant.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.20--virtual_method.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.20--virtual_method.sv.log index 64d5ceb..64327f3 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.20--virtual_method.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.20--virtual_method.sv.log
@@ -6,41 +6,41 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:33 -COMMAND: tests/chapter-8/8.20--virtual_method.sv -writepp -parse -mt max -l tests/chapter-8/8.20--virtual_method.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:03 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.20--virtual_method.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.20--virtual_method.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.20--virtual_method.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.20--virtual_method.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.20--virtual_method.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-8/8.20--virtual_method.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.20--virtual_method.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.20--virtual_method.sv, line 7: No timescale set for "class_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.20--virtual_method.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.20--virtual_method.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.20--virtual_method.sv, line 7: Compile module "work@class_tb". - -[INFO :CP0302] tests/chapter-8/8.20--virtual_method.sv, line 8: Compile class "work@class_tb::super_cls". - -[INFO :CP0302] tests/chapter-8/8.20--virtual_method.sv, line 15: Compile class "work@class_tb::test_cls". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.20--virtual_method.sv, line 7: Compile module "work@class_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.20--virtual_method.sv, line 15: Compile class "work@class_tb::test_cls". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.20--virtual_method.sv, line 8: Compile class "work@class_tb::super_cls". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.20--virtual_method.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.20--virtual_method.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.21--abstract_class.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.21--abstract_class.sv.log index 6c365fc..34f20a8 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.21--abstract_class.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.21--abstract_class.sv.log
@@ -6,41 +6,41 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:37 -COMMAND: tests/chapter-8/8.21--abstract_class.sv -writepp -parse -mt max -l tests/chapter-8/8.21--abstract_class.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:03 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.21--abstract_class.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.21--abstract_class.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.21--abstract_class.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.21--abstract_class.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.21--abstract_class.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.21--abstract_class.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.21--abstract_class.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.21--abstract_class.sv". -[WARNI:PA0205] tests/chapter-8/8.21--abstract_class.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.21--abstract_class.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.21--abstract_class.sv, line 7: Compile module "work@class_tb". - -[INFO :CP0302] tests/chapter-8/8.21--abstract_class.sv, line 8: Compile class "work@class_tb::base_cls". - -[INFO :CP0302] tests/chapter-8/8.21--abstract_class.sv, line 12: Compile class "work@class_tb::test_cls". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.21--abstract_class.sv, line 7: Compile module "work@class_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.21--abstract_class.sv, line 12: Compile class "work@class_tb::test_cls". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.21--abstract_class.sv, line 8: Compile class "work@class_tb::base_cls". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.21--abstract_class.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.21--abstract_class.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.21--abstract_class_inst.sv b/SVIncCompil/Testcases/Google/chapter-8/8.21--abstract_class_inst.sv index d294e41..73aa075 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.21--abstract_class_inst.sv +++ b/SVIncCompil/Testcases/Google/chapter-8/8.21--abstract_class_inst.sv
@@ -3,6 +3,7 @@ :description: instantiating abstract class :should_fail: 1 :tags: 8.21 +:type: simulation */ module class_tb (); virtual class base_cls;
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.21--abstract_class_inst.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.21--abstract_class_inst.sv.log index 77c9a87..ba02779 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.21--abstract_class_inst.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.21--abstract_class_inst.sv.log
@@ -6,41 +6,41 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:46 -COMMAND: tests/chapter-8/8.21--abstract_class_inst.sv -writepp -parse -mt max -l tests/chapter-8/8.21--abstract_class_inst.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:04 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.21--abstract_class_inst.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.21--abstract_class_inst.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.21--abstract_class_inst.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.21--abstract_class_inst.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.21--abstract_class_inst.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.21--abstract_class_inst.sv, line 8: Compile class "work@class_tb::base_cls". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv, line 8: Compile class "work@class_tb::base_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/chapter-8/8.21--abstract_class_inst.sv, line 12: Compile class "work@class_tb::test_cls". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv, line 12: Compile class "work@class_tb::test_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.21--abstract_class_inst.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.22--dynamic_method_lookup.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.22--dynamic_method_lookup.sv.log index 1d5dd6e..44a5ef3 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.22--dynamic_method_lookup.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.22--dynamic_method_lookup.sv.log
@@ -6,45 +6,45 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:44 -COMMAND: tests/chapter-8/8.22--dynamic_method_lookup.sv -writepp -parse -mt max -l tests/chapter-8/8.22--dynamic_method_lookup.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:04 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.22--dynamic_method_lookup.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.22--dynamic_method_lookup.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.22--dynamic_method_lookup.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.22--dynamic_method_lookup.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.22--dynamic_method_lookup.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.22--dynamic_method_lookup.sv, line 18: Compile class "work@class_tb::b_cls". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv, line 12: Compile class "work@class_tb::a_cls". -[INFO :CP0302] tests/chapter-8/8.22--dynamic_method_lookup.sv, line 12: Compile class "work@class_tb::a_cls". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv, line 18: Compile class "work@class_tb::b_cls". -[INFO :CP0302] tests/chapter-8/8.22--dynamic_method_lookup.sv, line 8: Compile class "work@class_tb::base_cls". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv, line 8: Compile class "work@class_tb::base_cls". -[INFO :CP0302] tests/chapter-8/8.22--dynamic_method_lookup.sv, line 24: Compile class "work@class_tb::c_cls". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv, line 24: Compile class "work@class_tb::c_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.22--dynamic_method_lookup.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.23--scope_resolution.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.23--scope_resolution.sv.log index a643436..a0c6d55 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.23--scope_resolution.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.23--scope_resolution.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:31 -COMMAND: tests/chapter-8/8.23--scope_resolution.sv -writepp -parse -mt max -l tests/chapter-8/8.23--scope_resolution.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:05 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.23--scope_resolution.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.23--scope_resolution.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.23--scope_resolution.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv". -[WARNI:PA0205] tests/chapter-8/8.23--scope_resolution.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.23--scope_resolution.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv, line 7: Compile module "work@class_tb". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv, line 8: Compile class "work@class_tb::test_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/chapter-8/8.23--scope_resolution.sv, line 8: Compile class "work@class_tb::test_cls". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.23--scope_resolution.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.24--out_of_block_methods.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.24--out_of_block_methods.sv.log index ffdca78..cb607cf 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.24--out_of_block_methods.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.24--out_of_block_methods.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:50 -COMMAND: tests/chapter-8/8.24--out_of_block_methods.sv -writepp -parse -mt max -l tests/chapter-8/8.24--out_of_block_methods.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:05 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.24--out_of_block_methods.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.24--out_of_block_methods.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-8/8.24--out_of_block_methods.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.24--out_of_block_methods.sv, line 7: No timescale set for "class_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.24--out_of_block_methods.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv, line 7: Compile module "work@class_tb". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv, line 8: Compile class "work@class_tb::test_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/chapter-8/8.24--out_of_block_methods.sv, line 8: Compile class "work@class_tb::test_cls". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.24--out_of_block_methods.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.25--parametrized_class_extend.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.25--parametrized_class_extend.sv.log index 270b756..f1e522c 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.25--parametrized_class_extend.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.25--parametrized_class_extend.sv.log
@@ -6,41 +6,41 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:46 -COMMAND: tests/chapter-8/8.25--parametrized_class_extend.sv -writepp -parse -mt max -l tests/chapter-8/8.25--parametrized_class_extend.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:06 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.25--parametrized_class_extend.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.25--parametrized_class_extend.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.25--parametrized_class_extend.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv". -[WARNI:PA0205] tests/chapter-8/8.25--parametrized_class_extend.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.25--parametrized_class_extend.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.25--parametrized_class_extend.sv, line 8: Compile class "work@class_tb::base_cls". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv, line 8: Compile class "work@class_tb::base_cls". -[INFO :CP0302] tests/chapter-8/8.25--parametrized_class_extend.sv, line 12: Compile class "work@class_tb::ext_cls". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv, line 12: Compile class "work@class_tb::ext_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.25--parametrized_class_extend.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv b/SVIncCompil/Testcases/Google/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv index 19d4fab..d4aab72 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv +++ b/SVIncCompil/Testcases/Google/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv
@@ -3,6 +3,7 @@ :description: parametrized class invalid scope resolution :should_fail: 1 :tags: 8.25.1 +:type: simulation */ module class_tb ();
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv.log index a5519b3..61a1015 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:38 -COMMAND: tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv -writepp -parse -mt max -l tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:06 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv, line 7: Compile module "work@class_tb". - -[INFO :CP0302] tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv, line 9: Compile class "work@class_tb::par_cls". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv, line 7: Compile module "work@class_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv, line 9: Compile class "work@class_tb::par_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.25.1--parametrized_class_scope_resolution.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.25.1--parametrized_class_scope_resolution.sv.log index 1cda165..d61744a 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.25.1--parametrized_class_scope_resolution.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.25.1--parametrized_class_scope_resolution.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:37 -COMMAND: tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv -writepp -parse -mt max -l tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:07 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv". - -[WARNI:PA0205] tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv, line 7: Compile module "work@class_tb". - -[INFO :CP0302] tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv, line 9: Compile class "work@class_tb::par_cls". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv, line 7: Compile module "work@class_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv, line 9: Compile class "work@class_tb::par_cls". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.2--implements.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.26.2--implements.sv.log index 28c1086..cffdd5c 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.2--implements.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.2--implements.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:41 -COMMAND: tests/chapter-8/8.26.2--implements.sv -writepp -parse -mt max -l tests/chapter-8/8.26.2--implements.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:07 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.26.2--implements.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.26.2--implements.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.26.2--implements.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.26.2--implements.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.26.2--implements.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.26.2--implements.sv, line 12: Compile class "work@class_tb::Hello". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements.sv, line 12: Compile class "work@class_tb::Hello". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.26.2--implements.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.2--implements_extends.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.26.2--implements_extends.sv.log index 510b28f..b1c8657 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.2--implements_extends.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.2--implements_extends.sv.log
@@ -6,31 +6,31 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:43 -COMMAND: tests/chapter-8/8.26.2--implements_extends.sv -writepp -parse -mt max -l tests/chapter-8/8.26.2--implements_extends.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:07 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.26.2--implements_extends.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.26.2--implements_extends.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.26.2--implements_extends.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.26.2--implements_extends.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.26.2--implements_extends.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.26.2--implements_extends.sv, line 22: Compile class "work@class_tb::Hello". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv, line 22: Compile class "work@class_tb::Hello". -[INFO :CP0302] tests/chapter-8/8.26.2--implements_extends.sv, line 16: Compile class "work@class_tb::base". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv, line 16: Compile class "work@class_tb::base". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -40,7 +40,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.26.2--implements_extends.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.2--implements_multiple.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.26.2--implements_multiple.sv.log index 525f212..172fa32 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.2--implements_multiple.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.2--implements_multiple.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:31 -COMMAND: tests/chapter-8/8.26.2--implements_multiple.sv -writepp -parse -mt max -l tests/chapter-8/8.26.2--implements_multiple.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:08 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.26.2--implements_multiple.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.26.2--implements_multiple.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.26.2--implements_multiple.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.26.2--implements_multiple.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.26.2--implements_multiple.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.26.2--implements_multiple.sv, line 16: Compile class "work@class_tb::Hello". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv, line 16: Compile class "work@class_tb::Hello". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.26.2--implements_multiple.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.3--type_access_extends.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.26.3--type_access_extends.sv.log index f527a7f..dc8800e 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.3--type_access_extends.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.3--type_access_extends.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:34 -COMMAND: tests/chapter-8/8.26.3--type_access_extends.sv -writepp -parse -mt max -l tests/chapter-8/8.26.3--type_access_extends.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:08 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.26.3--type_access_extends.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.26.3--type_access_extends.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.26.3--type_access_extends.sv". - -[WARNI:PA0205] tests/chapter-8/8.26.3--type_access_extends.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.26.3--type_access_extends.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv, line 7: Compile module "work@class_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.26.3--type_access_extends.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.3--type_access_implements.sv b/SVIncCompil/Testcases/Google/chapter-8/8.26.3--type_access_implements.sv index d45289e..f4dc206 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.3--type_access_implements.sv +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.3--type_access_implements.sv
@@ -3,6 +3,7 @@ :description: access interface class type with scope resolution operator :should_fail: 0 :tags: 8.26.3 +:type: simulation parsing */ module class_tb (); interface class ihello; @@ -12,7 +13,7 @@ class Hello implements ihello; virtual function void hello(ihello::int_t val); - $display("hello world %d", val); + $display(":assert:(%d == 12)", val); endfunction endclass @@ -20,6 +21,6 @@ initial begin obj = new; - obj.hello(); + obj.hello(12); end endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.3--type_access_implements.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.26.3--type_access_implements.sv.log index 0d3a637..fb94c80 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.3--type_access_implements.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.3--type_access_implements.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:47 -COMMAND: tests/chapter-8/8.26.3--type_access_implements.sv -writepp -parse -mt max -l tests/chapter-8/8.26.3--type_access_implements.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:08 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.26.3--type_access_implements.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.26.3--type_access_implements.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-8/8.26.3--type_access_implements.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.26.3--type_access_implements.sv, line 7: No timescale set for "class_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.26.3--type_access_implements.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - -[INFO :CP0302] tests/chapter-8/8.26.3--type_access_implements.sv, line 13: Compile class "work@class_tb::Hello". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv, line 13: Compile class "work@class_tb::Hello". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.26.3--type_access_implements.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.3--type_access_implements_invalid.sv b/SVIncCompil/Testcases/Google/chapter-8/8.26.3--type_access_implements_invalid.sv index 4f4a41d..50fbd24 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.3--type_access_implements_invalid.sv +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.3--type_access_implements_invalid.sv
@@ -3,6 +3,7 @@ :description: access types from implemented class :should_fail: 1 :tags: 8.26.3 +:type: simulation */ module class_tb (); interface class ihello;
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.3--type_access_implements_invalid.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.26.3--type_access_implements_invalid.sv.log index cae32ae..cc1874f 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.3--type_access_implements_invalid.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.3--type_access_implements_invalid.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:34 -COMMAND: tests/chapter-8/8.26.3--type_access_implements_invalid.sv -writepp -parse -mt max -l tests/chapter-8/8.26.3--type_access_implements_invalid.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:09 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.26.3--type_access_implements_invalid.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.26.3--type_access_implements_invalid.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.26.3--type_access_implements_invalid.sv". - -[WARNI:PA0205] tests/chapter-8/8.26.3--type_access_implements_invalid.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.26.3--type_access_implements_invalid.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - -[INFO :CP0302] tests/chapter-8/8.26.3--type_access_implements_invalid.sv, line 13: Compile class "work@class_tb::Hello". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv, line 13: Compile class "work@class_tb::Hello". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.26.3--type_access_implements_invalid.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.4--illegal_forward_def_implements.sv b/SVIncCompil/Testcases/Google/chapter-8/8.26.4--illegal_forward_def_implements.sv index 925b4a4..e6cd79d 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.4--illegal_forward_def_implements.sv +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.4--illegal_forward_def_implements.sv
@@ -3,6 +3,7 @@ :description: implementing forward typedef for an interface class should fail :should_fail: 1 :tags: 8.26.4 +:type: simulation */ module class_tb (); typedef interface class ihello;
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.4--illegal_forward_def_implements.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.26.4--illegal_forward_def_implements.sv.log index 2ef85fd..81f1454 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.4--illegal_forward_def_implements.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.4--illegal_forward_def_implements.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:33 -COMMAND: tests/chapter-8/8.26.4--illegal_forward_def_implements.sv -writepp -parse -mt max -l tests/chapter-8/8.26.4--illegal_forward_def_implements.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:09 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.26.4--illegal_forward_def_implements.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.26.4--illegal_forward_def_implements.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-8/8.26.4--illegal_forward_def_implements.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.26.4--illegal_forward_def_implements.sv, line 7: No timescale set for "class_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.26.4--illegal_forward_def_implements.sv, line 7: Compile module "work@class_tb". - -[INFO :CP0302] tests/chapter-8/8.26.4--illegal_forward_def_implements.sv, line 10: Compile class "work@class_tb::Hello". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv, line 7: Compile module "work@class_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv, line 10: Compile class "work@class_tb::Hello". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.26.4--illegal_forward_def_implements.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.4--illegal_implements_parameter.sv b/SVIncCompil/Testcases/Google/chapter-8/8.26.4--illegal_implements_parameter.sv index 2bbeece..d07217b 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.4--illegal_implements_parameter.sv +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.4--illegal_implements_parameter.sv
@@ -3,6 +3,7 @@ :description: implementing parameter that resolves to an interface class is not allowed :should_fail: 1 :tags: 8.26.4 +:type: simulation */ module class_tb (); interface class ihello;
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.4--illegal_implements_parameter.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.26.4--illegal_implements_parameter.sv.log index 9470fc2..bf6ceae 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.4--illegal_implements_parameter.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.4--illegal_implements_parameter.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:48 -COMMAND: tests/chapter-8/8.26.4--illegal_implements_parameter.sv -writepp -parse -mt max -l tests/chapter-8/8.26.4--illegal_implements_parameter.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:09 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.26.4--illegal_implements_parameter.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.26.4--illegal_implements_parameter.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.26.4--illegal_implements_parameter.sv". - -[WARNI:PA0205] tests/chapter-8/8.26.4--illegal_implements_parameter.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.26.4--illegal_implements_parameter.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.26.4--illegal_implements_parameter.sv, line 13: Compile class "work@class_tb::Hello". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv, line 13: Compile class "work@class_tb::Hello". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.26.4--illegal_implements_parameter.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.5--cast_between_interface_classes.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.26.5--cast_between_interface_classes.sv.log index 9227f57..58a7fb1 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.5--cast_between_interface_classes.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.5--cast_between_interface_classes.sv.log
@@ -6,43 +6,43 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:49 -COMMAND: tests/chapter-8/8.26.5--cast_between_interface_classes.sv -writepp -parse -mt max -l tests/chapter-8/8.26.5--cast_between_interface_classes.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:10 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.26.5--cast_between_interface_classes.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.26.5--cast_between_interface_classes.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.26.5--cast_between_interface_classes.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.26.5--cast_between_interface_classes.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.26.5--cast_between_interface_classes.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv, line 7: Compile module "work@class_tb". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv, line 16: Compile class "work@class_tb::Hello". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/chapter-8/8.26.5--cast_between_interface_classes.sv, line 16: Compile class "work@class_tb::Hello". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[ERROR:CP0317] tests/chapter-8/8.26.5--cast_between_interface_classes.sv, line 26: Undefined type "ihello". +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv, line 26: Undefined type "ihello". -[ERROR:CP0317] tests/chapter-8/8.26.5--cast_between_interface_classes.sv, line 27: Undefined type "itest". +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv, line 27: Undefined type "itest". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.26.5--cast_between_interface_classes.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.5--implemented_class_handle.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.26.5--implemented_class_handle.sv.log index a1be0dc..a1ed2a9 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.5--implemented_class_handle.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.5--implemented_class_handle.sv.log
@@ -6,41 +6,41 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:37 -COMMAND: tests/chapter-8/8.26.5--implemented_class_handle.sv -writepp -parse -mt max -l tests/chapter-8/8.26.5--implemented_class_handle.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:10 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.26.5--implemented_class_handle.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.26.5--implemented_class_handle.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.26.5--implemented_class_handle.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv". -[WARNI:PA0205] tests/chapter-8/8.26.5--implemented_class_handle.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.26.5--implemented_class_handle.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.26.5--implemented_class_handle.sv, line 12: Compile class "work@class_tb::Hello". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv, line 12: Compile class "work@class_tb::Hello". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[ERROR:CP0317] tests/chapter-8/8.26.5--implemented_class_handle.sv, line 19: Undefined type "ihello". +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv, line 19: Undefined type "ihello". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.26.5--implemented_class_handle.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.5--invalid_interface_instantiation.sv b/SVIncCompil/Testcases/Google/chapter-8/8.26.5--invalid_interface_instantiation.sv index 7a12398..e31b771 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.5--invalid_interface_instantiation.sv +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.5--invalid_interface_instantiation.sv
@@ -3,6 +3,7 @@ :description: instantiating an interface class :should_fail: 1 :tags: 8.26.5 +:type: simulation */ module class_tb (); interface class ihello;
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.5--invalid_interface_instantiation.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.26.5--invalid_interface_instantiation.sv.log index a974598..31b5e4d 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.5--invalid_interface_instantiation.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.5--invalid_interface_instantiation.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:36 -COMMAND: tests/chapter-8/8.26.5--invalid_interface_instantiation.sv -writepp -parse -mt max -l tests/chapter-8/8.26.5--invalid_interface_instantiation.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:11 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.26.5--invalid_interface_instantiation.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.26.5--invalid_interface_instantiation.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.26.5--invalid_interface_instantiation.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv". -[WARNI:PA0205] tests/chapter-8/8.26.5--invalid_interface_instantiation.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.26.5--invalid_interface_instantiation.sv, line 7: Compile module "work@class_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv, line 7: Compile module "work@class_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[ERROR:CP0317] tests/chapter-8/8.26.5--invalid_interface_instantiation.sv, line 12: Undefined type "ihello". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv, line 12: Undefined type "ihello". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.26.5--invalid_interface_instantiation.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.6.1--name_conflict_resolved.sv b/SVIncCompil/Testcases/Google/chapter-8/8.26.6.1--name_conflict_resolved.sv index 3dbe333..b382134 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.6.1--name_conflict_resolved.sv +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.6.1--name_conflict_resolved.sv
@@ -3,6 +3,7 @@ :description: resolved interface class method name conflict :should_fail: 0 :tags: 8.26.6.1 +:type: simulation parsing */ module class_tb (); interface class ihello; @@ -15,7 +16,7 @@ class Hello implements ihello, itest; virtual function void hello(); - $display("hello world"); + $display(":assert:(True)"); endfunction endclass
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.6.1--name_conflict_resolved.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.26.6.1--name_conflict_resolved.sv.log index 625859a..f509324 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.6.1--name_conflict_resolved.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.6.1--name_conflict_resolved.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:39 -COMMAND: tests/chapter-8/8.26.6.1--name_conflict_resolved.sv -writepp -parse -mt max -l tests/chapter-8/8.26.6.1--name_conflict_resolved.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:11 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.26.6.1--name_conflict_resolved.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.26.6.1--name_conflict_resolved.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.26.6.1--name_conflict_resolved.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv". -[WARNI:PA0205] tests/chapter-8/8.26.6.1--name_conflict_resolved.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.26.6.1--name_conflict_resolved.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.26.6.1--name_conflict_resolved.sv, line 16: Compile class "work@class_tb::Hello". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv, line 16: Compile class "work@class_tb::Hello". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -38,7 +38,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.26.6.1--name_conflict_resolved.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.6.1--name_conflict_unresolved.sv b/SVIncCompil/Testcases/Google/chapter-8/8.26.6.1--name_conflict_unresolved.sv index 6130d7c..487d55a 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.6.1--name_conflict_unresolved.sv +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.6.1--name_conflict_unresolved.sv
@@ -3,6 +3,7 @@ :description: unresolved interface class method name conflict :should_fail: 1 :tags: 8.26.6.1 +:type: simulation */ module class_tb (); interface class ihello;
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.6.1--name_conflict_unresolved.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.26.6.1--name_conflict_unresolved.sv.log index 36f0853..39f5ccd 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.6.1--name_conflict_unresolved.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.6.1--name_conflict_unresolved.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:39 -COMMAND: tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv -writepp -parse -mt max -l tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:11 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv". -[WARNI:PA0205] tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv, line 16: Compile class "work@class_tb::Hello". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv, line 16: Compile class "work@class_tb::Hello". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -38,7 +38,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.6.2--parameter_type_conflict.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.26.6.2--parameter_type_conflict.sv.log index 190371c..5a65fd0 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.6.2--parameter_type_conflict.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.6.2--parameter_type_conflict.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:50 -COMMAND: tests/chapter-8/8.26.6.2--parameter_type_conflict.sv -writepp -parse -mt max -l tests/chapter-8/8.26.6.2--parameter_type_conflict.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:12 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.26.6.2--parameter_type_conflict.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.26.6.2--parameter_type_conflict.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.26.6.2--parameter_type_conflict.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.26.6.2--parameter_type_conflict.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.26.6.2--parameter_type_conflict.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv, line 7: Compile module "work@class_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.26.6.2--parameter_type_conflict.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv b/SVIncCompil/Testcases/Google/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv index ad0586f..fe83f6f 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv
@@ -3,6 +3,7 @@ :description: superclass type declaration conflicts must be resolved in subclass :should_fail: 1 :tags: 8.26.6.2 +:type: simulation */ module class_tb (); interface class ic1#(type T = logic);
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv.log index 96a01a9..0e6e9d8 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:31 -COMMAND: tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv -writepp -parse -mt max -l tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:12 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv, line 7: No timescale set for "class_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv, line 7: Compile module "work@class_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.6.3--diamond_relationship.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.26.6.3--diamond_relationship.sv.log index ca85f22..ef4fb1b 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.6.3--diamond_relationship.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.6.3--diamond_relationship.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:39 -COMMAND: tests/chapter-8/8.26.6.3--diamond_relationship.sv -writepp -parse -mt max -l tests/chapter-8/8.26.6.3--diamond_relationship.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:12 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.26.6.3--diamond_relationship.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.26.6.3--diamond_relationship.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.26.6.3--diamond_relationship.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.26.6.3--diamond_relationship.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.26.6.3--diamond_relationship.sv, line 7: Compile module "work@class_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv, line 7: Compile module "work@class_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.26.6.3--diamond_relationship.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv b/SVIncCompil/Testcases/Google/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv index 220b0ac..96f0a0a 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv
@@ -3,6 +3,7 @@ :description: different specializations of an interface class are treated as unique interface class types :should_fail: 1 :tags: 8.26.6.3 +:type: simulation */ module class_tb (); interface class ibase#(type T = logic);
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv.log index 075c5c9..560f783 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:33 -COMMAND: tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv -writepp -parse -mt max -l tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:13 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv". - -[WARNI:PA0205] tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv, line 7: Compile module "work@class_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.26.7--partial_implementation.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.26.7--partial_implementation.sv.log index de25ff1..98d3140 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.26.7--partial_implementation.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.26.7--partial_implementation.sv.log
@@ -6,41 +6,41 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:35 -COMMAND: tests/chapter-8/8.26.7--partial_implementation.sv -writepp -parse -mt max -l tests/chapter-8/8.26.7--partial_implementation.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:13 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.26.7--partial_implementation.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.26.7--partial_implementation.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.26.7--partial_implementation.sv". - -[WARNI:PA0205] tests/chapter-8/8.26.7--partial_implementation.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.26.7--partial_implementation.sv, line 7: Compile module "work@class_tb". - -[INFO :CP0302] tests/chapter-8/8.26.7--partial_implementation.sv, line 20: Compile class "work@class_tb::helloworld". - -[INFO :CP0302] tests/chapter-8/8.26.7--partial_implementation.sv, line 13: Compile class "work@class_tb::vhello". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv, line 7: Compile module "work@class_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv, line 20: Compile class "work@class_tb::helloworld". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv, line 13: Compile class "work@class_tb::vhello". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.26.7--partial_implementation.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.27--forward_declaration.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.27--forward_declaration.sv.log index 1666357..42940aa 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.27--forward_declaration.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.27--forward_declaration.sv.log
@@ -6,41 +6,41 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:37 -COMMAND: tests/chapter-8/8.27--forward_declaration.sv -writepp -parse -mt max -l tests/chapter-8/8.27--forward_declaration.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:13 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.27--forward_declaration.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.27--forward_declaration.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.27--forward_declaration.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv". -[WARNI:PA0205] tests/chapter-8/8.27--forward_declaration.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.27--forward_declaration.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.27--forward_declaration.sv, line 14: Compile class "work@class_tb::C2". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv, line 10: Compile class "work@class_tb::C1". -[INFO :CP0302] tests/chapter-8/8.27--forward_declaration.sv, line 10: Compile class "work@class_tb::C1". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv, line 14: Compile class "work@class_tb::C2". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.27--forward_declaration.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.4--instantiation.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.4--instantiation.sv.log index 6c2651d..2146d71 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.4--instantiation.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.4--instantiation.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:32 -COMMAND: tests/chapter-8/8.4--instantiation.sv -writepp -parse -mt max -l tests/chapter-8/8.4--instantiation.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:13 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.4--instantiation.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.4--instantiation.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.4--instantiation.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.4--instantiation.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.4--instantiation.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.4--instantiation.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.4--instantiation.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.4--instantiation.sv". - -[WARNI:PA0205] tests/chapter-8/8.4--instantiation.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.4--instantiation.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.4--instantiation.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.4--instantiation.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.4--instantiation.sv, line 8: Compile class "work@class_tb::test_cls". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.4--instantiation.sv, line 8: Compile class "work@class_tb::test_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.4--instantiation.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.4--instantiation.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.5--parameters.sv b/SVIncCompil/Testcases/Google/chapter-8/8.5--parameters.sv index 3f7dbe5..660a32e 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.5--parameters.sv +++ b/SVIncCompil/Testcases/Google/chapter-8/8.5--parameters.sv
@@ -3,6 +3,7 @@ :description: parametrized class test :should_fail: 0 :tags: 8.5 8.25 +:type: simulation parsing */ module class_tb (); class test_cls #(parameter a = 12); @@ -12,6 +13,6 @@ initial begin test_obj = new; - $display(test_cls.a); + $display(":assert:(%d == 34)", test_cls.a); end endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.5--parameters.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.5--parameters.sv.log index 29c8fff..aaba373 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.5--parameters.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.5--parameters.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:47 -COMMAND: tests/chapter-8/8.5--parameters.sv -writepp -parse -mt max -l tests/chapter-8/8.5--parameters.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:14 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--parameters.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--parameters.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.5--parameters.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--parameters.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.5--parameters.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--parameters.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.5--parameters.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--parameters.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.5--parameters.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--parameters.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.5--parameters.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--parameters.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--parameters.sv, line 8: Compile class "work@class_tb::test_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] tests/chapter-8/8.5--parameters.sv, line 8: Compile class "work@class_tb::test_cls". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.5--parameters.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--parameters.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.5--properties.sv b/SVIncCompil/Testcases/Google/chapter-8/8.5--properties.sv index d40f0ba..51bd797 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.5--properties.sv +++ b/SVIncCompil/Testcases/Google/chapter-8/8.5--properties.sv
@@ -3,6 +3,7 @@ :description: class properties test :should_fail: 0 :tags: 8.5 +:type: simulation parsing */ module class_tb (); class test_cls; @@ -16,6 +17,6 @@ test_obj.a = 12; - $display(test_obj.a); + $display(":assert:(%d == 12)", test_obj.a); end endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.5--properties.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.5--properties.sv.log index 554889f..975a4fd 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.5--properties.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.5--properties.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:44 -COMMAND: tests/chapter-8/8.5--properties.sv -writepp -parse -mt max -l tests/chapter-8/8.5--properties.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:14 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--properties.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--properties.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.5--properties.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--properties.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.5--properties.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--properties.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.5--properties.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--properties.sv". -[WARNI:PA0205] tests/chapter-8/8.5--properties.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--properties.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.5--properties.sv, line 7: Compile module "work@class_tb". - -[INFO :CP0302] tests/chapter-8/8.5--properties.sv, line 8: Compile class "work@class_tb::test_cls". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--properties.sv, line 7: Compile module "work@class_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--properties.sv, line 8: Compile class "work@class_tb::test_cls". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.5--properties.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--properties.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.5--properties_enum.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.5--properties_enum.sv.log index 2565459..0d56846 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.5--properties_enum.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.5--properties_enum.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:38 -COMMAND: tests/chapter-8/8.5--properties_enum.sv -writepp -parse -mt max -l tests/chapter-8/8.5--properties_enum.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:14 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--properties_enum.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--properties_enum.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.5--properties_enum.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--properties_enum.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.5--properties_enum.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--properties_enum.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.5--properties_enum.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--properties_enum.sv". -[WARNI:PA0205] tests/chapter-8/8.5--properties_enum.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--properties_enum.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.5--properties_enum.sv, line 7: Compile module "work@class_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--properties_enum.sv, line 7: Compile module "work@class_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/chapter-8/8.5--properties_enum.sv, line 8: Compile class "work@class_tb::test_cls". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--properties_enum.sv, line 8: Compile class "work@class_tb::test_cls". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.5--properties_enum.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.5--properties_enum.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.6--methods.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.6--methods.sv.log index 2804c33..29c2814 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.6--methods.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.6--methods.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:30 -COMMAND: tests/chapter-8/8.6--methods.sv -writepp -parse -mt max -l tests/chapter-8/8.6--methods.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:15 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.6--methods.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.6--methods.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.6--methods.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.6--methods.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.6--methods.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.6--methods.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.6--methods.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.6--methods.sv". -[WARNI:PA0205] tests/chapter-8/8.6--methods.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.6--methods.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.6--methods.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.6--methods.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.6--methods.sv, line 8: Compile class "work@class_tb::test_cls". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.6--methods.sv, line 8: Compile class "work@class_tb::test_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.6--methods.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.6--methods.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.7--constructor.sv b/SVIncCompil/Testcases/Google/chapter-8/8.7--constructor.sv index a3a1ddd..0eab496 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.7--constructor.sv +++ b/SVIncCompil/Testcases/Google/chapter-8/8.7--constructor.sv
@@ -3,6 +3,7 @@ :description: class constructor test :should_fail: 0 :tags: 8.7 +:type: simulation parsing */ module class_tb (); class test_cls; @@ -15,6 +16,6 @@ initial begin test_cls test_obj = new; - $display(test_obj.a); + $display(":assert:(%d == 42)", test_obj.a); end endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.7--constructor.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.7--constructor.sv.log index 04e6fbf..24163a9 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.7--constructor.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.7--constructor.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:47 -COMMAND: tests/chapter-8/8.7--constructor.sv -writepp -parse -mt max -l tests/chapter-8/8.7--constructor.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:15 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.7--constructor.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.7--constructor.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.7--constructor.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.7--constructor.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.7--constructor.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.7--constructor.sv, line 8: Compile class "work@class_tb::test_cls". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor.sv, line 8: Compile class "work@class_tb::test_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.7--constructor.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.7--constructor_param.sv b/SVIncCompil/Testcases/Google/chapter-8/8.7--constructor_param.sv index dad213c..c6a97d0 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.7--constructor_param.sv +++ b/SVIncCompil/Testcases/Google/chapter-8/8.7--constructor_param.sv
@@ -3,6 +3,7 @@ :description: class constructor with arguments test :should_fail: 0 :tags: 8.7 +:type: simulation parsing */ module class_tb (); class test_cls; @@ -15,6 +16,6 @@ initial begin test_cls test_obj = new(37); - $display(test_obj.a); + $display(":assert:(%d == 37)", test_obj.a); end endmodule
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.7--constructor_param.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.7--constructor_param.sv.log index 3a14fe6..cd17497 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.7--constructor_param.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.7--constructor_param.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:36 -COMMAND: tests/chapter-8/8.7--constructor_param.sv -writepp -parse -mt max -l tests/chapter-8/8.7--constructor_param.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:16 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor_param.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor_param.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.7--constructor_param.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor_param.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.7--constructor_param.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor_param.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor_param.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.7--constructor_param.sv". - -[WARNI:PA0205] tests/chapter-8/8.7--constructor_param.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor_param.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.7--constructor_param.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor_param.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - -[INFO :CP0302] tests/chapter-8/8.7--constructor_param.sv, line 8: Compile class "work@class_tb::test_cls". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor_param.sv, line 8: Compile class "work@class_tb::test_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.7--constructor_param.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor_param.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.7--constructor_super.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.7--constructor_super.sv.log index 68bb7c7..9c57e41 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.7--constructor_super.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.7--constructor_super.sv.log
@@ -6,41 +6,41 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:46 -COMMAND: tests/chapter-8/8.7--constructor_super.sv -writepp -parse -mt max -l tests/chapter-8/8.7--constructor_super.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:16 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor_super.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor_super.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.7--constructor_super.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor_super.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.7--constructor_super.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-8/8.7--constructor_super.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor_super.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.7--constructor_super.sv, line 7: No timescale set for "class_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor_super.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor_super.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.7--constructor_super.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor_super.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.7--constructor_super.sv, line 14: Compile class "work@class_tb::test_cls". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor_super.sv, line 8: Compile class "work@class_tb::super_cls". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - -[INFO :CP0302] tests/chapter-8/8.7--constructor_super.sv, line 8: Compile class "work@class_tb::super_cls". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor_super.sv, line 14: Compile class "work@class_tb::test_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.7--constructor_super.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.7--constructor_super.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.8--typed_constructor.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.8--typed_constructor.sv.log index 8f53f05..4b0c4a6 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.8--typed_constructor.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.8--typed_constructor.sv.log
@@ -6,41 +6,41 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:45 -COMMAND: tests/chapter-8/8.8--typed_constructor.sv -writepp -parse -mt max -l tests/chapter-8/8.8--typed_constructor.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:17 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.8--typed_constructor.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.8--typed_constructor.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.8--typed_constructor.sv". - -[WARNI:PA0205] tests/chapter-8/8.8--typed_constructor.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.8--typed_constructor.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.8--typed_constructor.sv, line 8: Compile class "work@class_tb::super_cls". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv, line 15: Compile class "work@class_tb::test_cls". -[INFO :CP0302] tests/chapter-8/8.8--typed_constructor.sv, line 15: Compile class "work@class_tb::test_cls". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv, line 8: Compile class "work@class_tb::super_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.8--typed_constructor.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.8--typed_constructor_param.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.8--typed_constructor_param.sv.log index ed9e449..b31e1b3 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.8--typed_constructor_param.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.8--typed_constructor_param.sv.log
@@ -6,41 +6,41 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:44 -COMMAND: tests/chapter-8/8.8--typed_constructor_param.sv -writepp -parse -mt max -l tests/chapter-8/8.8--typed_constructor_param.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:17 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.8--typed_constructor_param.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.8--typed_constructor_param.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.8--typed_constructor_param.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-8/8.8--typed_constructor_param.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.8--typed_constructor_param.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.8--typed_constructor_param.sv, line 8: Compile class "work@class_tb::super_cls". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv, line 8: Compile class "work@class_tb::super_cls". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - -[INFO :CP0302] tests/chapter-8/8.8--typed_constructor_param.sv, line 15: Compile class "work@class_tb::test_cls". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv, line 15: Compile class "work@class_tb::test_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.8--typed_constructor_param.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-8/8.9--static_properties.sv.log b/SVIncCompil/Testcases/Google/chapter-8/8.9--static_properties.sv.log index 49f002d..42effb5 100644 --- a/SVIncCompil/Testcases/Google/chapter-8/8.9--static_properties.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-8/8.9--static_properties.sv.log
@@ -6,39 +6,39 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:13:42 -COMMAND: tests/chapter-8/8.9--static_properties.sv -writepp -parse -mt max -l tests/chapter-8/8.9--static_properties.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:18 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.9--static_properties.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.9--static_properties.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-8/8.9--static_properties.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.9--static_properties.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-8/8.9--static_properties.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.9--static_properties.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.9--static_properties.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-8/8.9--static_properties.sv". - -[WARNI:PA0205] tests/chapter-8/8.9--static_properties.sv, line 7: No timescale set for "class_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.9--static_properties.sv, line 7: No timescale set for "class_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-8/8.9--static_properties.sv, line 7: Compile module "work@class_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.9--static_properties.sv, line 7: Compile module "work@class_tb". -[INFO :CP0302] tests/chapter-8/8.9--static_properties.sv, line 8: Compile class "work@class_tb::test_cls". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.9--static_properties.sv, line 8: Compile class "work@class_tb::test_cls". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-8/8.9--static_properties.sv, line 7: Top level module "work@class_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-8/8.9--static_properties.sv, line 7: Top level module "work@class_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.2.1--initial.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.2.1--initial.sv.log index 45cd420..e5b7b2d 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.2.1--initial.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.2.1--initial.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:46 -COMMAND: tests/chapter-9/9.2.1--initial.sv -writepp -parse -mt max -l tests/chapter-9/9.2.1--initial.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:18 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.1--initial.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.1--initial.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.2.1--initial.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.1--initial.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.2.1--initial.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.1--initial.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.1--initial.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.2.1--initial.sv". - -[WARNI:PA0205] tests/chapter-9/9.2.1--initial.sv, line 7: No timescale set for "initial_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.1--initial.sv, line 7: No timescale set for "initial_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.2.1--initial.sv, line 7: Compile module "work@initial_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.1--initial.sv, line 7: Compile module "work@initial_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.2.1--initial.sv, line 7: Top level module "work@initial_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.1--initial.sv, line 7: Top level module "work@initial_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.2.2.1--always.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.2.2.1--always.sv.log index 0ae85eb..45431e8 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.2.2.1--always.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.2.2.1--always.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:54 -COMMAND: tests/chapter-9/9.2.2.1--always.sv -writepp -parse -mt max -l tests/chapter-9/9.2.2.1--always.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:19 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.1--always.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.1--always.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.2.2.1--always.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.1--always.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.2.2.1--always.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.1--always.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.2.2.1--always.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.1--always.sv". -[WARNI:PA0205] tests/chapter-9/9.2.2.1--always.sv, line 7: No timescale set for "always_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.1--always.sv, line 7: No timescale set for "always_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.2.2.1--always.sv, line 7: Compile module "work@always_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.1--always.sv, line 7: Compile module "work@always_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.2.2.1--always.sv, line 7: Top level module "work@always_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.1--always.sv, line 7: Top level module "work@always_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.2.2.2--always_comb.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.2.2.2--always_comb.sv.log index 3a6f3d2..7a9621b 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.2.2.2--always_comb.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.2.2.2--always_comb.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:43 -COMMAND: tests/chapter-9/9.2.2.2--always_comb.sv -writepp -parse -mt max -l tests/chapter-9/9.2.2.2--always_comb.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:19 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.2.2.2--always_comb.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.2.2.2--always_comb.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-9/9.2.2.2--always_comb.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-9/9.2.2.2--always_comb.sv, line 7: No timescale set for "always_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv, line 7: No timescale set for "always_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.2.2.2--always_comb.sv, line 7: Compile module "work@always_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv, line 7: Compile module "work@always_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.2.2.2--always_comb.sv, line 7: Top level module "work@always_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv, line 7: Top level module "work@always_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.2.2.3--always_latch.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.2.2.3--always_latch.sv.log index 356f945..1ac60a7 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.2.2.3--always_latch.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.2.2.3--always_latch.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:44 -COMMAND: tests/chapter-9/9.2.2.3--always_latch.sv -writepp -parse -mt max -l tests/chapter-9/9.2.2.3--always_latch.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:19 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.2.2.3--always_latch.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.2.2.3--always_latch.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.2.2.3--always_latch.sv". - -[WARNI:PA0205] tests/chapter-9/9.2.2.3--always_latch.sv, line 7: No timescale set for "always_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv, line 7: No timescale set for "always_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.2.2.3--always_latch.sv, line 7: Compile module "work@always_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv, line 7: Compile module "work@always_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.2.2.3--always_latch.sv, line 7: Top level module "work@always_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv, line 7: Top level module "work@always_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.2.2.4--always_ff.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.2.2.4--always_ff.sv.log index 684cb59..1d6cf70 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.2.2.4--always_ff.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.2.2.4--always_ff.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:50 -COMMAND: tests/chapter-9/9.2.2.4--always_ff.sv -writepp -parse -mt max -l tests/chapter-9/9.2.2.4--always_ff.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:19 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.2.2.4--always_ff.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.2.2.4--always_ff.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.2.2.4--always_ff.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-9/9.2.2.4--always_ff.sv, line 7: No timescale set for "always_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv, line 7: No timescale set for "always_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.2.2.4--always_ff.sv, line 7: Compile module "work@always_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv, line 7: Compile module "work@always_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.2.2.4--always_ff.sv, line 7: Top level module "work@always_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv, line 7: Top level module "work@always_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.2.3--final.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.2.3--final.sv.log index 0756a05..01fd79c 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.2.3--final.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.2.3--final.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:56 -COMMAND: tests/chapter-9/9.2.3--final.sv -writepp -parse -mt max -l tests/chapter-9/9.2.3--final.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:20 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.3--final.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.3--final.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.2.3--final.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.3--final.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.2.3--final.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.3--final.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.2.3--final.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.3--final.sv". -[WARNI:PA0205] tests/chapter-9/9.2.3--final.sv, line 7: No timescale set for "initial_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.3--final.sv, line 7: No timescale set for "initial_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.2.3--final.sv, line 7: Compile module "work@initial_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.3--final.sv, line 7: Compile module "work@initial_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.2.3--final.sv, line 7: Top level module "work@initial_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.2.3--final.sv, line 7: Top level module "work@initial_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.3.1--sequential_block.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.3.1--sequential_block.sv.log index 86019f0..fb19d2a 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.3.1--sequential_block.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.3.1--sequential_block.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:44 -COMMAND: tests/chapter-9/9.3.1--sequential_block.sv -writepp -parse -mt max -l tests/chapter-9/9.3.1--sequential_block.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:20 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.1--sequential_block.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.1--sequential_block.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.3.1--sequential_block.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.1--sequential_block.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.3.1--sequential_block.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.1--sequential_block.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.3.1--sequential_block.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.1--sequential_block.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-9/9.3.1--sequential_block.sv, line 7: No timescale set for "sequential_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.1--sequential_block.sv, line 7: No timescale set for "sequential_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.3.1--sequential_block.sv, line 7: Compile module "work@sequential_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.1--sequential_block.sv, line 7: Compile module "work@sequential_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.3.1--sequential_block.sv, line 7: Top level module "work@sequential_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.1--sequential_block.sv, line 7: Top level module "work@sequential_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.3.2--parallel_block_join.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.3.2--parallel_block_join.sv.log index b2de196..09e41ef 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.3.2--parallel_block_join.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.3.2--parallel_block_join.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:43 -COMMAND: tests/chapter-9/9.3.2--parallel_block_join.sv -writepp -parse -mt max -l tests/chapter-9/9.3.2--parallel_block_join.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:20 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.3.2--parallel_block_join.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.3.2--parallel_block_join.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.3.2--parallel_block_join.sv". - -[WARNI:PA0205] tests/chapter-9/9.3.2--parallel_block_join.sv, line 7: No timescale set for "parallel_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv, line 7: No timescale set for "parallel_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.3.2--parallel_block_join.sv, line 7: Compile module "work@parallel_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv, line 7: Compile module "work@parallel_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.3.2--parallel_block_join.sv, line 7: Top level module "work@parallel_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv, line 7: Top level module "work@parallel_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.3.2--parallel_block_join_any.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.3.2--parallel_block_join_any.sv.log index fd23b56..05a7b0d 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.3.2--parallel_block_join_any.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.3.2--parallel_block_join_any.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:49 -COMMAND: tests/chapter-9/9.3.2--parallel_block_join_any.sv -writepp -parse -mt max -l tests/chapter-9/9.3.2--parallel_block_join_any.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:20 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.3.2--parallel_block_join_any.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.3.2--parallel_block_join_any.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-9/9.3.2--parallel_block_join_any.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-9/9.3.2--parallel_block_join_any.sv, line 7: No timescale set for "parallel_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv, line 7: No timescale set for "parallel_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.3.2--parallel_block_join_any.sv, line 7: Compile module "work@parallel_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv, line 7: Compile module "work@parallel_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.3.2--parallel_block_join_any.sv, line 7: Top level module "work@parallel_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv, line 7: Top level module "work@parallel_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.3.2--parallel_block_join_none.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.3.2--parallel_block_join_none.sv.log index 1cd51d9..b87f7f6 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.3.2--parallel_block_join_none.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.3.2--parallel_block_join_none.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:52 -COMMAND: tests/chapter-9/9.3.2--parallel_block_join_none.sv -writepp -parse -mt max -l tests/chapter-9/9.3.2--parallel_block_join_none.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:21 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.3.2--parallel_block_join_none.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.3.2--parallel_block_join_none.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.3.2--parallel_block_join_none.sv". - -[WARNI:PA0205] tests/chapter-9/9.3.2--parallel_block_join_none.sv, line 7: No timescale set for "parallel_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv, line 7: No timescale set for "parallel_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.3.2--parallel_block_join_none.sv, line 7: Compile module "work@parallel_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv, line 7: Compile module "work@parallel_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.3.2--parallel_block_join_none.sv, line 7: Top level module "work@parallel_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv, line 7: Top level module "work@parallel_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.3.3--block_start_finish.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.3.3--block_start_finish.sv.log index 3fc9456..75edde7 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.3.3--block_start_finish.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.3.3--block_start_finish.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:48 -COMMAND: tests/chapter-9/9.3.3--block_start_finish.sv -writepp -parse -mt max -l tests/chapter-9/9.3.3--block_start_finish.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:21 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.3.3--block_start_finish.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.3.3--block_start_finish.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.3.3--block_start_finish.sv". - -[WARNI:PA0205] tests/chapter-9/9.3.3--block_start_finish.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.3.3--block_start_finish.sv, line 7: Compile module "work@block_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.3.3--block_start_finish.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.3.3--event.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.3.3--event.sv.log index 6842b6a..ef0198f 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.3.3--event.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.3.3--event.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:52 -COMMAND: tests/chapter-9/9.3.3--event.sv -writepp -parse -mt max -l tests/chapter-9/9.3.3--event.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:21 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--event.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--event.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.3.3--event.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--event.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.3.3--event.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-9/9.3.3--event.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--event.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-9/9.3.3--event.sv, line 7: No timescale set for "block_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--event.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--event.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.3.3--event.sv, line 7: Compile module "work@block_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--event.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.3.3--event.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--event.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.3.3--fork_return.sv b/SVIncCompil/Testcases/Google/chapter-9/9.3.3--fork_return.sv index e48dfda..63b3c3b 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.3.3--fork_return.sv +++ b/SVIncCompil/Testcases/Google/chapter-9/9.3.3--fork_return.sv
@@ -3,6 +3,7 @@ :description: illegal return from fork :should_fail: 1 :tags: 9.3.3 +:type: simulation */ module block_tb (); task fork_test;
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.3.3--fork_return.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.3.3--fork_return.sv.log index 5e15981..e3e7052 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.3.3--fork_return.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.3.3--fork_return.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:53 -COMMAND: tests/chapter-9/9.3.3--fork_return.sv -writepp -parse -mt max -l tests/chapter-9/9.3.3--fork_return.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:21 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.3.3--fork_return.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.3.3--fork_return.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.3.3--fork_return.sv". - -[WARNI:PA0205] tests/chapter-9/9.3.3--fork_return.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.3.3--fork_return.sv, line 7: Compile module "work@block_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.3.3--fork_return.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.3.4--block_names_par.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.3.4--block_names_par.sv.log index e27e3e9..b2f69c9 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.3.4--block_names_par.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.3.4--block_names_par.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:44 -COMMAND: tests/chapter-9/9.3.4--block_names_par.sv -writepp -parse -mt max -l tests/chapter-9/9.3.4--block_names_par.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:21 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.3.4--block_names_par.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.3.4--block_names_par.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.3.4--block_names_par.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-9/9.3.4--block_names_par.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.3.4--block_names_par.sv, line 7: Compile module "work@block_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.3.4--block_names_par.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.3.4--block_names_seq.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.3.4--block_names_seq.sv.log index a65a0e1..e8980de 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.3.4--block_names_seq.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.3.4--block_names_seq.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:55 -COMMAND: tests/chapter-9/9.3.4--block_names_seq.sv -writepp -parse -mt max -l tests/chapter-9/9.3.4--block_names_seq.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:22 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.4--block_names_seq.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.4--block_names_seq.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.3.4--block_names_seq.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.4--block_names_seq.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.3.4--block_names_seq.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.4--block_names_seq.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.3.4--block_names_seq.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.4--block_names_seq.sv". -[WARNI:PA0205] tests/chapter-9/9.3.4--block_names_seq.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.4--block_names_seq.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.3.4--block_names_seq.sv, line 7: Compile module "work@block_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.4--block_names_seq.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.3.4--block_names_seq.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.4--block_names_seq.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.3.5--statement_labels_par.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.3.5--statement_labels_par.sv.log index 0adfd28..3f74f2f 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.3.5--statement_labels_par.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.3.5--statement_labels_par.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:48 -COMMAND: tests/chapter-9/9.3.5--statement_labels_par.sv -writepp -parse -mt max -l tests/chapter-9/9.3.5--statement_labels_par.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:22 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.3.5--statement_labels_par.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.3.5--statement_labels_par.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.3.5--statement_labels_par.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-9/9.3.5--statement_labels_par.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.3.5--statement_labels_par.sv, line 7: Compile module "work@block_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.3.5--statement_labels_par.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.3.5--statement_labels_seq.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.3.5--statement_labels_seq.sv.log index 3a2a946..adff399 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.3.5--statement_labels_seq.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.3.5--statement_labels_seq.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:52 -COMMAND: tests/chapter-9/9.3.5--statement_labels_seq.sv -writepp -parse -mt max -l tests/chapter-9/9.3.5--statement_labels_seq.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:22 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.3.5--statement_labels_seq.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.3.5--statement_labels_seq.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.3.5--statement_labels_seq.sv". - -[WARNI:PA0205] tests/chapter-9/9.3.5--statement_labels_seq.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.3.5--statement_labels_seq.sv, line 7: Compile module "work@block_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.3.5--statement_labels_seq.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.4.1--delay_control.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.4.1--delay_control.sv.log index fcb77d6..260b41d 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.4.1--delay_control.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.4.1--delay_control.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:47 -COMMAND: tests/chapter-9/9.4.1--delay_control.sv -writepp -parse -mt max -l tests/chapter-9/9.4.1--delay_control.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:22 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.4.1--delay_control.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.4.1--delay_control.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.4.1--delay_control.sv". - -[WARNI:PA0205] tests/chapter-9/9.4.1--delay_control.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.4.1--delay_control.sv, line 7: Compile module "work@block_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.4.1--delay_control.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.4.2--event_control_edge.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.4.2--event_control_edge.sv.log index d1a0cef..8b187e5 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.4.2--event_control_edge.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.4.2--event_control_edge.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:55 -COMMAND: tests/chapter-9/9.4.2--event_control_edge.sv -writepp -parse -mt max -l tests/chapter-9/9.4.2--event_control_edge.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:23 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.4.2--event_control_edge.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.4.2--event_control_edge.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.4.2--event_control_edge.sv". - -[WARNI:PA0205] tests/chapter-9/9.4.2--event_control_edge.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.4.2--event_control_edge.sv, line 7: Compile module "work@block_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.4.2--event_control_edge.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.4.2--event_control_negedge.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.4.2--event_control_negedge.sv.log index 4978c30..0e37af5 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.4.2--event_control_negedge.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.4.2--event_control_negedge.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:48 -COMMAND: tests/chapter-9/9.4.2--event_control_negedge.sv -writepp -parse -mt max -l tests/chapter-9/9.4.2--event_control_negedge.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:23 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_negedge.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_negedge.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.4.2--event_control_negedge.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_negedge.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.4.2--event_control_negedge.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_negedge.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_negedge.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.4.2--event_control_negedge.sv". - -[WARNI:PA0205] tests/chapter-9/9.4.2--event_control_negedge.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_negedge.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.4.2--event_control_negedge.sv, line 7: Compile module "work@block_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_negedge.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.4.2--event_control_negedge.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_negedge.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.4.2--event_control_posedge.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.4.2--event_control_posedge.sv.log index 5a9eb1e..02c7ccb 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.4.2--event_control_posedge.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.4.2--event_control_posedge.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:45 -COMMAND: tests/chapter-9/9.4.2--event_control_posedge.sv -writepp -parse -mt max -l tests/chapter-9/9.4.2--event_control_posedge.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:23 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_posedge.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_posedge.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.4.2--event_control_posedge.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_posedge.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.4.2--event_control_posedge.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_posedge.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.4.2--event_control_posedge.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_posedge.sv". -[WARNI:PA0205] tests/chapter-9/9.4.2--event_control_posedge.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_posedge.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.4.2--event_control_posedge.sv, line 7: Compile module "work@block_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_posedge.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.4.2--event_control_posedge.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2--event_control_posedge.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.4.2.1--event_comma_op.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.4.2.1--event_comma_op.sv.log index 5791a1e..a21df95 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.4.2.1--event_comma_op.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.4.2.1--event_comma_op.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:56 -COMMAND: tests/chapter-9/9.4.2.1--event_comma_op.sv -writepp -parse -mt max -l tests/chapter-9/9.4.2.1--event_comma_op.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:23 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.4.2.1--event_comma_op.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.4.2.1--event_comma_op.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.4.2.1--event_comma_op.sv". - -[WARNI:PA0205] tests/chapter-9/9.4.2.1--event_comma_op.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.4.2.1--event_comma_op.sv, line 7: Compile module "work@block_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.4.2.1--event_comma_op.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.4.2.1--event_or_op.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.4.2.1--event_or_op.sv.log index 2d9c0bf..2f68315 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.4.2.1--event_or_op.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.4.2.1--event_or_op.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:53 -COMMAND: tests/chapter-9/9.4.2.1--event_or_op.sv -writepp -parse -mt max -l tests/chapter-9/9.4.2.1--event_or_op.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:24 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.4.2.1--event_or_op.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.4.2.1--event_or_op.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.4.2.1--event_or_op.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv". -[WARNI:PA0205] tests/chapter-9/9.4.2.1--event_or_op.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.4.2.1--event_or_op.sv, line 7: Compile module "work@block_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.4.2.1--event_or_op.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.4.2.2--event_implicit.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.4.2.2--event_implicit.sv.log index 9fc4069..929dd12 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.4.2.2--event_implicit.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.4.2.2--event_implicit.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:54 -COMMAND: tests/chapter-9/9.4.2.2--event_implicit.sv -writepp -parse -mt max -l tests/chapter-9/9.4.2.2--event_implicit.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:25 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.4.2.2--event_implicit.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.4.2.2--event_implicit.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.4.2.2--event_implicit.sv". - -[WARNI:PA0205] tests/chapter-9/9.4.2.2--event_implicit.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.4.2.2--event_implicit.sv, line 7: Compile module "work@block_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.4.2.2--event_implicit.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.4.2.3--event_conditional.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.4.2.3--event_conditional.sv.log index c1685d1..ea585bc 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.4.2.3--event_conditional.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.4.2.3--event_conditional.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:52 -COMMAND: tests/chapter-9/9.4.2.3--event_conditional.sv -writepp -parse -mt max -l tests/chapter-9/9.4.2.3--event_conditional.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:25 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.4.2.3--event_conditional.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.4.2.3--event_conditional.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.4.2.3--event_conditional.sv". - -[WARNI:PA0205] tests/chapter-9/9.4.2.3--event_conditional.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.4.2.3--event_conditional.sv, line 7: Compile module "work@block_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.4.2.3--event_conditional.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.4.2.4--event_sequence.sv b/SVIncCompil/Testcases/Google/chapter-9/9.4.2.4--event_sequence.sv index f3f96d4..49660c3 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.4.2.4--event_sequence.sv +++ b/SVIncCompil/Testcases/Google/chapter-9/9.4.2.4--event_sequence.sv
@@ -3,6 +3,7 @@ :description: sequence event test :should_fail: 0 :tags: 9.4.2.4 +:type: simulation parsing */ module seq_tb (); wire a = 0; @@ -19,7 +20,7 @@ fork begin @seq y = 1; - $display("ok"); + $display(":assert:(True)"); end begin a = 1;
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.4.2.4--event_sequence.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.4.2.4--event_sequence.sv.log index e1ab8cd..73f7501 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.4.2.4--event_sequence.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.4.2.4--event_sequence.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:51 -COMMAND: tests/chapter-9/9.4.2.4--event_sequence.sv -writepp -parse -mt max -l tests/chapter-9/9.4.2.4--event_sequence.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:25 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.4.2.4--event_sequence.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.4.2.4--event_sequence.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.4.2.4--event_sequence.sv". - -[WARNI:PA0205] tests/chapter-9/9.4.2.4--event_sequence.sv, line 7: No timescale set for "seq_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv, line 7: No timescale set for "seq_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.4.2.4--event_sequence.sv, line 7: Compile module "work@seq_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv, line 7: Compile module "work@seq_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.4.2.4--event_sequence.sv, line 7: Top level module "work@seq_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv, line 7: Top level module "work@seq_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.4.3--event_sequence_controls.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.4.3--event_sequence_controls.sv.log index 8f0757d..21603c5 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.4.3--event_sequence_controls.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.4.3--event_sequence_controls.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:47 -COMMAND: tests/chapter-9/9.4.3--event_sequence_controls.sv -writepp -parse -mt max -l tests/chapter-9/9.4.3--event_sequence_controls.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:26 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.4.3--event_sequence_controls.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.4.3--event_sequence_controls.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.4.3--event_sequence_controls.sv". - -[WARNI:PA0205] tests/chapter-9/9.4.3--event_sequence_controls.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.4.3--event_sequence_controls.sv, line 7: Compile module "work@block_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.4.3--event_sequence_controls.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_blocking_assignment_delay.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_blocking_assignment_delay.sv.log index e7fbe34..7d95553 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_blocking_assignment_delay.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_blocking_assignment_delay.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:56 -COMMAND: tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv -writepp -parse -mt max -l tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:26 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv". - -[WARNI:PA0205] tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv, line 7: Compile module "work@block_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv, line 7: Compile module "work@block_tb". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv.log index cc81395..8870048 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:53 -COMMAND: tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv -writepp -parse -mt max -l tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:26 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv, line 7: Compile module "work@block_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_event.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_event.sv.log index 920e501..abd61bb 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_event.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_event.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:42 -COMMAND: tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv -writepp -parse -mt max -l tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:27 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv". - -[WARNI:PA0205] tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv, line 7: Compile module "work@block_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv.log index 5986043..13ade6a 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:48 -COMMAND: tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv -writepp -parse -mt max -l tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:27 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv, line 7: Compile module "work@block_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv.log index 353aa20..3c88312 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:43 -COMMAND: tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv -writepp -parse -mt max -l tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:27 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv, line 7: Compile module "work@block_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv.log index cbb19d6..13e6318 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:46 -COMMAND: tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv -writepp -parse -mt max -l tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:28 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv". -[WARNI:PA0205] tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv, line 7: Compile module "work@block_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv.log index 0fa11cd..4a70a9a 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:50 -COMMAND: tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv -writepp -parse -mt max -l tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:28 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv, line 7: No timescale set for "block_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv, line 7: No timescale set for "block_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv, line 7: Compile module "work@block_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv, line 7: Compile module "work@block_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv, line 7: Top level module "work@block_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv, line 7: Top level module "work@block_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.6.1--wait_fork.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.6.1--wait_fork.sv.log index 1a3b817..a51b09a 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.6.1--wait_fork.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.6.1--wait_fork.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:46 -COMMAND: tests/chapter-9/9.6.1--wait_fork.sv -writepp -parse -mt max -l tests/chapter-9/9.6.1--wait_fork.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:28 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.6.1--wait_fork.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.6.1--wait_fork.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.6.1--wait_fork.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv". -[WARNI:PA0205] tests/chapter-9/9.6.1--wait_fork.sv, line 7: No timescale set for "fork_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv, line 7: No timescale set for "fork_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.6.1--wait_fork.sv, line 7: Compile module "work@fork_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv, line 7: Compile module "work@fork_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.6.1--wait_fork.sv, line 7: Top level module "work@fork_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv, line 7: Top level module "work@fork_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.6.2--disable.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.6.2--disable.sv.log index 2f3e97a..28a41f2 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.6.2--disable.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.6.2--disable.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:43 -COMMAND: tests/chapter-9/9.6.2--disable.sv -writepp -parse -mt max -l tests/chapter-9/9.6.2--disable.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:29 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.2--disable.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.2--disable.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.6.2--disable.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.2--disable.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.6.2--disable.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-9/9.6.2--disable.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.2--disable.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-9/9.6.2--disable.sv, line 7: No timescale set for "fork_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.2--disable.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.2--disable.sv, line 7: No timescale set for "fork_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.6.2--disable.sv, line 7: Compile module "work@fork_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.2--disable.sv, line 7: Compile module "work@fork_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.6.2--disable.sv, line 7: Top level module "work@fork_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.2--disable.sv, line 7: Top level module "work@fork_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.6.2--disable_other.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.6.2--disable_other.sv.log index 477daa1..e7edb51 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.6.2--disable_other.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.6.2--disable_other.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:51 -COMMAND: tests/chapter-9/9.6.2--disable_other.sv -writepp -parse -mt max -l tests/chapter-9/9.6.2--disable_other.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:29 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.6.2--disable_other.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.6.2--disable_other.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.6.2--disable_other.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv". -[WARNI:PA0205] tests/chapter-9/9.6.2--disable_other.sv, line 7: No timescale set for "fork_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv, line 7: No timescale set for "fork_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.6.2--disable_other.sv, line 7: Compile module "work@fork_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv, line 7: Compile module "work@fork_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.6.2--disable_other.sv, line 7: Top level module "work@fork_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv, line 7: Top level module "work@fork_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.6.3--disable_fork.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.6.3--disable_fork.sv.log index 8c087ce..ef9e3c5 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.6.3--disable_fork.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.6.3--disable_fork.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:46 -COMMAND: tests/chapter-9/9.6.3--disable_fork.sv -writepp -parse -mt max -l tests/chapter-9/9.6.3--disable_fork.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:29 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.6.3--disable_fork.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.6.3--disable_fork.sv". - -[INFO :PA0201] Parsing source file "tests/chapter-9/9.6.3--disable_fork.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-9/9.6.3--disable_fork.sv, line 7: No timescale set for "fork_tb". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv, line 7: No timescale set for "fork_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.6.3--disable_fork.sv, line 7: Compile module "work@fork_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv, line 7: Compile module "work@fork_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.6.3--disable_fork.sv, line 7: Top level module "work@fork_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv, line 7: Top level module "work@fork_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.7--process_cls_await.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.7--process_cls_await.sv.log index 106ad4e..e422408 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.7--process_cls_await.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.7--process_cls_await.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:54 -COMMAND: tests/chapter-9/9.7--process_cls_await.sv -writepp -parse -mt max -l tests/chapter-9/9.7--process_cls_await.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:29 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.7--process_cls_await.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.7--process_cls_await.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.7--process_cls_await.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-9/9.7--process_cls_await.sv, line 7: No timescale set for "process_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv, line 7: No timescale set for "process_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.7--process_cls_await.sv, line 7: Compile module "work@process_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv, line 7: Compile module "work@process_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -36,7 +36,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.7--process_cls_await.sv, line 7: Top level module "work@process_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv, line 7: Top level module "work@process_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.7--process_cls_kill.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.7--process_cls_kill.sv.log index 1040336..347f51b 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.7--process_cls_kill.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.7--process_cls_kill.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:49 -COMMAND: tests/chapter-9/9.7--process_cls_kill.sv -writepp -parse -mt max -l tests/chapter-9/9.7--process_cls_kill.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:30 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.7--process_cls_kill.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.7--process_cls_kill.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.7--process_cls_kill.sv". - -[WARNI:PA0205] tests/chapter-9/9.7--process_cls_kill.sv, line 7: No timescale set for "process_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv, line 7: No timescale set for "process_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.7--process_cls_kill.sv, line 7: Compile module "work@process_tb". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv, line 7: Compile module "work@process_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.7--process_cls_kill.sv, line 7: Top level module "work@process_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv, line 7: Top level module "work@process_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.7--process_cls_self.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.7--process_cls_self.sv.log index a429a12..0c1f721 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.7--process_cls_self.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.7--process_cls_self.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:47 -COMMAND: tests/chapter-9/9.7--process_cls_self.sv -writepp -parse -mt max -l tests/chapter-9/9.7--process_cls_self.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:31 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.7--process_cls_self.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.7--process_cls_self.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.7--process_cls_self.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/chapter-9/9.7--process_cls_self.sv, line 7: No timescale set for "process_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv, line 7: No timescale set for "process_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.7--process_cls_self.sv, line 7: Compile module "work@process_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv, line 7: Compile module "work@process_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.7--process_cls_self.sv, line 7: Top level module "work@process_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv, line 7: Top level module "work@process_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/chapter-9/9.7--process_cls_suspend_resume.sv.log b/SVIncCompil/Testcases/Google/chapter-9/9.7--process_cls_suspend_resume.sv.log index 733f1d2..fef8970 100644 --- a/SVIncCompil/Testcases/Google/chapter-9/9.7--process_cls_suspend_resume.sv.log +++ b/SVIncCompil/Testcases/Google/chapter-9/9.7--process_cls_suspend_resume.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:14:44 -COMMAND: tests/chapter-9/9.7--process_cls_suspend_resume.sv -writepp -parse -mt max -l tests/chapter-9/9.7--process_cls_suspend_resume.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:31 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/chapter-9/9.7--process_cls_suspend_resume.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/chapter-9/9.7--process_cls_suspend_resume.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/chapter-9/9.7--process_cls_suspend_resume.sv". - -[WARNI:PA0205] tests/chapter-9/9.7--process_cls_suspend_resume.sv, line 7: No timescale set for "process_tb". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv, line 7: No timescale set for "process_tb". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/chapter-9/9.7--process_cls_suspend_resume.sv, line 7: Compile module "work@process_tb". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv, line 7: Compile module "work@process_tb". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/chapter-9/9.7--process_cls_suspend_resume.sv, line 7: Top level module "work@process_tb". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv, line 7: Top level module "work@process_tb". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_0.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_0.sv.log index 6e618eb..9aa9e7f 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_0.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_0.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:56 -COMMAND: tests/generic/class/class_test_0.sv -writepp -parse -mt max -l tests/generic/class/class_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:32 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_0.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_0.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_0.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_0.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_0.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_0.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_0.sv". [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_0.sv, line 7: Compile class "work@semicolon_classy". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] tests/generic/class/class_test_0.sv, line 7: Compile class "work@semicolon_classy". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_1.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_1.sv.log index 4ffcbe0..e0afe9f 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_1.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_1.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:54 -COMMAND: tests/generic/class/class_test_1.sv -writepp -parse -mt max -l tests/generic/class/class_test_1.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:32 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_1.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_1.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_1.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_1.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_1.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_1.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_1.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_1.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_1.sv, line 7: Compile class "work@Foo". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_1.sv, line 7: Compile class "work@Foo". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_11.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_11.sv.log index 6ed08be..31e231c 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_11.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_11.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:54 -COMMAND: tests/generic/class/class_test_11.sv -writepp -parse -mt max -l tests/generic/class/class_test_11.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:33 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_11.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_11.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_11.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_11.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_11.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_11.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_11.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_11.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - -[INFO :CP0302] tests/generic/class/class_test_11.sv, line 7: Compile class "work@Foo". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_11.sv, line 7: Compile class "work@Foo". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_12.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_12.sv.log index bb19bce..39a9892 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_12.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_12.sv.log
@@ -6,31 +6,31 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:52 -COMMAND: tests/generic/class/class_test_12.sv -writepp -parse -mt max -l tests/generic/class/class_test_12.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:33 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_12.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_12.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_12.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_12.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_12.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_12.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_12.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_12.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_12.sv, line 7: Compile class "work@Foo". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_12.sv, line 7: Compile class "work@Foo". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0328] tests/generic/class/class_test_12.sv, line 7: Undefined base class "Bar" extended by "work@Foo". +[ERROR:CP0328] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_12.sv, line 7: Undefined base class "Bar" extended by "work@Foo". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_13.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_13.sv.log index be868fb..f1d236a 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_13.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_13.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:46 -COMMAND: tests/generic/class/class_test_13.sv -writepp -parse -mt max -l tests/generic/class/class_test_13.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:33 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_13.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_13.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_13.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_13.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_13.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_13.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_13.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_13.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_13.sv, line 7: Compile class "work@Foo". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_13.sv, line 7: Compile class "work@Foo". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0328] tests/generic/class/class_test_13.sv, line 7: Undefined base class "Bar" extended by "work@Foo". +[ERROR:CP0328] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_13.sv, line 7: Undefined base class "Bar" extended by "work@Foo". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_14.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_14.sv.log index 9e55cf8..ae4e612 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_14.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_14.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:55 -COMMAND: tests/generic/class/class_test_14.sv -writepp -parse -mt max -l tests/generic/class/class_test_14.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:33 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_14.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_14.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_14.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_14.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_14.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_14.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_14.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_14.sv". - [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_14.sv, line 7: Compile class "work@Foo". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/class/class_test_14.sv, line 7: Compile class "work@Foo". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_16.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_16.sv.log index bd341f7..dacf40f 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_16.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_16.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:58 -COMMAND: tests/generic/class/class_test_16.sv -writepp -parse -mt max -l tests/generic/class/class_test_16.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:34 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_16.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_16.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_16.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_16.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_16.sv". - -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_16.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_16.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_16.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_16.sv, line 7: Compile class "work@Foo". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_16.sv, line 7: Compile class "work@Foo". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_17.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_17.sv.log index ed59bad..4fd0307 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_17.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_17.sv.log
@@ -6,31 +6,31 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:55 -COMMAND: tests/generic/class/class_test_17.sv -writepp -parse -mt max -l tests/generic/class/class_test_17.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:34 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_17.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_17.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_17.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_17.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_17.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_17.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_17.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_17.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_17.sv, line 7: Compile class "work@Foo". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] tests/generic/class/class_test_17.sv, line 7: Compile class "work@Foo". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_18.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_18.sv.log index 018b85c..03bbc2d 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_18.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_18.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:47 -COMMAND: tests/generic/class/class_test_18.sv -writepp -parse -mt max -l tests/generic/class/class_test_18.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:34 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_18.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_18.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_18.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_18.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_18.sv". - -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_18.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_18.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_18.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] tests/generic/class/class_test_18.sv, line 7: Compile class "work@Foo". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_18.sv, line 7: Compile class "work@Foo". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_19.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_19.sv.log index 3024487..e0c9ac4 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_19.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_19.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:51 -COMMAND: tests/generic/class/class_test_19.sv -writepp -parse -mt max -l tests/generic/class/class_test_19.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:34 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_19.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_19.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_19.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_19.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_19.sv". - -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_19.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_19.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :CP0300] Compilation... +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_19.sv". -[INFO :CP0302] tests/generic/class/class_test_19.sv, line 7: Compile class "work@Foo". +[INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_19.sv, line 7: Compile class "work@Foo". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0328] tests/generic/class/class_test_19.sv, line 7: Undefined base class "Package::Bar" extended by "work@Foo". +[ERROR:CP0328] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_19.sv, line 7: Undefined base class "Package::Bar" extended by "work@Foo". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_2.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_2.sv.log index 7dd0efb..3b98a08 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_2.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_2.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:49 -COMMAND: tests/generic/class/class_test_2.sv -writepp -parse -mt max -l tests/generic/class/class_test_2.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:34 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_2.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_2.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_2.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_2.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_2.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_2.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_2.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_2.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_2.sv, line 7: Compile class "work@Foo". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_2.sv, line 7: Compile class "work@Foo". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_20.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_20.sv.log index 5b3a3a7..b130bcd 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_20.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_20.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:57 -COMMAND: tests/generic/class/class_test_20.sv -writepp -parse -mt max -l tests/generic/class/class_test_20.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:35 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_20.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_20.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_20.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_20.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_20.sv". - -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_20.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_20.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_20.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_20.sv, line 7: Compile class "work@Foo". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_20.sv, line 7: Compile class "work@Foo". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0328] tests/generic/class/class_test_20.sv, line 7: Undefined base class "Package::Bar" extended by "work@Foo". +[ERROR:CP0328] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_20.sv, line 7: Undefined base class "Package::Bar" extended by "work@Foo". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_21.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_21.sv.log index bff5259..13a3856 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_21.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_21.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:58 -COMMAND: tests/generic/class/class_test_21.sv -writepp -parse -mt max -l tests/generic/class/class_test_21.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:35 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_21.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_21.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_21.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_21.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_21.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_21.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_21.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_21.sv". [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] tests/generic/class/class_test_21.sv, line 7: Compile class "work@Foo". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_21.sv, line 7: Compile class "work@Foo". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0328] tests/generic/class/class_test_21.sv, line 7: Undefined base class "Package::Bar" extended by "work@Foo". +[ERROR:CP0328] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_21.sv, line 7: Undefined base class "Package::Bar" extended by "work@Foo". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_22.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_22.sv.log index 480fba9..4988ab4 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_22.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_22.sv.log
@@ -6,31 +6,31 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:53 -COMMAND: tests/generic/class/class_test_22.sv -writepp -parse -mt max -l tests/generic/class/class_test_22.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:35 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_22.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_22.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_22.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_22.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_22.sv". - -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_22.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_22.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_22.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] tests/generic/class/class_test_22.sv, line 7: Compile class "work@Foo". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_22.sv, line 7: Compile class "work@Foo". [INFO :EL0526] Design Elaboration... @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0328] tests/generic/class/class_test_22.sv, line 7: Undefined base class "Package::Bar" extended by "work@Foo". +[ERROR:CP0328] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_22.sv, line 7: Undefined base class "Package::Bar" extended by "work@Foo". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_23.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_23.sv.log index b0a2d56..8d108c8 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_23.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_23.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:47 -COMMAND: tests/generic/class/class_test_23.sv -writepp -parse -mt max -l tests/generic/class/class_test_23.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:35 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_23.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_23.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_23.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_23.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_23.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_23.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_23.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_23.sv". [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/class/class_test_23.sv, line 7: Compile class "work@Foo". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_23.sv, line 7: Compile class "work@Foo". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_24.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_24.sv.log index 8806dee..a1b2dbc 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_24.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_24.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:50 -COMMAND: tests/generic/class/class_test_24.sv -writepp -parse -mt max -l tests/generic/class/class_test_24.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:36 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_24.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_24.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_24.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_24.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_24.sv". - -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_24.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_24.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_24.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_24.sv, line 7: Compile class "work@Foo". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_24.sv, line 7: Compile class "work@Foo". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_25.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_25.sv.log index 242f871..da66ebe 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_25.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_25.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:55 -COMMAND: tests/generic/class/class_test_25.sv -writepp -parse -mt max -l tests/generic/class/class_test_25.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:36 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_25.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_25.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_25.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_25.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_25.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_25.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_25.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_25.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_25.sv, line 7: Compile class "work@Foo". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_25.sv, line 7: Compile class "work@Foo". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_26.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_26.sv.log index 98d2bc9..9ae8ab8 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_26.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_26.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:58 -COMMAND: tests/generic/class/class_test_26.sv -writepp -parse -mt max -l tests/generic/class/class_test_26.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:36 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_26.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_26.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_26.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_26.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_26.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_26.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_26.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_26.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_26.sv, line 7: Compile class "work@Foo". -[INFO :CP0302] tests/generic/class/class_test_26.sv, line 7: Compile class "work@Foo". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process".
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_27.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_27.sv.log index 01ac601..8d2ab56 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_27.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_27.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:49 -COMMAND: tests/generic/class/class_test_27.sv -writepp -parse -mt max -l tests/generic/class/class_test_27.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:36 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_27.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_27.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_27.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_27.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_27.sv". - -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_27.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_27.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_27.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_27.sv, line 7: Compile class "work@Foo". -[INFO :CP0302] tests/generic/class/class_test_27.sv, line 7: Compile class "work@Foo". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process".
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_28.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_28.sv.log index 282d6b7..104501c 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_28.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_28.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:55 -COMMAND: tests/generic/class/class_test_28.sv -writepp -parse -mt max -l tests/generic/class/class_test_28.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:36 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_28.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_28.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_28.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_28.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_28.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_28.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_28.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_28.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_28.sv, line 7: Compile class "work@Foo". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_28.sv, line 7: Compile class "work@Foo". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0. @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0328] tests/generic/class/class_test_28.sv, line 7: Undefined base class "Base" extended by "work@Foo". +[ERROR:CP0328] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_28.sv, line 7: Undefined base class "Base" extended by "work@Foo". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_29.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_29.sv.log index 6181f14..7769849 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_29.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_29.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:59 -COMMAND: tests/generic/class/class_test_29.sv -writepp -parse -mt max -l tests/generic/class/class_test_29.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:37 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_29.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_29.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_29.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_29.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_29.sv". - -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_29.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_29.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_29.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_29.sv, line 7: Compile class "work@Foo". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_29.sv, line 7: Compile class "work@Foo". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0. @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0328] tests/generic/class/class_test_29.sv, line 7: Undefined base class "Base" extended by "work@Foo". +[ERROR:CP0328] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_29.sv, line 7: Undefined base class "Base" extended by "work@Foo". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_3.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_3.sv.log index 30918a6..5b0b3f5 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_3.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_3.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:56 -COMMAND: tests/generic/class/class_test_3.sv -writepp -parse -mt max -l tests/generic/class/class_test_3.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:37 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_3.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_3.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_3.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_3.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_3.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_3.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_3.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_3.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_3.sv, line 7: Compile class "work@Foo". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_3.sv, line 7: Compile class "work@Foo". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_30.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_30.sv.log index 73fd311..9e3e2cd 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_30.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_30.sv.log
@@ -6,31 +6,31 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:46 -COMMAND: tests/generic/class/class_test_30.sv -writepp -parse -mt max -l tests/generic/class/class_test_30.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:37 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_30.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_30.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_30.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_30.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_30.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_30.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_30.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_30.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_30.sv, line 7: Compile class "work@Foo". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_30.sv, line 7: Compile class "work@Foo". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_31.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_31.sv.log index 3fafe56..f1dd9b8 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_31.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_31.sv.log
@@ -6,22 +6,22 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:53 -COMMAND: tests/generic/class/class_test_31.sv -writepp -parse -mt max -l tests/generic/class/class_test_31.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:37 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_31.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_31.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_31.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_31.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_31.sv". - -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_31.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_31.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_31.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -32,7 +32,7 @@ [INFO :EL0526] Design Elaboration... -[ERROR:CP0317] tests/generic/class/class_test_31.sv, line 7: Undefined type "myclass_fwd". +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_31.sv, line 7: Undefined type "myclass_fwd". [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_32.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_32.sv.log index b9d272b..b01afa0 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_32.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_32.sv.log
@@ -6,31 +6,31 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:53 -COMMAND: tests/generic/class/class_test_32.sv -writepp -parse -mt max -l tests/generic/class/class_test_32.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:37 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_32.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_32.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_32.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_32.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_32.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_32.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_32.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_32.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] tests/generic/class/class_test_32.sv, line 7: Compile class "work@zzxx". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_32.sv, line 7: Compile class "work@zzxx". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_33.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_33.sv.log index 56dc7fd..f6dad4f 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_33.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_33.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:59 -COMMAND: tests/generic/class/class_test_33.sv -writepp -parse -mt max -l tests/generic/class/class_test_33.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:38 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_33.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_33.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_33.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_33.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_33.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_33.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_33.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_33.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/class/class_test_33.sv, line 7: Compile class "work@zzxy". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_33.sv, line 7: Compile class "work@zzxy". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore".
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_34.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_34.sv.log index e3cfe59..87aa953 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_34.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_34.sv.log
@@ -6,31 +6,31 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:52 -COMMAND: tests/generic/class/class_test_34.sv -writepp -parse -mt max -l tests/generic/class/class_test_34.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:38 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_34.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_34.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_34.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_34.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_34.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_34.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_34.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_34.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_34.sv, line 7: Compile class "work@zzyyy". -[INFO :CP0302] tests/generic/class/class_test_34.sv, line 7: Compile class "work@zzyyy". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_35.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_35.sv.log index eb0eb4b..7add05b 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_35.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_35.sv.log
@@ -6,21 +6,21 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:45 -COMMAND: tests/generic/class/class_test_35.sv -writepp -parse -mt max -l tests/generic/class/class_test_35.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:38 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_35.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_35.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_35.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_35.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_35.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_35.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_35.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_35.sv". [INFO :CP0300] Compilation... @@ -28,9 +28,9 @@ [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_35.sv, line 7: Compile class "work@zzxx". -[INFO :CP0302] tests/generic/class/class_test_35.sv, line 7: Compile class "work@zzxx". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_36.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_36.sv.log index e22a751..71624fe 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_36.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_36.sv.log
@@ -6,35 +6,35 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:16:00 -COMMAND: tests/generic/class/class_test_36.sv -writepp -parse -mt max -l tests/generic/class/class_test_36.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:38 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_36.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_36.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_36.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_36.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_36.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_36.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_36.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_36.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_36.sv, line 7: Compile class "work@foo". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_36.sv, line 7: Compile class "work@foo". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[ERROR:CP0316] tests/generic/class/class_test_36.sv, line 8: Undefined package "fedex_pkg". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[ERROR:CP0316] tests/generic/class/class_test_36.sv, line 9: Undefined package "fedex_pkg". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[ERROR:CP0316] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_36.sv, line 8: Undefined package "fedex_pkg". + +[ERROR:CP0316] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_36.sv, line 9: Undefined package "fedex_pkg". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_37.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_37.sv.log index 2a7ef8c..a759e14 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_37.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_37.sv.log
@@ -6,35 +6,35 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:48 -COMMAND: tests/generic/class/class_test_37.sv -writepp -parse -mt max -l tests/generic/class/class_test_37.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:38 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_37.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_37.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_37.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_37.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_37.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_37.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_37.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_37.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_37.sv, line 7: Compile class "work@foo". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_37.sv, line 7: Compile class "work@foo". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[ERROR:CP0316] tests/generic/class/class_test_37.sv, line 8: Undefined package "fedex_pkg". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[ERROR:CP0316] tests/generic/class/class_test_37.sv, line 9: Undefined package "fedex_pkg". +[ERROR:CP0316] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_37.sv, line 8: Undefined package "fedex_pkg". + +[ERROR:CP0316] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_37.sv, line 9: Undefined package "fedex_pkg". [INFO :EL0526] Design Elaboration... @@ -46,7 +46,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0328] tests/generic/class/class_test_37.sv, line 7: Undefined base class "bar" extended by "work@foo". +[ERROR:CP0328] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_37.sv, line 7: Undefined base class "bar" extended by "work@foo". [ FATAL] : 0 [ ERROR] : 3
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_4.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_4.sv.log index dc5f65e..f2e9065 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_4.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_4.sv.log
@@ -6,31 +6,31 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:48 -COMMAND: tests/generic/class/class_test_4.sv -writepp -parse -mt max -l tests/generic/class/class_test_4.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:38 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_4.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_4.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_4.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_4.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_4.sv". - -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_4.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_4.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_4.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_4.sv, line 7: Compile class "work@Foo". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_4.sv, line 7: Compile class "work@Foo". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_40.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_40.sv.log index 01908e9..4ff5ca5 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_40.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_40.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:47 -COMMAND: tests/generic/class/class_test_40.sv -writepp -parse -mt max -l tests/generic/class/class_test_40.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:39 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_40.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_40.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_40.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_40.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_40.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_40.sv". -[ERROR:PP0102] tests/generic/class/class_test_40.sv, line 8, col 1: Unknown macro "uvm_object_registry". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_40.sv, line 8, col 1: Unknown macro "uvm_object_registry". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_40.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_40.sv". -[ERROR:PA0203] tests/generic/class/class_test_40.sv, line 8: Unknown macro "uvm_object_registry". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_40.sv, line 8: Unknown macro "uvm_object_registry". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_40.sv, line 7: Compile class "work@macros_as_class_item". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_40.sv, line 7: Compile class "work@macros_as_class_item". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox".
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_41.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_41.sv.log index 8592469..609bdee 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_41.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_41.sv.log
@@ -6,50 +6,50 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:57 -COMMAND: tests/generic/class/class_test_41.sv -writepp -parse -mt max -l tests/generic/class/class_test_41.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:39 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_41.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_41.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_41.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_41.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_41.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_41.sv". -[ERROR:PP0102] tests/generic/class/class_test_41.sv, line 8, col 1: Unknown macro "uvm_object_utils". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_41.sv, line 8, col 1: Unknown macro "uvm_object_utils". -[ERROR:PP0102] tests/generic/class/class_test_41.sv, line 9, col 1: Unknown macro "uvm_object_registry". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_41.sv, line 9, col 1: Unknown macro "uvm_object_registry". -[ERROR:PP0102] tests/generic/class/class_test_41.sv, line 10, col 1: Unknown macro "uvm_sweets". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_41.sv, line 10, col 1: Unknown macro "uvm_sweets". -[ERROR:PP0102] tests/generic/class/class_test_41.sv, line 11, col 1: Unknown macro "non_uvm_macro". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_41.sv, line 11, col 1: Unknown macro "non_uvm_macro". -[ERROR:PP0102] tests/generic/class/class_test_41.sv, line 11, col 23: Unknown macro "banana". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_41.sv, line 11, col 23: Unknown macro "banana". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_41.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_41.sv". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_41.sv, line 8: Unknown macro "uvm_object_utils". -[ERROR:PA0203] tests/generic/class/class_test_41.sv, line 8: Unknown macro "uvm_object_utils". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_41.sv, line 9: Unknown macro "uvm_object_registry". -[ERROR:PA0203] tests/generic/class/class_test_41.sv, line 9: Unknown macro "uvm_object_registry". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_41.sv, line 10: Unknown macro "uvm_sweets". -[ERROR:PA0203] tests/generic/class/class_test_41.sv, line 10: Unknown macro "uvm_sweets". - -[ERROR:PA0203] tests/generic/class/class_test_41.sv, line 11: Unknown macro "non_uvm_macro". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_41.sv, line 11: Unknown macro "non_uvm_macro". [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_41.sv, line 7: Compile class "work@macros_as_class_item". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] tests/generic/class/class_test_41.sv, line 7: Compile class "work@macros_as_class_item". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_42.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_42.sv.log index 41392a3..58287d2 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_42.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_42.sv.log
@@ -6,44 +6,44 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:50 -COMMAND: tests/generic/class/class_test_42.sv -writepp -parse -mt max -l tests/generic/class/class_test_42.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:39 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_42.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_42.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_42.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_42.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_42.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_42.sv". -[ERROR:PP0102] tests/generic/class/class_test_42.sv, line 8, col 1: Unknown macro "uvm_object_utils_begin". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_42.sv, line 8, col 1: Unknown macro "uvm_object_utils_begin". -[ERROR:PP0102] tests/generic/class/class_test_42.sv, line 9, col 1: Unknown macro "uvm_object_utils". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_42.sv, line 9, col 1: Unknown macro "uvm_object_utils". -[ERROR:PP0102] tests/generic/class/class_test_42.sv, line 10, col 1: Unknown macro "uvm_object_utils_end". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_42.sv, line 10, col 1: Unknown macro "uvm_object_utils_end". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_42.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_42.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[ERROR:PA0203] tests/generic/class/class_test_42.sv, line 8: Unknown macro "uvm_object_utils_begin". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_42.sv, line 8: Unknown macro "uvm_object_utils_begin". -[ERROR:PA0203] tests/generic/class/class_test_42.sv, line 9: Unknown macro "uvm_object_utils". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_42.sv, line 9: Unknown macro "uvm_object_utils". -[ERROR:PA0203] tests/generic/class/class_test_42.sv, line 10: Unknown macro "uvm_object_utils_end". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_42.sv, line 10: Unknown macro "uvm_object_utils_end". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_42.sv, line 7: Compile class "work@macros_as_class_item". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_42.sv, line 7: Compile class "work@macros_as_class_item". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_43.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_43.sv.log index 5c4c364..85d9059 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_43.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_43.sv.log
@@ -6,47 +6,47 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:53 -COMMAND: tests/generic/class/class_test_43.sv -writepp -parse -mt max -l tests/generic/class/class_test_43.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:39 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_43.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_43.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_43.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_43.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_43.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_43.sv". -[ERROR:PP0102] tests/generic/class/class_test_43.sv, line 8, col 1: Unknown macro "uvm_object_utils_begin". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_43.sv, line 8, col 1: Unknown macro "uvm_object_utils_begin". -[ERROR:PP0102] tests/generic/class/class_test_43.sv, line 9, col 1: Unknown macro "uvm_field_int". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_43.sv, line 9, col 1: Unknown macro "uvm_field_int". -[ERROR:PP0102] tests/generic/class/class_test_43.sv, line 10, col 1: Unknown macro "uvm_field_int". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_43.sv, line 10, col 1: Unknown macro "uvm_field_int". -[ERROR:PP0102] tests/generic/class/class_test_43.sv, line 11, col 1: Unknown macro "uvm_field_enum". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_43.sv, line 11, col 1: Unknown macro "uvm_field_enum". -[ERROR:PP0102] tests/generic/class/class_test_43.sv, line 12, col 1: Unknown macro "uvm_object_utils_end". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_43.sv, line 12, col 1: Unknown macro "uvm_object_utils_end". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_43.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_43.sv". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_43.sv, line 8: Unknown macro "uvm_object_utils_begin". -[ERROR:PA0203] tests/generic/class/class_test_43.sv, line 8: Unknown macro "uvm_object_utils_begin". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_43.sv, line 9: Unknown macro "uvm_field_int". -[ERROR:PA0203] tests/generic/class/class_test_43.sv, line 9: Unknown macro "uvm_field_int". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_43.sv, line 10: Unknown macro "uvm_field_int". -[ERROR:PA0203] tests/generic/class/class_test_43.sv, line 10: Unknown macro "uvm_field_int". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_43.sv, line 11: Unknown macro "uvm_field_enum". -[ERROR:PA0203] tests/generic/class/class_test_43.sv, line 11: Unknown macro "uvm_field_enum". - -[ERROR:PA0203] tests/generic/class/class_test_43.sv, line 12: Unknown macro "uvm_object_utils_end". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_43.sv, line 12: Unknown macro "uvm_object_utils_end". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_43.sv, line 7: Compile class "work@macros_as_class_item". -[INFO :CP0302] tests/generic/class/class_test_43.sv, line 7: Compile class "work@macros_as_class_item". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore".
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_44.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_44.sv.log index f8e32df..b122649 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_44.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_44.sv.log
@@ -6,74 +6,74 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:47 -COMMAND: tests/generic/class/class_test_44.sv -writepp -parse -mt max -l tests/generic/class/class_test_44.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:39 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_44.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_44.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv". -[ERROR:PP0102] tests/generic/class/class_test_44.sv, line 8, col 1: Unknown macro "uvm_field_utils_begin". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 8, col 1: Unknown macro "uvm_field_utils_begin". -[ERROR:PP0102] tests/generic/class/class_test_44.sv, line 9, col 3: Unknown macro "uvm_field_int". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 9, col 3: Unknown macro "uvm_field_int". -[ERROR:PP0102] tests/generic/class/class_test_44.sv, line 10, col 3: Unknown macro "uvm_field_real". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 10, col 3: Unknown macro "uvm_field_real". -[ERROR:PP0102] tests/generic/class/class_test_44.sv, line 11, col 3: Unknown macro "uvm_field_enum". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 11, col 3: Unknown macro "uvm_field_enum". -[ERROR:PP0102] tests/generic/class/class_test_44.sv, line 12, col 3: Unknown macro "uvm_field_object". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 12, col 3: Unknown macro "uvm_field_object". -[ERROR:PP0102] tests/generic/class/class_test_44.sv, line 13, col 3: Unknown macro "uvm_field_event". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 13, col 3: Unknown macro "uvm_field_event". -[ERROR:PP0102] tests/generic/class/class_test_44.sv, line 14, col 3: Unknown macro "uvm_field_string". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 14, col 3: Unknown macro "uvm_field_string". -[ERROR:PP0102] tests/generic/class/class_test_44.sv, line 15, col 3: Unknown macro "uvm_field_array_int". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 15, col 3: Unknown macro "uvm_field_array_int". -[ERROR:PP0102] tests/generic/class/class_test_44.sv, line 16, col 3: Unknown macro "uvm_field_sarray_int". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 16, col 3: Unknown macro "uvm_field_sarray_int". -[ERROR:PP0102] tests/generic/class/class_test_44.sv, line 17, col 3: Unknown macro "uvm_field_aa_int_string". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 17, col 3: Unknown macro "uvm_field_aa_int_string". -[ERROR:PP0102] tests/generic/class/class_test_44.sv, line 18, col 1: Unknown macro "uvm_field_utils_end". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 18, col 1: Unknown macro "uvm_field_utils_end". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_44.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[ERROR:PA0203] tests/generic/class/class_test_44.sv, line 8: Unknown macro "uvm_field_utils_begin". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 8: Unknown macro "uvm_field_utils_begin". -[ERROR:PA0203] tests/generic/class/class_test_44.sv, line 9: Unknown macro "uvm_field_int". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 9: Unknown macro "uvm_field_int". -[ERROR:PA0203] tests/generic/class/class_test_44.sv, line 10: Unknown macro "uvm_field_real". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 10: Unknown macro "uvm_field_real". -[ERROR:PA0203] tests/generic/class/class_test_44.sv, line 11: Unknown macro "uvm_field_enum". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 11: Unknown macro "uvm_field_enum". -[ERROR:PA0203] tests/generic/class/class_test_44.sv, line 12: Unknown macro "uvm_field_object". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 12: Unknown macro "uvm_field_object". -[ERROR:PA0203] tests/generic/class/class_test_44.sv, line 13: Unknown macro "uvm_field_event". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 13: Unknown macro "uvm_field_event". -[ERROR:PA0203] tests/generic/class/class_test_44.sv, line 14: Unknown macro "uvm_field_string". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 14: Unknown macro "uvm_field_string". -[ERROR:PA0203] tests/generic/class/class_test_44.sv, line 15: Unknown macro "uvm_field_array_int". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 15: Unknown macro "uvm_field_array_int". -[ERROR:PA0203] tests/generic/class/class_test_44.sv, line 16: Unknown macro "uvm_field_sarray_int". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 16: Unknown macro "uvm_field_sarray_int". -[ERROR:PA0203] tests/generic/class/class_test_44.sv, line 17: Unknown macro "uvm_field_aa_int_string". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 17: Unknown macro "uvm_field_aa_int_string". -[ERROR:PA0203] tests/generic/class/class_test_44.sv, line 18: Unknown macro "uvm_field_utils_end". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 18: Unknown macro "uvm_field_utils_end". [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_44.sv, line 7: Compile class "work@macros_as_class_item". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] tests/generic/class/class_test_44.sv, line 7: Compile class "work@macros_as_class_item". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_45.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_45.sv.log index 262a7a0..3610b1f 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_45.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_45.sv.log
@@ -6,45 +6,45 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:51 -COMMAND: tests/generic/class/class_test_45.sv -writepp -parse -mt max -l tests/generic/class/class_test_45.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:40 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_45.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_45.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_45.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_45.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_45.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_45.sv". -[ERROR:PP0102] tests/generic/class/class_test_45.sv, line 8, col 1: Unknown macro "uvm_object_param_utils_begin". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_45.sv, line 8, col 1: Unknown macro "uvm_object_param_utils_begin". -[ERROR:PP0102] tests/generic/class/class_test_45.sv, line 9, col 3: Unknown macro "uvm_field_int". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_45.sv, line 9, col 3: Unknown macro "uvm_field_int". -[ERROR:PP0102] tests/generic/class/class_test_45.sv, line 10, col 3: Unknown macro "uvm_field_real". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_45.sv, line 10, col 3: Unknown macro "uvm_field_real". -[ERROR:PP0102] tests/generic/class/class_test_45.sv, line 11, col 3: Unknown macro "uvm_field_enum". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_45.sv, line 11, col 3: Unknown macro "uvm_field_enum". -[ERROR:PP0102] tests/generic/class/class_test_45.sv, line 12, col 1: Unknown macro "uvm_object_utils_end". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_45.sv, line 12, col 1: Unknown macro "uvm_object_utils_end". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_45.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_45.sv". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_45.sv, line 8: Unknown macro "uvm_object_param_utils_begin". -[ERROR:PA0203] tests/generic/class/class_test_45.sv, line 8: Unknown macro "uvm_object_param_utils_begin". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_45.sv, line 9: Unknown macro "uvm_field_int". -[ERROR:PA0203] tests/generic/class/class_test_45.sv, line 9: Unknown macro "uvm_field_int". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_45.sv, line 10: Unknown macro "uvm_field_real". -[ERROR:PA0203] tests/generic/class/class_test_45.sv, line 10: Unknown macro "uvm_field_real". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_45.sv, line 11: Unknown macro "uvm_field_enum". -[ERROR:PA0203] tests/generic/class/class_test_45.sv, line 11: Unknown macro "uvm_field_enum". - -[ERROR:PA0203] tests/generic/class/class_test_45.sv, line 12: Unknown macro "uvm_object_utils_end". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_45.sv, line 12: Unknown macro "uvm_object_utils_end". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_45.sv, line 7: Compile class "work@macros_as_class_item". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_45.sv, line 7: Compile class "work@macros_as_class_item". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox".
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_46.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_46.sv.log index 54be75c..559827e 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_46.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_46.sv.log
@@ -6,56 +6,56 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:56 -COMMAND: tests/generic/class/class_test_46.sv -writepp -parse -mt max -l tests/generic/class/class_test_46.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:40 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_46.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_46.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_46.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_46.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_46.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_46.sv". -[ERROR:PP0102] tests/generic/class/class_test_46.sv, line 8, col 1: Unknown macro "uvm_component_utils". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_46.sv, line 8, col 1: Unknown macro "uvm_component_utils". -[ERROR:PP0102] tests/generic/class/class_test_46.sv, line 9, col 1: Unknown macro "uvm_component_utils_begin". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_46.sv, line 9, col 1: Unknown macro "uvm_component_utils_begin". -[ERROR:PP0102] tests/generic/class/class_test_46.sv, line 10, col 3: Unknown macro "uvm_field_object". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_46.sv, line 10, col 3: Unknown macro "uvm_field_object". -[ERROR:PP0102] tests/generic/class/class_test_46.sv, line 11, col 3: Unknown macro "uvm_field_event". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_46.sv, line 11, col 3: Unknown macro "uvm_field_event". -[ERROR:PP0102] tests/generic/class/class_test_46.sv, line 12, col 3: Unknown macro "uvm_field_string". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_46.sv, line 12, col 3: Unknown macro "uvm_field_string". -[ERROR:PP0102] tests/generic/class/class_test_46.sv, line 13, col 1: Unknown macro "uvm_component_utils_end". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_46.sv, line 13, col 1: Unknown macro "uvm_component_utils_end". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_46.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_46.sv". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_46.sv, line 8: Unknown macro "uvm_component_utils". -[ERROR:PA0203] tests/generic/class/class_test_46.sv, line 8: Unknown macro "uvm_component_utils". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_46.sv, line 9: Unknown macro "uvm_component_utils_begin". -[ERROR:PA0203] tests/generic/class/class_test_46.sv, line 9: Unknown macro "uvm_component_utils_begin". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_46.sv, line 10: Unknown macro "uvm_field_object". -[ERROR:PA0203] tests/generic/class/class_test_46.sv, line 10: Unknown macro "uvm_field_object". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_46.sv, line 11: Unknown macro "uvm_field_event". -[ERROR:PA0203] tests/generic/class/class_test_46.sv, line 11: Unknown macro "uvm_field_event". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_46.sv, line 12: Unknown macro "uvm_field_string". -[ERROR:PA0203] tests/generic/class/class_test_46.sv, line 12: Unknown macro "uvm_field_string". - -[ERROR:PA0203] tests/generic/class/class_test_46.sv, line 13: Unknown macro "uvm_component_utils_end". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_46.sv, line 13: Unknown macro "uvm_component_utils_end". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/class/class_test_46.sv, line 7: Compile class "work@macros_as_class_item". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_46.sv, line 7: Compile class "work@macros_as_class_item". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_47.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_47.sv.log index 1a532bb..2eafb2f 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_47.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_47.sv.log
@@ -6,44 +6,44 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:56 -COMMAND: tests/generic/class/class_test_47.sv -writepp -parse -mt max -l tests/generic/class/class_test_47.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:40 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_47.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_47.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_47.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_47.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_47.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_47.sv". -[ERROR:PP0102] tests/generic/class/class_test_47.sv, line 8, col 1: Unknown macro "uvm_new_func". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_47.sv, line 8, col 1: Unknown macro "uvm_new_func". -[ERROR:PP0102] tests/generic/class/class_test_47.sv, line 9, col 1: Unknown macro "uvm_new_func2". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_47.sv, line 9, col 1: Unknown macro "uvm_new_func2". -[ERROR:PP0102] tests/generic/class/class_test_47.sv, line 10, col 1: Unknown macro "uvm_new_func3". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_47.sv, line 10, col 1: Unknown macro "uvm_new_func3". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_47.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_47.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[ERROR:PA0203] tests/generic/class/class_test_47.sv, line 8: Unknown macro "uvm_new_func". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_47.sv, line 8: Unknown macro "uvm_new_func". -[ERROR:PA0203] tests/generic/class/class_test_47.sv, line 9: Unknown macro "uvm_new_func2". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_47.sv, line 9: Unknown macro "uvm_new_func2". -[ERROR:PA0203] tests/generic/class/class_test_47.sv, line 10: Unknown macro "uvm_new_func3". +[ERROR:PA0203] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_47.sv, line 10: Unknown macro "uvm_new_func3". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_47.sv, line 7: Compile class "work@macros_id_as_call". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_47.sv, line 7: Compile class "work@macros_id_as_call". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_48.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_48.sv.log index ba085f3..ee8cb5f 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_48.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_48.sv.log
@@ -6,34 +6,34 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:51 -COMMAND: tests/generic/class/class_test_48.sv -writepp -parse -mt max -l tests/generic/class/class_test_48.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:40 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_48.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_48.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_48.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_48.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_48.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_48.sv". -[WARNI:PP0103] tests/generic/class/class_test_48.sv, line 8: Undefining an unknown macro "EVIL_MACRO". +[WARNI:PP0103] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_48.sv, line 8: Undefining an unknown macro "EVIL_MACRO". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_48.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_48.sv". [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/class/class_test_48.sv, line 7: Compile class "work@pp_as_class_item". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_48.sv, line 7: Compile class "work@pp_as_class_item". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_49.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_49.sv.log index 5ca6093..a81db41 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_49.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_49.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:54 -COMMAND: tests/generic/class/class_test_49.sv -writepp -parse -mt max -l tests/generic/class/class_test_49.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:40 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_49.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_49.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_49.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_49.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_49.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_49.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_49.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_49.sv". [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/class/class_test_49.sv, line 7: Compile class "work@params_as_class_item". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_49.sv, line 7: Compile class "work@params_as_class_item". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_5.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_5.sv.log index 04e0bf0..af0eb03 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_5.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_5.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:57 -COMMAND: tests/generic/class/class_test_5.sv -writepp -parse -mt max -l tests/generic/class/class_test_5.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:41 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_5.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_5.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_5.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_5.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_5.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_5.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_5.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_5.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_5.sv, line 7: Compile class "work@Foo". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_5.sv, line 7: Compile class "work@Foo". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_51.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_51.sv.log index a644242..17ef49e 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_51.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_51.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:59 -COMMAND: tests/generic/class/class_test_51.sv -writepp -parse -mt max -l tests/generic/class/class_test_51.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:41 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_51.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_51.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_51.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_51.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_51.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_51.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_51.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_51.sv". [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_51.sv, line 7: Compile class "work@how_wide". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/class/class_test_51.sv, line 7: Compile class "work@how_wide". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_52.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_52.sv.log index 88c5ad4..81869f2 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_52.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_52.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:58 -COMMAND: tests/generic/class/class_test_52.sv -writepp -parse -mt max -l tests/generic/class/class_test_52.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:41 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_52.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_52.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_52.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_52.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_52.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_52.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_52.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_52.sv". - [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_52.sv, line 7: Compile class "work@how_wide". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/class/class_test_52.sv, line 7: Compile class "work@how_wide". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0. @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0328] tests/generic/class/class_test_52.sv, line 7: Undefined base class "uvm_sequence_item" extended by "work@how_wide". +[ERROR:CP0328] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_52.sv, line 7: Undefined base class "uvm_sequence_item" extended by "work@how_wide". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_53.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_53.sv.log index edf7605..58fb9a6 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_53.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_53.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:50 -COMMAND: tests/generic/class/class_test_53.sv -writepp -parse -mt max -l tests/generic/class/class_test_53.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:41 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_53.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_53.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_53.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_53.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_53.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_53.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_53.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_53.sv". - [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_53.sv, line 7: Compile class "work@param_types_as_class_item". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/class/class_test_53.sv, line 7: Compile class "work@param_types_as_class_item". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_54.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_54.sv.log index 63a0595..c1b7459 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_54.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_54.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:53 -COMMAND: tests/generic/class/class_test_54.sv -writepp -parse -mt max -l tests/generic/class/class_test_54.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:42 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_54.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_54.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_54.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_54.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_54.sv". - -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_54.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_54.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_54.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - -[INFO :CP0302] tests/generic/class/class_test_54.sv, line 7: Compile class "work@event_calendar". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_54.sv, line 7: Compile class "work@event_calendar". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_55.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_55.sv.log index 2f32b74..311684e 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_55.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_55.sv.log
@@ -6,21 +6,21 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:55 -COMMAND: tests/generic/class/class_test_55.sv -writepp -parse -mt max -l tests/generic/class/class_test_55.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:42 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_55.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_55.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_55.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_55.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_55.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_55.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_55.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_55.sv". [INFO :CP0300] Compilation... @@ -28,10 +28,10 @@ [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] tests/generic/class/class_test_55.sv, line 7: Compile class "work@Driver". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_55.sv, line 7: Compile class "work@Driver". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0. @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0317] tests/generic/class/class_test_55.sv, line 8: Undefined type "Packet". +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_55.sv, line 8: Undefined type "Packet". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_56.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_56.sv.log index 308dc55..65a6b23 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_56.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_56.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:48 -COMMAND: tests/generic/class/class_test_56.sv -writepp -parse -mt max -l tests/generic/class/class_test_56.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:42 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_56.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_56.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_56.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_56.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_56.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_56.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_56.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_56.sv". - [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_56.sv, line 7: Compile class "work@Driver". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/class/class_test_56.sv, line 7: Compile class "work@Driver". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0. @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0317] tests/generic/class/class_test_56.sv, line 8: Undefined type "data_type_or_module_type". +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_56.sv, line 8: Undefined type "data_type_or_module_type". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_57.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_57.sv.log index 1ee0d6e..7c4ef69 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_57.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_57.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:54 -COMMAND: tests/generic/class/class_test_57.sv -writepp -parse -mt max -l tests/generic/class/class_test_57.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:42 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_57.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_57.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_57.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_57.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_57.sv". - -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_57.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_57.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_57.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_57.sv, line 7: Compile class "work@fields_with_modifiers". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_57.sv, line 7: Compile class "work@fields_with_modifiers". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0. @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0317] tests/generic/class/class_test_57.sv, line 8: Undefined type "data_type_or_module_type". +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_57.sv, line 8: Undefined type "data_type_or_module_type". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_58.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_58.sv.log index d7c9623..12ff534 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_58.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_58.sv.log
@@ -6,25 +6,25 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:54 -COMMAND: tests/generic/class/class_test_58.sv -writepp -parse -mt max -l tests/generic/class/class_test_58.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:42 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_58.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_58.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_58.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_58.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_58.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_58.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_58.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_58.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_58.sv, line 7: Compile class "work@fields_with_modifiers". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_58.sv, line 7: Compile class "work@fields_with_modifiers". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0317] tests/generic/class/class_test_58.sv, line 9: Undefined type "data_type_or_module_type". +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_58.sv, line 9: Undefined type "data_type_or_module_type". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_59.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_59.sv.log index 07f8f04..993a366 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_59.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_59.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:50 -COMMAND: tests/generic/class/class_test_59.sv -writepp -parse -mt max -l tests/generic/class/class_test_59.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:43 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_59.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_59.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_59.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_59.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_59.sv". - -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_59.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_59.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_59.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/class/class_test_59.sv, line 7: Compile class "work@pp_class". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_59.sv, line 7: Compile class "work@pp_class". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_6.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_6.sv.log index 6af66ea..b0c4f32 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_6.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_6.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:52 -COMMAND: tests/generic/class/class_test_6.sv -writepp -parse -mt max -l tests/generic/class/class_test_6.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:43 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_6.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_6.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_6.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_6.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_6.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_6.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_6.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_6.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - -[INFO :CP0302] tests/generic/class/class_test_6.sv, line 7: Compile class "work@Foo". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_6.sv, line 7: Compile class "work@Foo". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0. @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0328] tests/generic/class/class_test_6.sv, line 7: Undefined base class "Bar" extended by "work@Foo". +[ERROR:CP0328] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_6.sv, line 7: Undefined base class "Bar" extended by "work@Foo". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_60.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_60.sv.log index a6c2521..ae72071 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_60.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_60.sv.log
@@ -6,31 +6,31 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:56 -COMMAND: tests/generic/class/class_test_60.sv -writepp -parse -mt max -l tests/generic/class/class_test_60.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:43 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_60.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_60.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_60.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_60.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_60.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_60.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_60.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_60.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_60.sv, line 7: Compile class "work@pp_class". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_60.sv, line 7: Compile class "work@pp_class". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_61.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_61.sv.log index f1b1118..30a2085 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_61.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_61.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:48 -COMMAND: tests/generic/class/class_test_61.sv -writepp -parse -mt max -l tests/generic/class/class_test_61.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:43 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_61.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_61.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_61.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_61.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_61.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_61.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_61.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_61.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_61.sv, line 7: Compile class "work@pp_class". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_61.sv, line 7: Compile class "work@pp_class". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore".
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_62.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_62.sv.log index 1ce42ab..0115ed5 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_62.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_62.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:49 -COMMAND: tests/generic/class/class_test_62.sv -writepp -parse -mt max -l tests/generic/class/class_test_62.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:43 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_62.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_62.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_62.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_62.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_62.sv". - -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_62.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_62.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :CP0300] Compilation... +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_62.sv". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] tests/generic/class/class_test_62.sv, line 7: Compile class "work@pp_class". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_62.sv, line 7: Compile class "work@pp_class". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_63.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_63.sv.log index f92cbc2..94727c9 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_63.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_63.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:48 -COMMAND: tests/generic/class/class_test_63.sv -writepp -parse -mt max -l tests/generic/class/class_test_63.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:43 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_63.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_63.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_63.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_63.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_63.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_63.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_63.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_63.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". @@ -26,11 +26,11 @@ [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] tests/generic/class/class_test_63.sv, line 7: Compile class "work@pp_class". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_63.sv, line 7: Compile class "work@pp_class". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_64.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_64.sv.log index c871036..4ec37be 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_64.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_64.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:49 -COMMAND: tests/generic/class/class_test_64.sv -writepp -parse -mt max -l tests/generic/class/class_test_64.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:44 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_64.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_64.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_64.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_64.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_64.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_64.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_64.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_64.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_64.sv, line 7: Compile class "work@pp_class". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_64.sv, line 7: Compile class "work@pp_class". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_65.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_65.sv.log index 9367e9a..c94fdec 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_65.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_65.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:51 -COMMAND: tests/generic/class/class_test_65.sv -writepp -parse -mt max -l tests/generic/class/class_test_65.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:44 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_65.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_65.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_65.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_65.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_65.sv". - -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_65.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_65.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_65.sv". + [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_65.sv, line 7: Compile class "work@pp_class". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/class/class_test_65.sv, line 7: Compile class "work@pp_class". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_66.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_66.sv.log index 46bfaec..c9e9ab3 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_66.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_66.sv.log
@@ -6,31 +6,31 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:57 -COMMAND: tests/generic/class/class_test_66.sv -writepp -parse -mt max -l tests/generic/class/class_test_66.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:44 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_66.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_66.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_66.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_66.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_66.sv". - -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_66.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_66.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_66.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] tests/generic/class/class_test_66.sv, line 7: Compile class "work@pp_class". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_66.sv, line 7: Compile class "work@pp_class". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_67.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_67.sv.log index 04054ad..928ba29 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_67.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_67.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:46 -COMMAND: tests/generic/class/class_test_67.sv -writepp -parse -mt max -l tests/generic/class/class_test_67.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:44 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_67.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_67.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_67.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_67.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_67.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_67.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_67.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_67.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - -[INFO :CP0302] tests/generic/class/class_test_67.sv, line 7: Compile class "work@pp_class". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_67.sv, line 7: Compile class "work@pp_class". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_68.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_68.sv.log index e2eda56..496721a 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_68.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_68.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:57 -COMMAND: tests/generic/class/class_test_68.sv -writepp -parse -mt max -l tests/generic/class/class_test_68.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:44 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_68.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_68.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_68.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_68.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_68.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_68.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_68.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_68.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_68.sv, line 7: Compile class "work@pp_class". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_68.sv, line 7: Compile class "work@pp_class". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_69.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_69.sv.log index 0215929..b23a21e 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_69.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_69.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:55 -COMMAND: tests/generic/class/class_test_69.sv -writepp -parse -mt max -l tests/generic/class/class_test_69.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:45 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_69.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_69.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_69.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_69.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_69.sv". - -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_69.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_69.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_69.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/class/class_test_69.sv, line 7: Compile class "work@pp_class". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_69.sv, line 7: Compile class "work@pp_class". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_7.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_7.sv.log index dd1925e..6a6e921 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_7.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_7.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:58 -COMMAND: tests/generic/class/class_test_7.sv -writepp -parse -mt max -l tests/generic/class/class_test_7.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:45 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_7.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_7.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_7.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_7.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_7.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_7.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_7.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_7.sv". [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_7.sv, line 7: Compile class "work@Foo". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] tests/generic/class/class_test_7.sv, line 7: Compile class "work@Foo". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0. @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0328] tests/generic/class/class_test_7.sv, line 7: Undefined base class "Package::Bar" extended by "work@Foo". +[ERROR:CP0328] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_7.sv, line 7: Undefined base class "Package::Bar" extended by "work@Foo". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_8.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_8.sv.log index 30441b4..c8f482a 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_8.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_8.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:46 -COMMAND: tests/generic/class/class_test_8.sv -writepp -parse -mt max -l tests/generic/class/class_test_8.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:45 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_8.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_8.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_8.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_8.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_8.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_8.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_8.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_8.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_8.sv, line 7: Compile class "work@Foo". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_8.sv, line 7: Compile class "work@Foo". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0. @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0328] tests/generic/class/class_test_8.sv, line 7: Undefined base class "Bar" extended by "work@Foo". +[ERROR:CP0328] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_8.sv, line 7: Undefined base class "Bar" extended by "work@Foo". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/class/class_test_9.sv.log b/SVIncCompil/Testcases/Google/generic/class/class_test_9.sv.log index 07c69d9..2984348 100644 --- a/SVIncCompil/Testcases/Google/generic/class/class_test_9.sv.log +++ b/SVIncCompil/Testcases/Google/generic/class/class_test_9.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:52 -COMMAND: tests/generic/class/class_test_9.sv -writepp -parse -mt max -l tests/generic/class/class_test_9.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:45 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_9.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_9.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/class/class_test_9.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_9.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/class/class_test_9.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_9.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_9.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/class/class_test_9.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/class/class_test_9.sv, line 7: Compile class "work@Foo". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/class/class_test_9.sv, line 7: Compile class "work@Foo". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/desc/desc_test_0.sv.log b/SVIncCompil/Testcases/Google/generic/desc/desc_test_0.sv.log index a4951a0..255b9c8 100644 --- a/SVIncCompil/Testcases/Google/generic/desc/desc_test_0.sv.log +++ b/SVIncCompil/Testcases/Google/generic/desc/desc_test_0.sv.log
@@ -6,21 +6,21 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:38 -COMMAND: tests/generic/desc/desc_test_0.sv -writepp -parse -mt max -l tests/generic/desc/desc_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:45 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_0.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/desc/desc_test_0.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_0.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/desc/desc_test_0.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_0.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/desc/desc_test_0.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_0.sv". [INFO :CP0300] Compilation...
diff --git a/SVIncCompil/Testcases/Google/generic/desc/desc_test_1.sv.log b/SVIncCompil/Testcases/Google/generic/desc/desc_test_1.sv.log index 94ca00a..d917bef 100644 --- a/SVIncCompil/Testcases/Google/generic/desc/desc_test_1.sv.log +++ b/SVIncCompil/Testcases/Google/generic/desc/desc_test_1.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:40 -COMMAND: tests/generic/desc/desc_test_1.sv -writepp -parse -mt max -l tests/generic/desc/desc_test_1.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:45 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_1.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_1.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/desc/desc_test_1.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_1.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/desc/desc_test_1.sv". - -[INFO :PA0201] Parsing source file "tests/generic/desc/desc_test_1.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_1.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_1.sv". + [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/desc/desc_test_10.sv.log b/SVIncCompil/Testcases/Google/generic/desc/desc_test_10.sv.log index 587f54d..c95504d 100644 --- a/SVIncCompil/Testcases/Google/generic/desc/desc_test_10.sv.log +++ b/SVIncCompil/Testcases/Google/generic/desc/desc_test_10.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:41 -COMMAND: tests/generic/desc/desc_test_10.sv -writepp -parse -mt max -l tests/generic/desc/desc_test_10.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:46 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_10.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_10.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/desc/desc_test_10.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_10.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/desc/desc_test_10.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_10.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_10.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/desc/desc_test_10.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/desc/desc_test_11.sv.log b/SVIncCompil/Testcases/Google/generic/desc/desc_test_11.sv.log index 8a27426..9da8a43 100644 --- a/SVIncCompil/Testcases/Google/generic/desc/desc_test_11.sv.log +++ b/SVIncCompil/Testcases/Google/generic/desc/desc_test_11.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:39 -COMMAND: tests/generic/desc/desc_test_11.sv -writepp -parse -mt max -l tests/generic/desc/desc_test_11.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:46 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_11.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_11.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/desc/desc_test_11.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_11.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/desc/desc_test_11.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_11.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_11.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/desc/desc_test_11.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/desc/desc_test_12.sv.log b/SVIncCompil/Testcases/Google/generic/desc/desc_test_12.sv.log index ee7b856..bdffd4f 100644 --- a/SVIncCompil/Testcases/Google/generic/desc/desc_test_12.sv.log +++ b/SVIncCompil/Testcases/Google/generic/desc/desc_test_12.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:39 -COMMAND: tests/generic/desc/desc_test_12.sv -writepp -parse -mt max -l tests/generic/desc/desc_test_12.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:46 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_12.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_12.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/desc/desc_test_12.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_12.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/desc/desc_test_12.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_12.sv". -[INFO :PA0201] Parsing source file "tests/generic/desc/desc_test_12.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_12.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv".
diff --git a/SVIncCompil/Testcases/Google/generic/desc/desc_test_13.sv.log b/SVIncCompil/Testcases/Google/generic/desc/desc_test_13.sv.log index eb200b5..51fe896 100644 --- a/SVIncCompil/Testcases/Google/generic/desc/desc_test_13.sv.log +++ b/SVIncCompil/Testcases/Google/generic/desc/desc_test_13.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:40 -COMMAND: tests/generic/desc/desc_test_13.sv -writepp -parse -mt max -l tests/generic/desc/desc_test_13.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:46 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_13.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_13.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/desc/desc_test_13.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_13.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/desc/desc_test_13.sv". - -[INFO :PA0201] Parsing source file "tests/generic/desc/desc_test_13.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_13.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/generic/desc/desc_test_13.sv, line 7: No timescale set for "foo_pkg". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_13.sv". + +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_13.sv, line 7: No timescale set for "foo_pkg". [INFO :CP0300] Compilation... -[INFO :CP0301] tests/generic/desc/desc_test_13.sv, line 7: Compile package "foo_pkg". +[INFO :CP0301] /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_13.sv, line 7: Compile package "foo_pkg". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox".
diff --git a/SVIncCompil/Testcases/Google/generic/desc/desc_test_14.sv.log b/SVIncCompil/Testcases/Google/generic/desc/desc_test_14.sv.log index 4a210c6..0424c0e 100644 --- a/SVIncCompil/Testcases/Google/generic/desc/desc_test_14.sv.log +++ b/SVIncCompil/Testcases/Google/generic/desc/desc_test_14.sv.log
@@ -6,31 +6,31 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:41 -COMMAND: tests/generic/desc/desc_test_14.sv -writepp -parse -mt max -l tests/generic/desc/desc_test_14.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:46 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_14.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_14.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/desc/desc_test_14.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_14.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/desc/desc_test_14.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_14.sv". -[INFO :PA0201] Parsing source file "tests/generic/desc/desc_test_14.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_14.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[WARNI:PA0205] tests/generic/desc/desc_test_14.sv, line 7: No timescale set for "foo_pkg". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_14.sv, line 7: No timescale set for "foo_pkg". -[WARNI:PA0205] tests/generic/desc/desc_test_14.sv, line 9: No timescale set for "foo_mod". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_14.sv, line 9: No timescale set for "foo_mod". [INFO :CP0300] Compilation... -[INFO :CP0301] tests/generic/desc/desc_test_14.sv, line 7: Compile package "foo_pkg". +[INFO :CP0301] /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_14.sv, line 7: Compile package "foo_pkg". -[INFO :CP0303] tests/generic/desc/desc_test_14.sv, line 9: Compile module "work@foo_mod". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_14.sv, line 9: Compile module "work@foo_mod". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -40,7 +40,7 @@ [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/generic/desc/desc_test_14.sv, line 9: Top level module "work@foo_mod". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_14.sv, line 9: Top level module "work@foo_mod". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/generic/desc/desc_test_15.sv.log b/SVIncCompil/Testcases/Google/generic/desc/desc_test_15.sv.log index 4fdafc1..1d2db5f 100644 --- a/SVIncCompil/Testcases/Google/generic/desc/desc_test_15.sv.log +++ b/SVIncCompil/Testcases/Google/generic/desc/desc_test_15.sv.log
@@ -6,37 +6,37 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:38 -COMMAND: tests/generic/desc/desc_test_15.sv -writepp -parse -mt max -l tests/generic/desc/desc_test_15.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:47 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_15.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_15.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/desc/desc_test_15.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_15.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/desc/desc_test_15.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_15.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_15.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/desc/desc_test_15.sv". - -[WARNI:PA0205] tests/generic/desc/desc_test_15.sv, line 7: No timescale set for "module_fpga". +[WARNI:PA0205] /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_15.sv, line 7: No timescale set for "module_fpga". [INFO :CP0300] Compilation... -[INFO :CP0303] tests/generic/desc/desc_test_15.sv, line 7: Compile module "work@module_fpga". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0303] /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_15.sv, line 7: Compile module "work@module_fpga". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[NOTE :EL0503] tests/generic/desc/desc_test_15.sv, line 7: Top level module "work@module_fpga". +[NOTE :EL0503] /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_15.sv, line 7: Top level module "work@module_fpga". [NOTE :EL0508] Nb Top level modules: 1.
diff --git a/SVIncCompil/Testcases/Google/generic/desc/desc_test_16.sv.log b/SVIncCompil/Testcases/Google/generic/desc/desc_test_16.sv.log index 380b703..0d9923c 100644 --- a/SVIncCompil/Testcases/Google/generic/desc/desc_test_16.sv.log +++ b/SVIncCompil/Testcases/Google/generic/desc/desc_test_16.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:41 -COMMAND: tests/generic/desc/desc_test_16.sv -writepp -parse -mt max -l tests/generic/desc/desc_test_16.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:47 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_16.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_16.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/desc/desc_test_16.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_16.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/desc/desc_test_16.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_16.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_16.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/desc/desc_test_16.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/desc/desc_test_17.sv.log b/SVIncCompil/Testcases/Google/generic/desc/desc_test_17.sv.log index f129809..779c27d 100644 --- a/SVIncCompil/Testcases/Google/generic/desc/desc_test_17.sv.log +++ b/SVIncCompil/Testcases/Google/generic/desc/desc_test_17.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:39 -COMMAND: tests/generic/desc/desc_test_17.sv -writepp -parse -mt max -l tests/generic/desc/desc_test_17.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:47 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_17.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_17.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/desc/desc_test_17.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_17.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/desc/desc_test_17.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_17.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_17.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/desc/desc_test_17.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/desc/desc_test_18.sv.log b/SVIncCompil/Testcases/Google/generic/desc/desc_test_18.sv.log index 2f15e6d..a55e374 100644 --- a/SVIncCompil/Testcases/Google/generic/desc/desc_test_18.sv.log +++ b/SVIncCompil/Testcases/Google/generic/desc/desc_test_18.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:39 -COMMAND: tests/generic/desc/desc_test_18.sv -writepp -parse -mt max -l tests/generic/desc/desc_test_18.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:47 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_18.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_18.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/desc/desc_test_18.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_18.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/desc/desc_test_18.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_18.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/desc/desc_test_18.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_18.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/desc/desc_test_2.sv.log b/SVIncCompil/Testcases/Google/generic/desc/desc_test_2.sv.log index aedee95..be4d1a1 100644 --- a/SVIncCompil/Testcases/Google/generic/desc/desc_test_2.sv.log +++ b/SVIncCompil/Testcases/Google/generic/desc/desc_test_2.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:41 -COMMAND: tests/generic/desc/desc_test_2.sv -writepp -parse -mt max -l tests/generic/desc/desc_test_2.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:47 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_2.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_2.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/desc/desc_test_2.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_2.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/desc/desc_test_2.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_2.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_2.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/desc/desc_test_2.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/desc/desc_test_3.sv.log b/SVIncCompil/Testcases/Google/generic/desc/desc_test_3.sv.log index 2306b6f..b07c74c 100644 --- a/SVIncCompil/Testcases/Google/generic/desc/desc_test_3.sv.log +++ b/SVIncCompil/Testcases/Google/generic/desc/desc_test_3.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:40 -COMMAND: tests/generic/desc/desc_test_3.sv -writepp -parse -mt max -l tests/generic/desc/desc_test_3.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:48 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_3.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_3.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/desc/desc_test_3.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_3.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/desc/desc_test_3.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_3.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_3.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/desc/desc_test_3.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/desc/desc_test_4.sv.log b/SVIncCompil/Testcases/Google/generic/desc/desc_test_4.sv.log index 2fd115e..fb65713 100644 --- a/SVIncCompil/Testcases/Google/generic/desc/desc_test_4.sv.log +++ b/SVIncCompil/Testcases/Google/generic/desc/desc_test_4.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:42 -COMMAND: tests/generic/desc/desc_test_4.sv -writepp -parse -mt max -l tests/generic/desc/desc_test_4.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:48 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_4.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_4.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/desc/desc_test_4.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_4.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/desc/desc_test_4.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_4.sv". -[INFO :PA0201] Parsing source file "tests/generic/desc/desc_test_4.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_4.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv".
diff --git a/SVIncCompil/Testcases/Google/generic/desc/desc_test_5.sv.log b/SVIncCompil/Testcases/Google/generic/desc/desc_test_5.sv.log index bb92d4b..2d95e0f 100644 --- a/SVIncCompil/Testcases/Google/generic/desc/desc_test_5.sv.log +++ b/SVIncCompil/Testcases/Google/generic/desc/desc_test_5.sv.log
@@ -6,21 +6,21 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:42 -COMMAND: tests/generic/desc/desc_test_5.sv -writepp -parse -mt max -l tests/generic/desc/desc_test_5.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:48 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_5.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_5.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/desc/desc_test_5.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_5.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/desc/desc_test_5.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_5.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/desc/desc_test_5.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_5.sv". [INFO :CP0300] Compilation...
diff --git a/SVIncCompil/Testcases/Google/generic/desc/desc_test_6.sv.log b/SVIncCompil/Testcases/Google/generic/desc/desc_test_6.sv.log index 7dd2a3f..6937314 100644 --- a/SVIncCompil/Testcases/Google/generic/desc/desc_test_6.sv.log +++ b/SVIncCompil/Testcases/Google/generic/desc/desc_test_6.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:41 -COMMAND: tests/generic/desc/desc_test_6.sv -writepp -parse -mt max -l tests/generic/desc/desc_test_6.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:48 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_6.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_6.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/desc/desc_test_6.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_6.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/desc/desc_test_6.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_6.sv". -[INFO :PA0201] Parsing source file "tests/generic/desc/desc_test_6.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_6.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv".
diff --git a/SVIncCompil/Testcases/Google/generic/desc/desc_test_7.sv.log b/SVIncCompil/Testcases/Google/generic/desc/desc_test_7.sv.log index 64f1603..479a116 100644 --- a/SVIncCompil/Testcases/Google/generic/desc/desc_test_7.sv.log +++ b/SVIncCompil/Testcases/Google/generic/desc/desc_test_7.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:42 -COMMAND: tests/generic/desc/desc_test_7.sv -writepp -parse -mt max -l tests/generic/desc/desc_test_7.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:48 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_7.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_7.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/desc/desc_test_7.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_7.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/desc/desc_test_7.sv". - -[INFO :PA0201] Parsing source file "tests/generic/desc/desc_test_7.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_7.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :CP0300] Compilation... +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_7.sv". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/desc/desc_test_8.sv.log b/SVIncCompil/Testcases/Google/generic/desc/desc_test_8.sv.log index 7a10b20..c6dc110 100644 --- a/SVIncCompil/Testcases/Google/generic/desc/desc_test_8.sv.log +++ b/SVIncCompil/Testcases/Google/generic/desc/desc_test_8.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:40 -COMMAND: tests/generic/desc/desc_test_8.sv -writepp -parse -mt max -l tests/generic/desc/desc_test_8.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:48 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_8.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_8.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/desc/desc_test_8.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_8.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/desc/desc_test_8.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_8.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/desc/desc_test_8.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_8.sv". [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/desc/desc_test_9.sv.log b/SVIncCompil/Testcases/Google/generic/desc/desc_test_9.sv.log index 8b80930..3a87178 100644 --- a/SVIncCompil/Testcases/Google/generic/desc/desc_test_9.sv.log +++ b/SVIncCompil/Testcases/Google/generic/desc/desc_test_9.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:39 -COMMAND: tests/generic/desc/desc_test_9.sv -writepp -parse -mt max -l tests/generic/desc/desc_test_9.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:49 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_9.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_9.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/desc/desc_test_9.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_9.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/desc/desc_test_9.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_9.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/desc/desc_test_9.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/desc/desc_test_9.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/empty/empty_test_0.sv.log b/SVIncCompil/Testcases/Google/generic/empty/empty_test_0.sv.log index 2c1a0c5..54cc854 100644 --- a/SVIncCompil/Testcases/Google/generic/empty/empty_test_0.sv.log +++ b/SVIncCompil/Testcases/Google/generic/empty/empty_test_0.sv.log
@@ -6,28 +6,28 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:16:00 -COMMAND: tests/generic/empty/empty_test_0.sv -writepp -parse -mt max -l tests/generic/empty/empty_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:49 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_0.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/empty/empty_test_0.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_0.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/empty/empty_test_0.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_0.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/empty/empty_test_0.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_0.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/empty/empty_test_1.sv.log b/SVIncCompil/Testcases/Google/generic/empty/empty_test_1.sv.log index a525094..baf0caf 100644 --- a/SVIncCompil/Testcases/Google/generic/empty/empty_test_1.sv.log +++ b/SVIncCompil/Testcases/Google/generic/empty/empty_test_1.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:16:00 -COMMAND: tests/generic/empty/empty_test_1.sv -writepp -parse -mt max -l tests/generic/empty/empty_test_1.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:49 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_1.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_1.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/empty/empty_test_1.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_1.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/empty/empty_test_1.sv". - -[INFO :PA0201] Parsing source file "tests/generic/empty/empty_test_1.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_1.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_1.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/empty/empty_test_2.sv.log b/SVIncCompil/Testcases/Google/generic/empty/empty_test_2.sv.log index 8a855cf..a28af22 100644 --- a/SVIncCompil/Testcases/Google/generic/empty/empty_test_2.sv.log +++ b/SVIncCompil/Testcases/Google/generic/empty/empty_test_2.sv.log
@@ -6,28 +6,28 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:16:01 -COMMAND: tests/generic/empty/empty_test_2.sv -writepp -parse -mt max -l tests/generic/empty/empty_test_2.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:49 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_2.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_2.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/empty/empty_test_2.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_2.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/empty/empty_test_2.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_2.sv". -[INFO :PA0201] Parsing source file "tests/generic/empty/empty_test_2.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_2.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/empty/empty_test_3.sv.log b/SVIncCompil/Testcases/Google/generic/empty/empty_test_3.sv.log index 5a15e68..ad8e4e5 100644 --- a/SVIncCompil/Testcases/Google/generic/empty/empty_test_3.sv.log +++ b/SVIncCompil/Testcases/Google/generic/empty/empty_test_3.sv.log
@@ -6,21 +6,21 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:16:01 -COMMAND: tests/generic/empty/empty_test_3.sv -writepp -parse -mt max -l tests/generic/empty/empty_test_3.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:49 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_3.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_3.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/empty/empty_test_3.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_3.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/empty/empty_test_3.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_3.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/empty/empty_test_3.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_3.sv". [INFO :CP0300] Compilation...
diff --git a/SVIncCompil/Testcases/Google/generic/empty/empty_test_4.sv.log b/SVIncCompil/Testcases/Google/generic/empty/empty_test_4.sv.log index edf8e4d..253ae1a 100644 --- a/SVIncCompil/Testcases/Google/generic/empty/empty_test_4.sv.log +++ b/SVIncCompil/Testcases/Google/generic/empty/empty_test_4.sv.log
@@ -6,21 +6,21 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:16:00 -COMMAND: tests/generic/empty/empty_test_4.sv -writepp -parse -mt max -l tests/generic/empty/empty_test_4.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:49 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_4.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_4.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/empty/empty_test_4.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_4.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/empty/empty_test_4.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_4.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/empty/empty_test_4.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_4.sv". [INFO :CP0300] Compilation...
diff --git a/SVIncCompil/Testcases/Google/generic/empty/empty_test_5.sv.log b/SVIncCompil/Testcases/Google/generic/empty/empty_test_5.sv.log index 8c4237f..9133a6a 100644 --- a/SVIncCompil/Testcases/Google/generic/empty/empty_test_5.sv.log +++ b/SVIncCompil/Testcases/Google/generic/empty/empty_test_5.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:16:00 -COMMAND: tests/generic/empty/empty_test_5.sv -writepp -parse -mt max -l tests/generic/empty/empty_test_5.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:50 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_5.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_5.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/empty/empty_test_5.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_5.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/empty/empty_test_5.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_5.sv". -[INFO :PA0201] Parsing source file "tests/generic/empty/empty_test_5.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/empty/empty_test_5.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/enum/enum_test_0.sv.log b/SVIncCompil/Testcases/Google/generic/enum/enum_test_0.sv.log index 0a18692..41871b4 100644 --- a/SVIncCompil/Testcases/Google/generic/enum/enum_test_0.sv.log +++ b/SVIncCompil/Testcases/Google/generic/enum/enum_test_0.sv.log
@@ -6,33 +6,33 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:16:01 -COMMAND: tests/generic/enum/enum_test_0.sv -writepp -parse -mt max -l tests/generic/enum/enum_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:50 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/enum/enum_test_0.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/enum/enum_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/enum/enum_test_0.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/enum/enum_test_0.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/enum/enum_test_0.sv". - -[INFO :PA0201] Parsing source file "tests/generic/enum/enum_test_0.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/enum/enum_test_0.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/enum/enum_test_0.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... -[ERROR:CP0317] tests/generic/enum/enum_test_0.sv, line 7: Undefined type "myenum_fwd". +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/generic/enum/enum_test_0.sv, line 7: Undefined type "myenum_fwd". [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_0.sv.log b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_0.sv.log index 9550339..984643e 100644 --- a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_0.sv.log +++ b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_0.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:44 -COMMAND: tests/generic/iface/iface_class_test_0.sv -writepp -parse -mt max -l tests/generic/iface/iface_class_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:50 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_0.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/iface/iface_class_test_0.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_0.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/iface/iface_class_test_0.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_0.sv". -[INFO :PA0201] Parsing source file "tests/generic/iface/iface_class_test_0.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_0.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". @@ -26,10 +26,10 @@ [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_1.sv.log b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_1.sv.log index d583c41..3ec7117 100644 --- a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_1.sv.log +++ b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_1.sv.log
@@ -6,22 +6,22 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:44 -COMMAND: tests/generic/iface/iface_class_test_1.sv -writepp -parse -mt max -l tests/generic/iface/iface_class_test_1.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:50 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_1.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_1.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/iface/iface_class_test_1.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_1.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/iface/iface_class_test_1.sv". - -[INFO :PA0201] Parsing source file "tests/generic/iface/iface_class_test_1.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_1.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_1.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox".
diff --git a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_10.sv.log b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_10.sv.log index 022e09b..1a3d4f5 100644 --- a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_10.sv.log +++ b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_10.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:43 -COMMAND: tests/generic/iface/iface_class_test_10.sv -writepp -parse -mt max -l tests/generic/iface/iface_class_test_10.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:50 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_10.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_10.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/iface/iface_class_test_10.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_10.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/iface/iface_class_test_10.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_10.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_10.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/iface/iface_class_test_10.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_11.sv.log b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_11.sv.log index 7061636..32ebf1d 100644 --- a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_11.sv.log +++ b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_11.sv.log
@@ -6,28 +6,28 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:43 -COMMAND: tests/generic/iface/iface_class_test_11.sv -writepp -parse -mt max -l tests/generic/iface/iface_class_test_11.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:50 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_11.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_11.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/iface/iface_class_test_11.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_11.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/iface/iface_class_test_11.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_11.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_11.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/iface/iface_class_test_11.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_2.sv.log b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_2.sv.log index b2c80ae..698176b 100644 --- a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_2.sv.log +++ b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_2.sv.log
@@ -6,28 +6,28 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:42 -COMMAND: tests/generic/iface/iface_class_test_2.sv -writepp -parse -mt max -l tests/generic/iface/iface_class_test_2.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:51 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_2.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_2.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/iface/iface_class_test_2.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_2.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/iface/iface_class_test_2.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_2.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/iface/iface_class_test_2.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_2.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_3.sv.log b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_3.sv.log index 65c9070..c323458 100644 --- a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_3.sv.log +++ b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_3.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:43 -COMMAND: tests/generic/iface/iface_class_test_3.sv -writepp -parse -mt max -l tests/generic/iface/iface_class_test_3.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:51 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_3.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_3.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/iface/iface_class_test_3.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_3.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/iface/iface_class_test_3.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_3.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_3.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/iface/iface_class_test_3.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_4.sv.log b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_4.sv.log index 7afefff..0f9ae37 100644 --- a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_4.sv.log +++ b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_4.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:45 -COMMAND: tests/generic/iface/iface_class_test_4.sv -writepp -parse -mt max -l tests/generic/iface/iface_class_test_4.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:51 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_4.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_4.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/iface/iface_class_test_4.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_4.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/iface/iface_class_test_4.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_4.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_4.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/iface/iface_class_test_4.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_5.sv.log b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_5.sv.log index 72dfbe8..efdc3f8 100644 --- a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_5.sv.log +++ b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_5.sv.log
@@ -6,28 +6,28 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:44 -COMMAND: tests/generic/iface/iface_class_test_5.sv -writepp -parse -mt max -l tests/generic/iface/iface_class_test_5.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:51 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_5.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_5.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/iface/iface_class_test_5.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_5.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/iface/iface_class_test_5.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_5.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_5.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/iface/iface_class_test_5.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_7.sv.log b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_7.sv.log index 9b349a6..9479e85 100644 --- a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_7.sv.log +++ b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_7.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:43 -COMMAND: tests/generic/iface/iface_class_test_7.sv -writepp -parse -mt max -l tests/generic/iface/iface_class_test_7.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:51 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_7.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_7.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/iface/iface_class_test_7.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_7.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/iface/iface_class_test_7.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_7.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_7.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/iface/iface_class_test_7.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_8.sv.log b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_8.sv.log index f1e2ddf..1f7a9f5 100644 --- a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_8.sv.log +++ b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_8.sv.log
@@ -6,22 +6,22 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:42 -COMMAND: tests/generic/iface/iface_class_test_8.sv -writepp -parse -mt max -l tests/generic/iface/iface_class_test_8.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:52 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_8.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_8.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/iface/iface_class_test_8.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_8.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/iface/iface_class_test_8.sv". - -[INFO :PA0201] Parsing source file "tests/generic/iface/iface_class_test_8.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_8.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_8.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox".
diff --git a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_9.sv.log b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_9.sv.log index 8ea74e7..bd1b8ea 100644 --- a/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_9.sv.log +++ b/SVIncCompil/Testcases/Google/generic/iface/iface_class_test_9.sv.log
@@ -6,28 +6,28 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:44 -COMMAND: tests/generic/iface/iface_class_test_9.sv -writepp -parse -mt max -l tests/generic/iface/iface_class_test_9.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:52 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_9.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_9.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/iface/iface_class_test_9.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_9.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/iface/iface_class_test_9.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_9.sv". -[INFO :PA0201] Parsing source file "tests/generic/iface/iface_class_test_9.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/iface/iface_class_test_9.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_0.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_0.sv.log index 8f48f01..c5d9dbc 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_0.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_0.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:20 -COMMAND: tests/generic/member/class_member_test_0.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:52 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_0.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_0.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_0.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_0.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_0.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_0.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_0.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_0.sv, line 7: Compile class "work@myclass". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_0.sv, line 7: Compile class "work@myclass". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_1.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_1.sv.log index b66293d..3e5c724 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_1.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_1.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:14 -COMMAND: tests/generic/member/class_member_test_1.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_1.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:52 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_1.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_1.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_1.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_1.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_1.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_1.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_1.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_1.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/member/class_member_test_1.sv, line 7: Compile class "work@c". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_1.sv, line 7: Compile class "work@c". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_10.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_10.sv.log index 61b940b..7d9ceb9 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_10.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_10.sv.log
@@ -6,25 +6,25 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:16 -COMMAND: tests/generic/member/class_member_test_10.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_10.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:52 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_10.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_10.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_10.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_10.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_10.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_10.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_10.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_10.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/member/class_member_test_10.sv, line 7: Compile class "work@outerclass". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_10.sv, line 7: Compile class "work@outerclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". @@ -32,9 +32,9 @@ [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] tests/generic/member/class_member_test_10.sv, line 8: Compile class "work@outerclass::innerclass". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_10.sv, line 8: Compile class "work@outerclass::innerclass". -[INFO :CP0302] tests/generic/member/class_member_test_10.sv, line 9: Compile class "work@outerclass::innerclass::reallyinnerclass". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_10.sv, line 9: Compile class "work@outerclass::innerclass::reallyinnerclass". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_11.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_11.sv.log index da12705..fc90a1f 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_11.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_11.sv.log
@@ -6,21 +6,21 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:21 -COMMAND: tests/generic/member/class_member_test_11.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_11.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:53 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_11.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_11.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_11.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_11.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_11.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_11.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_11.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_11.sv". [INFO :CP0300] Compilation... @@ -28,10 +28,10 @@ [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] tests/generic/member/class_member_test_11.sv, line 7: Compile class "work@myclass". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_11.sv, line 7: Compile class "work@myclass". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_12.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_12.sv.log index 0d7ed22..82f5c15 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_12.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_12.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:14 -COMMAND: tests/generic/member/class_member_test_12.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_12.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:53 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_12.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_12.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_12.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_12.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_12.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_12.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_12.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_12.sv". - [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_12.sv, line 7: Compile class "work@semaphore". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] tests/generic/member/class_member_test_12.sv, line 7: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0. @@ -43,7 +43,7 @@ [NOTE :EL0511] Nb leaf instances: 0. [WARNI:CP0319] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Multiply defined class "work@semaphore", - tests/generic/member/class_member_test_12.sv, line 7: previous definition. + /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_12.sv, line 7: previous definition. [ FATAL] : 0 [ ERROR] : 0
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_13.sv b/SVIncCompil/Testcases/Google/generic/member/class_member_test_13.sv index 846bb79..eb7c236 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_13.sv +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_13.sv
@@ -6,7 +6,7 @@ */ class protected_stuff; protected int count; - protected const int countess = `SSS; + protected const int countess = 1; protected var int counter = 0; protected const var int counted = 1; protected const myclass::msg_t null_msg = {1'b1, 1'b0};
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_13.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_13.sv.log index 93a25dc..cc7f5bc 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_13.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_13.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:22 -COMMAND: tests/generic/member/class_member_test_13.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_13.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:53 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_13.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_13.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_13.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_13.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_13.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_13.sv". -[ERROR:PP0102] tests/generic/member/class_member_test_13.sv, line 9, col 33: Unknown macro "SSS". +[ERROR:PP0102] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_13.sv, line 9, col 33: Unknown macro "SSS". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_13.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_13.sv". - -[ERROR:PA0207] tests/generic/member/class_member_test_13.sv, line 9, col 33: Syntax error: no viable alternative at input '= SURELOG_MACRO_NOT_DEFINED:SSS!!!', +[ERROR:PA0207] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_13.sv, line 9, col 33: Syntax error: no viable alternative at input '= SURELOG_MACRO_NOT_DEFINED:SSS!!!', protected const int countess = SURELOG_MACRO_NOT_DEFINED:SSS!!! ; - ^-- line 9, ./slpp_all/work/tests/generic/member/class_member_test_13.sv. + ^-- line 9, ./slpp_all/work//home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_13.sv. [INFO :CP0300] Compilation... @@ -34,10 +34,10 @@ [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] tests/generic/member/class_member_test_13.sv, line 7: Compile class "work@protected_stuff". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_13.sv, line 7: Compile class "work@protected_stuff". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0. @@ -48,7 +48,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0317] tests/generic/member/class_member_test_13.sv, line 12: Undefined type "myclass::msg_t". +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_13.sv, line 12: Undefined type "myclass::msg_t". [ FATAL] : 0 [ ERROR] : 3
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_14.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_14.sv.log index 6c985be..ff4b1fa 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_14.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_14.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:23 -COMMAND: tests/generic/member/class_member_test_14.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_14.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:53 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_14.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_14.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_14.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_14.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_14.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_14.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_14.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_14.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/member/class_member_test_14.sv, line 7: Compile class "work@myclass". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_14.sv, line 7: Compile class "work@myclass". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_15.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_15.sv.log index 75337e1..b9e7ccd 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_15.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_15.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:13 -COMMAND: tests/generic/member/class_member_test_15.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_15.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:53 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_15.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_15.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_15.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_15.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_15.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_15.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_15.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_15.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/member/class_member_test_15.sv, line 7: Compile class "work@myclass". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_15.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_16.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_16.sv.log index fe8c440..10ad93b 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_16.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_16.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:18 -COMMAND: tests/generic/member/class_member_test_16.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_16.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:54 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_16.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_16.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_16.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_16.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_16.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_16.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_16.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_16.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_16.sv, line 7: Compile class "work@myclass". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] tests/generic/member/class_member_test_16.sv, line 7: Compile class "work@myclass". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_17.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_17.sv.log index f4a29df..071d89a 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_17.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_17.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:21 -COMMAND: tests/generic/member/class_member_test_17.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_17.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:54 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_17.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_17.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_17.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_17.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_17.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_17.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_17.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_17.sv". [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_17.sv, line 7: Compile class "work@myclass". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_17.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_18.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_18.sv.log index 4bdd24e..6eb1bf3 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_18.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_18.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:16 -COMMAND: tests/generic/member/class_member_test_18.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_18.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:54 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_18.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_18.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_18.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_18.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_18.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_18.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_18.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_18.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_18.sv, line 7: Compile class "work@myclass". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_18.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_19.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_19.sv.log index 060dc8c..48e9589 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_19.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_19.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:24 -COMMAND: tests/generic/member/class_member_test_19.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_19.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:54 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_19.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_19.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_19.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_19.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_19.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_19.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_19.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_19.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/member/class_member_test_19.sv, line 7: Compile class "work@myclass". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_19.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_2.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_2.sv.log index 6ceef7b..9b531d6 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_2.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_2.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:22 -COMMAND: tests/generic/member/class_member_test_2.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_2.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:54 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_2.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_2.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_2.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_2.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_2.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_2.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_2.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_2.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - -[INFO :CP0302] tests/generic/member/class_member_test_2.sv, line 7: Compile class "work@myclass". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_2.sv, line 7: Compile class "work@myclass". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_20.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_20.sv.log index a3ea5fb..4e5c048 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_20.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_20.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:15 -COMMAND: tests/generic/member/class_member_test_20.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_20.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:55 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_20.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_20.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_20.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_20.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_20.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_20.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_20.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_20.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_20.sv, line 7: Compile class "work@myclass". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_20.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore".
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_21.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_21.sv.log index 555921e..f71f333 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_21.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_21.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:13 -COMMAND: tests/generic/member/class_member_test_21.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_21.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:55 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_21.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_21.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_21.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_21.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_21.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_21.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_21.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_21.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] tests/generic/member/class_member_test_21.sv, line 7: Compile class "work@myclass". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_21.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0. @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0317] tests/generic/member/class_member_test_21.sv, line 8: Undefined type "sometype". +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_21.sv, line 8: Undefined type "sometype". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_23.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_23.sv.log index 475cc04..c6f100c 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_23.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_23.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:23 -COMMAND: tests/generic/member/class_member_test_23.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_23.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:55 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_23.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_23.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_23.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_23.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_23.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_23.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_23.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_23.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". @@ -26,12 +26,12 @@ [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_23.sv, line 7: Compile class "work@myclass". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_23.sv, line 7: Compile class "work@myclass". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_24.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_24.sv.log index 0cbcc33..6910d07 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_24.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_24.sv.log
@@ -6,31 +6,31 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:20 -COMMAND: tests/generic/member/class_member_test_24.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_24.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:55 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_24.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_24.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_24.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_24.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_24.sv". - -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_24.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_24.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_24.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_24.sv, line 7: Compile class "work@myclass". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_24.sv, line 7: Compile class "work@myclass". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_25.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_25.sv.log index 5f58dc4..e98098a 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_25.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_25.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:23 -COMMAND: tests/generic/member/class_member_test_25.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_25.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:55 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_25.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_25.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_25.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_25.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_25.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_25.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_25.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_25.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". @@ -26,12 +26,12 @@ [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_25.sv, line 7: Compile class "work@myclass". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_25.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_26.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_26.sv.log index 7652c4b..1f52822 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_26.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_26.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:14 -COMMAND: tests/generic/member/class_member_test_26.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_26.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:56 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_26.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_26.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_26.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_26.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_26.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_26.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_26.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_26.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_26.sv, line 7: Compile class "work@myclass". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_26.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_27.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_27.sv.log index 41ac5c3..805e6ee 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_27.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_27.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:19 -COMMAND: tests/generic/member/class_member_test_27.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_27.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:56 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_27.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_27.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_27.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_27.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_27.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_27.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_27.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_27.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_27.sv, line 7: Compile class "work@myclass". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_27.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_28.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_28.sv.log index bdd7923..cbdd609 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_28.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_28.sv.log
@@ -6,36 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:16 -COMMAND: tests/generic/member/class_member_test_28.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_28.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:56 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_28.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_28.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_28.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_28.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_28.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_28.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_28.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_28.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[ERROR:PA0207] tests/generic/member/class_member_test_28.sv, line 9, col 8: Syntax error: extraneous input ';' expecting {'virtual', 'type', 'local', 'super', '{', 'enum', 'struct', 'union', 'string', 'chandle', 'event', 'byte', 'shortint', 'int', 'longint', 'integer', 'time', 'bit', 'logic', 'reg', 'shortreal', 'real', 'realtime', 'var', DOLLAR_UNIT, ''', 'this', DOLLAR_ROOT, 'randomize', 'sample', Escaped_identifier, Simple_identifier}, - for ( ; shft_idx < n_bits; - ^-- line 9, ./slpp_all/work/tests/generic/member/class_member_test_28.sv. - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] tests/generic/member/class_member_test_28.sv, line 7: Compile class "work@myclass". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_28.sv, line 7: Compile class "work@myclass". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0. @@ -47,7 +43,7 @@ [NOTE :EL0511] Nb leaf instances: 0. [ FATAL] : 0 -[ ERROR] : 1 +[ ERROR] : 0 [WARNING] : 0 [ NOTE] : 4
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_29.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_29.sv.log index 60d19b2..a9ee0b5 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_29.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_29.sv.log
@@ -6,31 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:22 -COMMAND: tests/generic/member/class_member_test_29.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_29.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:56 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_29.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_29.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_29.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_29.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_29.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_29.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_29.sv". - -[ERROR:PA0207] tests/generic/member/class_member_test_29.sv, line 9, col 8: Syntax error: extraneous input ';' expecting {'virtual', 'type', 'local', 'super', '{', 'enum', 'struct', 'union', 'string', 'chandle', 'event', 'byte', 'shortint', 'int', 'longint', 'integer', 'time', 'bit', 'logic', 'reg', 'shortreal', 'real', 'realtime', 'var', DOLLAR_UNIT, ''', 'this', DOLLAR_ROOT, 'randomize', 'sample', Escaped_identifier, Simple_identifier}, - for ( ; shft_idx < n_bits; ) begin - ^-- line 9, ./slpp_all/work/tests/generic/member/class_member_test_29.sv. +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_29.sv". [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_29.sv, line 7: Compile class "work@myclass". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_29.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". @@ -47,7 +43,7 @@ [NOTE :EL0511] Nb leaf instances: 0. [ FATAL] : 0 -[ ERROR] : 1 +[ ERROR] : 0 [WARNING] : 0 [ NOTE] : 4
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_3.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_3.sv.log index a3bf6c0..d341f75 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_3.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_3.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:15 -COMMAND: tests/generic/member/class_member_test_3.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_3.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:56 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_3.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_3.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_3.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_3.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_3.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_3.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_3.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_3.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] tests/generic/member/class_member_test_3.sv, line 7: Compile class "work@myclass". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_3.sv, line 7: Compile class "work@myclass". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_30.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_30.sv.log index e7f4022..80e34bb 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_30.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_30.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:18 -COMMAND: tests/generic/member/class_member_test_30.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_30.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:56 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_30.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_30.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_30.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_30.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_30.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_30.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_30.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_30.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] tests/generic/member/class_member_test_30.sv, line 7: Compile class "work@myclass". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_30.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_31.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_31.sv.log index 13551f2..344cc1d 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_31.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_31.sv.log
@@ -6,31 +6,31 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:18 -COMMAND: tests/generic/member/class_member_test_31.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_31.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:57 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_31.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_31.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_31.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_31.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_31.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_31.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_31.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_31.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] tests/generic/member/class_member_test_31.sv, line 7: Compile class "work@myclass". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_31.sv, line 7: Compile class "work@myclass". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_32.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_32.sv.log index 918b70a..8e1b7f4 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_32.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_32.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:17 -COMMAND: tests/generic/member/class_member_test_32.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_32.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:57 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_32.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_32.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_32.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_32.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_32.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_32.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_32.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_32.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] tests/generic/member/class_member_test_32.sv, line 7: Compile class "work@myclass". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_32.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_34.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_34.sv.log index 36152d7..5eaba28 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_34.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_34.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:24 -COMMAND: tests/generic/member/class_member_test_34.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_34.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:57 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_34.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_34.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_34.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_34.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_34.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_34.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_34.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_34.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_34.sv, line 7: Compile class "work@myclass". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] tests/generic/member/class_member_test_34.sv, line 7: Compile class "work@myclass". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_35.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_35.sv.log index 16dd15f..706ed5a 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_35.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_35.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:24 -COMMAND: tests/generic/member/class_member_test_35.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_35.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:57 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_35.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_35.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_35.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_35.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_35.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_35.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_35.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_35.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - -[INFO :CP0302] tests/generic/member/class_member_test_35.sv, line 7: Compile class "work@myclass". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_35.sv, line 7: Compile class "work@myclass". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_36.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_36.sv.log index 4a213bc..4df2015 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_36.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_36.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:21 -COMMAND: tests/generic/member/class_member_test_36.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_36.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:58 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_36.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_36.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_36.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_36.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_36.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_36.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_36.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_36.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/member/class_member_test_36.sv, line 7: Compile class "work@myclass". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_36.sv, line 7: Compile class "work@myclass". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_37.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_37.sv.log index 704ebd3..21000ff 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_37.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_37.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:19 -COMMAND: tests/generic/member/class_member_test_37.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_37.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:58 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_37.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_37.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_37.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_37.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_37.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_37.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_37.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_37.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_37.sv, line 7: Compile class "work@myclass". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_37.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_38.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_38.sv.log index 3e2088b..ee96e22 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_38.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_38.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:12 -COMMAND: tests/generic/member/class_member_test_38.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_38.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:58 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_38.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_38.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_38.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_38.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_38.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_38.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_38.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_38.sv". [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_38.sv, line 7: Compile class "work@myclass". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_38.sv, line 7: Compile class "work@myclass". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_39.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_39.sv.log index f93b927..0b5e4d7 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_39.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_39.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:19 -COMMAND: tests/generic/member/class_member_test_39.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_39.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:58 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_39.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_39.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_39.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_39.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_39.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_39.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_39.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_39.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/member/class_member_test_39.sv, line 7: Compile class "work@constructible". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_39.sv, line 7: Compile class "work@constructible". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_4.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_4.sv.log index 569d347..f0da4e1 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_4.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_4.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:19 -COMMAND: tests/generic/member/class_member_test_4.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_4.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:58 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_4.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_4.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_4.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_4.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_4.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_4.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_4.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_4.sv". [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_4.sv, line 7: Compile class "work@myclass". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_4.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process".
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_40.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_40.sv.log index a39fc53..6e69730 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_40.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_40.sv.log
@@ -6,25 +6,25 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:16 -COMMAND: tests/generic/member/class_member_test_40.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_40.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:58 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_40.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_40.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_40.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_40.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_40.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_40.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_40.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_40.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/member/class_member_test_40.sv, line 7: Compile class "work@constructible". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_40.sv, line 7: Compile class "work@constructible". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox".
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_41.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_41.sv.log index 578abd8..f26e3f6 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_41.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_41.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:20 -COMMAND: tests/generic/member/class_member_test_41.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_41.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:59 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_41.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_41.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_41.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_41.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_41.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_41.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_41.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_41.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/member/class_member_test_41.sv, line 7: Compile class "work@constructible". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_41.sv, line 7: Compile class "work@constructible". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_42.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_42.sv.log index a94756b..d306509 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_42.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_42.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:14 -COMMAND: tests/generic/member/class_member_test_42.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_42.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:59 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_42.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_42.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_42.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_42.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_42.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_42.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_42.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_42.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/member/class_member_test_42.sv, line 7: Compile class "work@constructible". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_42.sv, line 7: Compile class "work@constructible". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_43.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_43.sv.log index de3be0c..e636b55 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_43.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_43.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:17 -COMMAND: tests/generic/member/class_member_test_43.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_43.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:59 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_43.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_43.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_43.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_43.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_43.sv". - -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_43.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_43.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_43.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/member/class_member_test_43.sv, line 7: Compile class "work@constructible". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_43.sv, line 7: Compile class "work@constructible". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process".
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_44.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_44.sv.log index 1b00767..df414e7 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_44.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_44.sv.log
@@ -6,31 +6,31 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:20 -COMMAND: tests/generic/member/class_member_test_44.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_44.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:42:59 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_44.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_44.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_44.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_44.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_44.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_44.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_44.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_44.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/member/class_member_test_44.sv, line 7: Compile class "work@constructible". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_44.sv, line 7: Compile class "work@constructible". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_45.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_45.sv.log index ed43846..4b9ce65 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_45.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_45.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:20 -COMMAND: tests/generic/member/class_member_test_45.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_45.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:00 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_45.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_45.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_45.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_45.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_45.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_45.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_45.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_45.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/member/class_member_test_45.sv, line 7: Compile class "work@constructible". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_45.sv, line 7: Compile class "work@constructible". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_46.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_46.sv.log index 477e5a7..963eb69 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_46.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_46.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:23 -COMMAND: tests/generic/member/class_member_test_46.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_46.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:00 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_46.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_46.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_46.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_46.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_46.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_46.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_46.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_46.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - -[INFO :CP0302] tests/generic/member/class_member_test_46.sv, line 7: Compile class "work@constructible". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_46.sv, line 7: Compile class "work@constructible". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_47.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_47.sv.log index 72dc5c7..cfaef66 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_47.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_47.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:22 -COMMAND: tests/generic/member/class_member_test_47.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_47.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:00 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_47.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_47.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_47.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_47.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_47.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_47.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_47.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_47.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - -[INFO :CP0302] tests/generic/member/class_member_test_47.sv, line 7: Compile class "work@fun_with_typedef_members". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_47.sv, line 7: Compile class "work@fun_with_typedef_members". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_48.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_48.sv.log index f27f3b7..aad4fb2 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_48.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_48.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:16 -COMMAND: tests/generic/member/class_member_test_48.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_48.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:00 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_48.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_48.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_48.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_48.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_48.sv". - -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_48.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_48.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_48.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_48.sv, line 7: Compile class "work@myclass". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_48.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_49.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_49.sv.log index 0ca4419..3d01ca8 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_49.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_49.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:16 -COMMAND: tests/generic/member/class_member_test_49.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_49.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:00 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_49.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_49.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_49.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_49.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_49.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_49.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_49.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_49.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". @@ -26,12 +26,12 @@ [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_49.sv, line 7: Compile class "work@myclass". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_49.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_5.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_5.sv.log index 2e89653..462ee38 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_5.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_5.sv.log
@@ -6,21 +6,21 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:24 -COMMAND: tests/generic/member/class_member_test_5.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_5.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:01 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_5.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_5.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_5.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_5.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_5.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_5.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_5.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_5.sv". [INFO :CP0300] Compilation... @@ -30,7 +30,7 @@ [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] tests/generic/member/class_member_test_5.sv, line 7: Compile class "work@myclass". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_5.sv, line 7: Compile class "work@myclass". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_50.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_50.sv.log index 17cefb9..ac7eed6 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_50.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_50.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:19 -COMMAND: tests/generic/member/class_member_test_50.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_50.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:01 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_50.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_50.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_50.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_50.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_50.sv". - -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_50.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_50.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_50.sv". + [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_50.sv, line 7: Compile class "work@myclass". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_50.sv, line 7: Compile class "work@myclass". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_51.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_51.sv.log index a7ebf33..147cd66 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_51.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_51.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:13 -COMMAND: tests/generic/member/class_member_test_51.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_51.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:01 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_51.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_51.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_51.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_51.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_51.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_51.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_51.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_51.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_51.sv, line 7: Compile class "work@myclass". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_51.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:EL0514] tests/generic/member/class_member_test_51.sv, line 9: Undefined variable: foo. +[ERROR:EL0514] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_51.sv, line 9: Undefined variable: foo. [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_52.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_52.sv.log index d8a0dc0..0eb03e2 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_52.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_52.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:23 -COMMAND: tests/generic/member/class_member_test_52.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_52.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:01 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_52.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_52.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_52.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_52.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_52.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_52.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_52.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_52.sv". - [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_52.sv, line 7: Compile class "work@myclass". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_52.sv, line 7: Compile class "work@myclass". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0. @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:EL0514] tests/generic/member/class_member_test_52.sv, line 9: Undefined variable: foo. +[ERROR:EL0514] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_52.sv, line 9: Undefined variable: foo. [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_53.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_53.sv.log index 3430b60..aaa1f39 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_53.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_53.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:12 -COMMAND: tests/generic/member/class_member_test_53.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_53.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:02 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_53.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_53.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_53.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_53.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_53.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_53.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_53.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_53.sv". [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_53.sv, line 7: Compile class "work@myclass". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_53.sv, line 7: Compile class "work@myclass". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0. @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0328] tests/generic/member/class_member_test_53.sv, line 7: Undefined base class "uvm_object" extended by "work@myclass". +[ERROR:CP0328] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_53.sv, line 7: Undefined base class "uvm_object" extended by "work@myclass". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_54.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_54.sv.log index 2d31ceb..c028fb3 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_54.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_54.sv.log
@@ -6,31 +6,31 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:15 -COMMAND: tests/generic/member/class_member_test_54.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_54.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:02 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_54.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_54.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_54.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_54.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_54.sv". - -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_54.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_54.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :CP0300] Compilation... +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_54.sv". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_54.sv, line 7: Compile class "work@myclass". -[INFO :CP0302] tests/generic/member/class_member_test_54.sv, line 7: Compile class "work@myclass". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :EL0526] Design Elaboration... @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0328] tests/generic/member/class_member_test_54.sv, line 7: Undefined base class "uvm_object" extended by "work@myclass". +[ERROR:CP0328] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_54.sv, line 7: Undefined base class "uvm_object" extended by "work@myclass". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_55.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_55.sv.log index cc652bb..66344de 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_55.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_55.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:17 -COMMAND: tests/generic/member/class_member_test_55.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_55.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:02 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_55.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_55.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_55.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_55.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_55.sv". - -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_55.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_55.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_55.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/member/class_member_test_55.sv, line 7: Compile class "work@myclass". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_55.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0. @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0328] tests/generic/member/class_member_test_55.sv, line 7: Undefined base class "uvm_object" extended by "work@myclass". +[ERROR:CP0328] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_55.sv, line 7: Undefined base class "uvm_object" extended by "work@myclass". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_56.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_56.sv.log index 89de989..2bb0dcd 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_56.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_56.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:15 -COMMAND: tests/generic/member/class_member_test_56.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_56.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:02 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_56.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_56.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_56.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_56.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_56.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_56.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_56.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_56.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/member/class_member_test_56.sv, line 7: Compile class "work@myclass". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_56.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0328] tests/generic/member/class_member_test_56.sv, line 7: Undefined base class "uvm_object" extended by "work@myclass". +[ERROR:CP0328] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_56.sv, line 7: Undefined base class "uvm_object" extended by "work@myclass". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_57.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_57.sv.log index 744b8a7..e6eed6e 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_57.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_57.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:14 -COMMAND: tests/generic/member/class_member_test_57.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_57.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:02 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_57.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_57.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_57.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_57.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_57.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_57.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_57.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_57.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/member/class_member_test_57.sv, line 7: Compile class "work@foo_class". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_57.sv, line 7: Compile class "work@foo_class". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0. @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0328] tests/generic/member/class_member_test_57.sv, line 7: Undefined base class "bar" extended by "work@foo_class". +[ERROR:CP0328] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_57.sv, line 7: Undefined base class "bar" extended by "work@foo_class". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_58.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_58.sv.log index 0f68029..58320af 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_58.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_58.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:13 -COMMAND: tests/generic/member/class_member_test_58.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_58.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:03 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_58.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_58.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_58.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_58.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_58.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_58.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_58.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_58.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] tests/generic/member/class_member_test_58.sv, line 7: Compile class "work@myclass". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_58.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". @@ -42,7 +42,7 @@ [NOTE :EL0511] Nb leaf instances: 0. -[ERROR:CP0328] tests/generic/member/class_member_test_58.sv, line 7: Undefined base class "uvm_object" extended by "work@myclass". +[ERROR:CP0328] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_58.sv, line 7: Undefined base class "uvm_object" extended by "work@myclass". [ FATAL] : 0 [ ERROR] : 1
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_6.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_6.sv.log index 4af5e96..743cf26 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_6.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_6.sv.log
@@ -6,27 +6,27 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:22 -COMMAND: tests/generic/member/class_member_test_6.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_6.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:03 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_6.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_6.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_6.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_6.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_6.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_6.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_6.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_6.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_6.sv, line 7: Compile class "work@myclass". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_6.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore".
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_7.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_7.sv.log index 293bbcc..71e45db 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_7.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_7.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:21 -COMMAND: tests/generic/member/class_member_test_7.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_7.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:03 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_7.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_7.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_7.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_7.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_7.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_7.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_7.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_7.sv". - [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_7.sv, line 7: Compile class "work@myclass". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] tests/generic/member/class_member_test_7.sv, line 7: Compile class "work@myclass". - -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_8.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_8.sv.log index 44e0bb0..a255268 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_8.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_8.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:15 -COMMAND: tests/generic/member/class_member_test_8.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_8.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:03 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_8.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_8.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_8.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_8.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_8.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_8.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_8.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_8.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] tests/generic/member/class_member_test_8.sv, line 7: Compile class "work@myclass". +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_8.sv, line 7: Compile class "work@myclass". + +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/member/class_member_test_9.sv.log b/SVIncCompil/Testcases/Google/generic/member/class_member_test_9.sv.log index 7dcc2ec..99ef8d0 100644 --- a/SVIncCompil/Testcases/Google/generic/member/class_member_test_9.sv.log +++ b/SVIncCompil/Testcases/Google/generic/member/class_member_test_9.sv.log
@@ -6,32 +6,32 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:12 -COMMAND: tests/generic/member/class_member_test_9.sv -writepp -parse -mt max -l tests/generic/member/class_member_test_9.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:03 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_9.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_9.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/member/class_member_test_9.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_9.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/member/class_member_test_9.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_9.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_9.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/member/class_member_test_9.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] tests/generic/member/class_member_test_9.sv, line 7: Compile class "work@myclass". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + +[INFO :CP0302] /home/alain/root_symbiflow/sv-tests/tests/generic/member/class_member_test_9.sv, line 7: Compile class "work@myclass". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_0.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_0.sv.log index bab2f01..84beef0 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_0.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_0.sv.log
@@ -6,28 +6,28 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:31 -COMMAND: tests/generic/number/number_test_0.sv -writepp -parse -mt max -l tests/generic/number/number_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:04 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_0.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_0.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_0.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_0.sv". - -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_0.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_0.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_0.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_1.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_1.sv.log index 11d24cb..4133512 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_1.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_1.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:29 -COMMAND: tests/generic/number/number_test_1.sv -writepp -parse -mt max -l tests/generic/number/number_test_1.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:04 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_1.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_1.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_1.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_1.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_1.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_1.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_1.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_1.sv". [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_10.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_10.sv.log index fa725ab..d956803 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_10.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_10.sv.log
@@ -6,22 +6,22 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:29 -COMMAND: tests/generic/number/number_test_10.sv -writepp -parse -mt max -l tests/generic/number/number_test_10.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:04 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_10.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_10.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_10.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_10.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_10.sv". - -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_10.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_10.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_10.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox".
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_11.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_11.sv.log index ca983e7..da35e94 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_11.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_11.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:30 -COMMAND: tests/generic/number/number_test_11.sv -writepp -parse -mt max -l tests/generic/number/number_test_11.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:04 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_11.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_11.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_11.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_11.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_11.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_11.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_11.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_11.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv".
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_12.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_12.sv.log index 512a10b..ca21df1 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_12.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_12.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:27 -COMMAND: tests/generic/number/number_test_12.sv -writepp -parse -mt max -l tests/generic/number/number_test_12.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:04 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_12.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_12.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_12.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_12.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_12.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_12.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_12.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_12.sv". [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_13.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_13.sv.log index fd8d1a7..20460c0 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_13.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_13.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:34 -COMMAND: tests/generic/number/number_test_13.sv -writepp -parse -mt max -l tests/generic/number/number_test_13.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:04 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_13.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_13.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_13.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_13.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_13.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_13.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_13.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_13.sv". [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_14.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_14.sv.log index 3981283..aac2958 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_14.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_14.sv.log
@@ -6,22 +6,22 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:25 -COMMAND: tests/generic/number/number_test_14.sv -writepp -parse -mt max -l tests/generic/number/number_test_14.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:05 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_14.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_14.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_14.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_14.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_14.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_14.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_14.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_14.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox".
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_15.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_15.sv.log index 303fc75..cd2ed8a 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_15.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_15.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:31 -COMMAND: tests/generic/number/number_test_15.sv -writepp -parse -mt max -l tests/generic/number/number_test_15.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:05 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_15.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_15.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_15.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_15.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_15.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_15.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_15.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_15.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". @@ -26,10 +26,10 @@ [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_16.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_16.sv.log index 70bffc0..3d33460 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_16.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_16.sv.log
@@ -6,22 +6,22 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:30 -COMMAND: tests/generic/number/number_test_16.sv -writepp -parse -mt max -l tests/generic/number/number_test_16.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:05 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_16.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_16.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_16.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_16.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_16.sv". - -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_16.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_16.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_16.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox".
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_2.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_2.sv.log index ffa04c1..8f6e653 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_2.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_2.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:33 -COMMAND: tests/generic/number/number_test_2.sv -writepp -parse -mt max -l tests/generic/number/number_test_2.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:05 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_2.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_2.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_2.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_2.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_2.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_2.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_2.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_2.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_24.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_24.sv.log index e693260..3e1bf94 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_24.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_24.sv.log
@@ -6,28 +6,28 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:34 -COMMAND: tests/generic/number/number_test_24.sv -writepp -parse -mt max -l tests/generic/number/number_test_24.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:05 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_24.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_24.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_24.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_24.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_24.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_24.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_24.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_24.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_25.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_25.sv.log index 6f945b9..16659ba 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_25.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_25.sv.log
@@ -6,22 +6,22 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:32 -COMMAND: tests/generic/number/number_test_25.sv -writepp -parse -mt max -l tests/generic/number/number_test_25.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:05 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_25.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_25.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_25.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_25.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_25.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_25.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_25.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_25.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox".
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_26.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_26.sv.log index 8bf7b63..fbceddb 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_26.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_26.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:30 -COMMAND: tests/generic/number/number_test_26.sv -writepp -parse -mt max -l tests/generic/number/number_test_26.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:06 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_26.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_26.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_26.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_26.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_26.sv". - -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_26.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_26.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_26.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_27.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_27.sv.log index 4e66f80..2e2eb45 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_27.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_27.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:27 -COMMAND: tests/generic/number/number_test_27.sv -writepp -parse -mt max -l tests/generic/number/number_test_27.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:06 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_27.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_27.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_27.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_27.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_27.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_27.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_27.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_27.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_28.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_28.sv.log index 0efdeaf..416af0b 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_28.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_28.sv.log
@@ -6,22 +6,22 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:33 -COMMAND: tests/generic/number/number_test_28.sv -writepp -parse -mt max -l tests/generic/number/number_test_28.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:06 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_28.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_28.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_28.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_28.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_28.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_28.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_28.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_28.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox".
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_29.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_29.sv.log index 00c86c5..6e85bdc 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_29.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_29.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:26 -COMMAND: tests/generic/number/number_test_29.sv -writepp -parse -mt max -l tests/generic/number/number_test_29.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:06 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_29.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_29.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_29.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_29.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_29.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_29.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_29.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_29.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv".
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_3.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_3.sv.log index 63ec49b..a92907a 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_3.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_3.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:31 -COMMAND: tests/generic/number/number_test_3.sv -writepp -parse -mt max -l tests/generic/number/number_test_3.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:06 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_3.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_3.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_3.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_3.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_3.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_3.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_3.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_3.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_30.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_30.sv.log index 401f521..3c8dd3a 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_30.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_30.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:29 -COMMAND: tests/generic/number/number_test_30.sv -writepp -parse -mt max -l tests/generic/number/number_test_30.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:06 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_30.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_30.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_30.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_30.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_30.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_30.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_30.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_30.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". @@ -26,10 +26,10 @@ [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_31.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_31.sv.log index f07955e..48def59 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_31.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_31.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:33 -COMMAND: tests/generic/number/number_test_31.sv -writepp -parse -mt max -l tests/generic/number/number_test_31.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:07 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_31.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_31.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_31.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_31.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_31.sv". - -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_31.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_31.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_31.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_32.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_32.sv.log index 9dccc2b..1df0040 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_32.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_32.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:27 -COMMAND: tests/generic/number/number_test_32.sv -writepp -parse -mt max -l tests/generic/number/number_test_32.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:07 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_32.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_32.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_32.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_32.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_32.sv". - -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_32.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_32.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_32.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_33.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_33.sv.log index 27518c7..fe449cc 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_33.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_33.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:26 -COMMAND: tests/generic/number/number_test_33.sv -writepp -parse -mt max -l tests/generic/number/number_test_33.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:07 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_33.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_33.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_33.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_33.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_33.sv". - -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_33.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_33.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_33.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_34.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_34.sv.log index 27cdedc..60bd736 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_34.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_34.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:25 -COMMAND: tests/generic/number/number_test_34.sv -writepp -parse -mt max -l tests/generic/number/number_test_34.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:07 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_34.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_34.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_34.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_34.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_34.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_34.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_34.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_34.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". @@ -26,10 +26,10 @@ [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_35.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_35.sv.log index d7dd1f0..1096dd6 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_35.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_35.sv.log
@@ -6,21 +6,21 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:30 -COMMAND: tests/generic/number/number_test_35.sv -writepp -parse -mt max -l tests/generic/number/number_test_35.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:07 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_35.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_35.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_35.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_35.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_35.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_35.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_35.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_35.sv". [INFO :CP0300] Compilation...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_36.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_36.sv.log index de5b989..3bee682 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_36.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_36.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:27 -COMMAND: tests/generic/number/number_test_36.sv -writepp -parse -mt max -l tests/generic/number/number_test_36.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:08 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_36.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_36.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_36.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_36.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_36.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_36.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_36.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_36.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". @@ -26,10 +26,10 @@ [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_4.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_4.sv.log index 98815b9..23b0fe1 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_4.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_4.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:26 -COMMAND: tests/generic/number/number_test_4.sv -writepp -parse -mt max -l tests/generic/number/number_test_4.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:08 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_4.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_4.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_4.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_4.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_4.sv". - -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_4.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_4.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :CP0300] Compilation... +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_4.sv". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_42.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_42.sv.log index 0addd3a..950f6fe 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_42.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_42.sv.log
@@ -6,21 +6,21 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:25 -COMMAND: tests/generic/number/number_test_42.sv -writepp -parse -mt max -l tests/generic/number/number_test_42.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:08 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_42.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_42.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_42.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_42.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_42.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_42.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_42.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_42.sv". [INFO :CP0300] Compilation...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_43.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_43.sv.log index 1bbabe3..8403a69 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_43.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_43.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:29 -COMMAND: tests/generic/number/number_test_43.sv -writepp -parse -mt max -l tests/generic/number/number_test_43.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:08 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_43.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_43.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_43.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_43.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_43.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_43.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_43.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_43.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv".
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_44.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_44.sv.log index 1338680..211b094 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_44.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_44.sv.log
@@ -6,28 +6,28 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:35 -COMMAND: tests/generic/number/number_test_44.sv -writepp -parse -mt max -l tests/generic/number/number_test_44.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:08 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_44.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_44.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_44.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_44.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_44.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_44.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_44.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_44.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_45.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_45.sv.log index 1edade4..345ee0f 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_45.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_45.sv.log
@@ -6,28 +6,28 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:35 -COMMAND: tests/generic/number/number_test_45.sv -writepp -parse -mt max -l tests/generic/number/number_test_45.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:08 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_45.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_45.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_45.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_45.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_45.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_45.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_45.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_45.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_46.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_46.sv.log index 44ee6ed..1cbcd77 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_46.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_46.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:32 -COMMAND: tests/generic/number/number_test_46.sv -writepp -parse -mt max -l tests/generic/number/number_test_46.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:09 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_46.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_46.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_46.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_46.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_46.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_46.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_46.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_46.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_47.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_47.sv.log index 1b9da0c..4349830 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_47.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_47.sv.log
@@ -6,22 +6,22 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:35 -COMMAND: tests/generic/number/number_test_47.sv -writepp -parse -mt max -l tests/generic/number/number_test_47.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:09 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_47.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_47.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_47.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_47.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_47.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_47.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_47.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_47.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox".
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_48.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_48.sv.log index ce4775b..5d09e4e 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_48.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_48.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:28 -COMMAND: tests/generic/number/number_test_48.sv -writepp -parse -mt max -l tests/generic/number/number_test_48.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:09 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_48.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_48.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_48.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_48.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_48.sv". - -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_48.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_48.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_48.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_49.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_49.sv.log index 235135a..3ba7007 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_49.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_49.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:28 -COMMAND: tests/generic/number/number_test_49.sv -writepp -parse -mt max -l tests/generic/number/number_test_49.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:09 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_49.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_49.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_49.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_49.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_49.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_49.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_49.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_49.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_5.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_5.sv.log index 40b4a9a..a09384e 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_5.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_5.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:33 -COMMAND: tests/generic/number/number_test_5.sv -writepp -parse -mt max -l tests/generic/number/number_test_5.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:09 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_5.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_5.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_5.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_5.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_5.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_5.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_5.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_5.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv".
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_50.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_50.sv.log index 9c6b0da..9d7b15c 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_50.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_50.sv.log
@@ -6,28 +6,28 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:31 -COMMAND: tests/generic/number/number_test_50.sv -writepp -parse -mt max -l tests/generic/number/number_test_50.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:09 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_50.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_50.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_50.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_50.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_50.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_50.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_50.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_50.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_51.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_51.sv.log index 8b98423..7ef3926 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_51.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_51.sv.log
@@ -6,22 +6,22 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:25 -COMMAND: tests/generic/number/number_test_51.sv -writepp -parse -mt max -l tests/generic/number/number_test_51.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:10 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_51.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_51.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_51.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_51.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_51.sv". - -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_51.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_51.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_51.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox".
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_52.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_52.sv.log index bc296da..f007b17 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_52.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_52.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:26 -COMMAND: tests/generic/number/number_test_52.sv -writepp -parse -mt max -l tests/generic/number/number_test_52.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:10 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_52.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_52.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_52.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_52.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_52.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_52.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_52.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_52.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_53.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_53.sv.log index 8250edd..1bfb362 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_53.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_53.sv.log
@@ -6,28 +6,28 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:32 -COMMAND: tests/generic/number/number_test_53.sv -writepp -parse -mt max -l tests/generic/number/number_test_53.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:10 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_53.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_53.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_53.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_53.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_53.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_53.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_53.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_53.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_59.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_59.sv.log index 1aa8c02..458cdd2 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_59.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_59.sv.log
@@ -6,28 +6,28 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:32 -COMMAND: tests/generic/number/number_test_59.sv -writepp -parse -mt max -l tests/generic/number/number_test_59.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:10 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_59.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_59.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_59.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_59.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_59.sv". - -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_59.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_59.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_59.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_6.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_6.sv.log index b2ca1c9..d973660 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_6.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_6.sv.log
@@ -6,28 +6,28 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:34 -COMMAND: tests/generic/number/number_test_6.sv -writepp -parse -mt max -l tests/generic/number/number_test_6.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:10 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_6.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_6.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_6.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_6.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_6.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_6.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_6.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_6.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_60.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_60.sv.log index c33474b..89d231c 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_60.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_60.sv.log
@@ -6,21 +6,21 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:24 -COMMAND: tests/generic/number/number_test_60.sv -writepp -parse -mt max -l tests/generic/number/number_test_60.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:10 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_60.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_60.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_60.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_60.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_60.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_60.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_60.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_60.sv". [INFO :CP0300] Compilation...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_61.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_61.sv.log index 78a6d33..db6dd04 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_61.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_61.sv.log
@@ -6,28 +6,28 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:34 -COMMAND: tests/generic/number/number_test_61.sv -writepp -parse -mt max -l tests/generic/number/number_test_61.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:11 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_61.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_61.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_61.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_61.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_61.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_61.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_61.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_61.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_62.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_62.sv.log index cea7ecf..850784d 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_62.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_62.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:28 -COMMAND: tests/generic/number/number_test_62.sv -writepp -parse -mt max -l tests/generic/number/number_test_62.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:11 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_62.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_62.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_62.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_62.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_62.sv". - -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_62.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_62.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_62.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_63.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_63.sv.log index b75518c..570d516 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_63.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_63.sv.log
@@ -6,28 +6,28 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:27 -COMMAND: tests/generic/number/number_test_63.sv -writepp -parse -mt max -l tests/generic/number/number_test_63.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:11 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_63.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_63.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_63.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_63.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_63.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_63.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_63.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_63.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_64.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_64.sv.log index fd423b9..890f74e 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_64.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_64.sv.log
@@ -6,28 +6,28 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:34 -COMMAND: tests/generic/number/number_test_64.sv -writepp -parse -mt max -l tests/generic/number/number_test_64.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:11 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_64.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_64.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_64.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_64.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_64.sv". - -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_64.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_64.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_64.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_65.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_65.sv.log index 9981d6e..66d23fd 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_65.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_65.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:25 -COMMAND: tests/generic/number/number_test_65.sv -writepp -parse -mt max -l tests/generic/number/number_test_65.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:11 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_65.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_65.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_65.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_65.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_65.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_65.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_65.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_65.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv".
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_66.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_66.sv.log index 81224f6..d573d39 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_66.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_66.sv.log
@@ -6,28 +6,28 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:28 -COMMAND: tests/generic/number/number_test_66.sv -writepp -parse -mt max -l tests/generic/number/number_test_66.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:11 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_66.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_66.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_66.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_66.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_66.sv". - -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_66.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_66.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_66.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_67.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_67.sv.log index 5ea201d..7cdd037 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_67.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_67.sv.log
@@ -6,21 +6,21 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:31 -COMMAND: tests/generic/number/number_test_67.sv -writepp -parse -mt max -l tests/generic/number/number_test_67.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:12 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_67.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_67.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_67.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_67.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_67.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_67.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_67.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_67.sv". [INFO :CP0300] Compilation...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_68.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_68.sv.log index f4ed9b2..9273f7c 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_68.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_68.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:30 -COMMAND: tests/generic/number/number_test_68.sv -writepp -parse -mt max -l tests/generic/number/number_test_68.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:12 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_68.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_68.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_68.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_68.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_68.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_68.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_68.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_68.sv". [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_69.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_69.sv.log index f628de2..cf54e79 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_69.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_69.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:26 -COMMAND: tests/generic/number/number_test_69.sv -writepp -parse -mt max -l tests/generic/number/number_test_69.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:12 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_69.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_69.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_69.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_69.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_69.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_69.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_69.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_69.sv". - [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_7.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_7.sv.log index ef3489b..160e439 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_7.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_7.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:32 -COMMAND: tests/generic/number/number_test_7.sv -writepp -parse -mt max -l tests/generic/number/number_test_7.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:12 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_7.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_7.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_7.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_7.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_7.sv". - -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_7.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_7.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_7.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_70.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_70.sv.log index 5a68531..01e4f30 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_70.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_70.sv.log
@@ -6,28 +6,28 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:29 -COMMAND: tests/generic/number/number_test_70.sv -writepp -parse -mt max -l tests/generic/number/number_test_70.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:12 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_70.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_70.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_70.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_70.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_70.sv". - -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_70.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_70.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_70.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_71.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_71.sv.log index 3b4d338..bb0d3e1 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_71.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_71.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:31 -COMMAND: tests/generic/number/number_test_71.sv -writepp -parse -mt max -l tests/generic/number/number_test_71.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:13 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_71.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_71.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_71.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_71.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_71.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_71.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_71.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_71.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_72.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_72.sv.log index 01902e5..bc8c936 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_72.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_72.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:30 -COMMAND: tests/generic/number/number_test_72.sv -writepp -parse -mt max -l tests/generic/number/number_test_72.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:13 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_72.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_72.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_72.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_72.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_72.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_72.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_72.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_72.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_8.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_8.sv.log index 193215e..dbe9b8c 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_8.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_8.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:28 -COMMAND: tests/generic/number/number_test_8.sv -writepp -parse -mt max -l tests/generic/number/number_test_8.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:13 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_8.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_8.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_8.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_8.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_8.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_8.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_8.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_8.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/number/number_test_9.sv.log b/SVIncCompil/Testcases/Google/generic/number/number_test_9.sv.log index c3d65bd..4eac78d 100644 --- a/SVIncCompil/Testcases/Google/generic/number/number_test_9.sv.log +++ b/SVIncCompil/Testcases/Google/generic/number/number_test_9.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:28 -COMMAND: tests/generic/number/number_test_9.sv -writepp -parse -mt max -l tests/generic/number/number_test_9.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:13 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_9.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_9.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/number/number_test_9.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_9.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/number/number_test_9.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_9.sv". -[INFO :PA0201] Parsing source file "tests/generic/number/number_test_9.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/number/number_test_9.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv".
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_0.sv b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_0.sv index 35ee3c5..5b263b2 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_0.sv +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_0.sv
@@ -3,5 +3,6 @@ :description: Test :should_fail: 0 :tags: 5.6.4 +:type: preprocessing */ `define TRUTH
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_0.sv.log b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_0.sv.log index 04db2e8..88f27e4 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_0.sv.log +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_0.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:36 -COMMAND: tests/generic/preproc/preproc_test_0.sv -writepp -parse -mt max -l tests/generic/preproc/preproc_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:13 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_0.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/preproc/preproc_test_0.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_0.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/preproc/preproc_test_0.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_0.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_0.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/preproc/preproc_test_0.sv". - [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_1.sv b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_1.sv index 0d2547a..d724e37 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_1.sv +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_1.sv
@@ -3,5 +3,6 @@ :description: Test :should_fail: 0 :tags: 5.6.4 +:type: preprocessing */ `define FOO BAR-1
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_1.sv.log b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_1.sv.log index da7f83e..d51c208 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_1.sv.log +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_1.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:37 -COMMAND: tests/generic/preproc/preproc_test_1.sv -writepp -parse -mt max -l tests/generic/preproc/preproc_test_1.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:13 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_1.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_1.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/preproc/preproc_test_1.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_1.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/preproc/preproc_test_1.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_1.sv". -[INFO :PA0201] Parsing source file "tests/generic/preproc/preproc_test_1.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_1.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_10.sv b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_10.sv index 8d676f9..aeaac75 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_10.sv +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_10.sv
@@ -3,7 +3,8 @@ :description: Test :should_fail: 0 :tags: 5.6.4 +:type: preprocessing */ -`define LONG_MACRO(\ - a,\ +`define LONG_MACRO( + a, b, c) text goes here
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_10.sv.log b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_10.sv.log index 2d655a3..297cb56 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_10.sv.log +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_10.sv.log
@@ -6,22 +6,22 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:36 -COMMAND: tests/generic/preproc/preproc_test_10.sv -writepp -parse -mt max -l tests/generic/preproc/preproc_test_10.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:14 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_10.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_10.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/preproc/preproc_test_10.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_10.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/preproc/preproc_test_10.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_10.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_10.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/preproc/preproc_test_10.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox".
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_11.sv b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_11.sv index f12ade3..ac16fcb 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_11.sv +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_11.sv
@@ -3,11 +3,12 @@ :description: Test :should_fail: 0 :tags: 5.6.4 +:type: preprocessing */ -`define LONG_MACRO(\ - a,\ - b\ -, c\ +`define LONG_MACRO( + a, + b +, c ) \ more text c, b, a \ blah blah macro ends here
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_11.sv.log b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_11.sv.log index 519f4b7..08c5ca7 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_11.sv.log +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_11.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:37 -COMMAND: tests/generic/preproc/preproc_test_11.sv -writepp -parse -mt max -l tests/generic/preproc/preproc_test_11.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:14 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_11.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_11.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/preproc/preproc_test_11.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_11.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/preproc/preproc_test_11.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_11.sv". -[INFO :PA0201] Parsing source file "tests/generic/preproc/preproc_test_11.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_11.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv".
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_12.sv b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_12.sv index 0c0f013..eedc8e7 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_12.sv +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_12.sv
@@ -3,7 +3,8 @@ :description: Test :should_fail: 0 :tags: 5.6.4 +:type: preprocessing */ -`define LONG_MACRO(\ +`define LONG_MACRO( a, b=2, c=42) \ a + b /c +345
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_12.sv.log b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_12.sv.log index 7830458..fa00509 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_12.sv.log +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_12.sv.log
@@ -6,22 +6,22 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:36 -COMMAND: tests/generic/preproc/preproc_test_12.sv -writepp -parse -mt max -l tests/generic/preproc/preproc_test_12.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:14 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_12.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_12.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/preproc/preproc_test_12.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_12.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/preproc/preproc_test_12.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_12.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_12.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/preproc/preproc_test_12.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox".
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_13.sv b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_13.sv index f2f9efc..4848509 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_13.sv +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_13.sv
@@ -3,7 +3,8 @@ :description: Test :should_fail: 0 :tags: 5.6.4 +:type: preprocessing */ -`define LONG_MACRO(\ +`define LONG_MACRO( a, b="(3,2)", c=(3,2)) \ a + b /c +345
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_13.sv.log b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_13.sv.log index d26ca85..331584a 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_13.sv.log +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_13.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:36 -COMMAND: tests/generic/preproc/preproc_test_13.sv -writepp -parse -mt max -l tests/generic/preproc/preproc_test_13.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:14 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_13.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_13.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/preproc/preproc_test_13.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_13.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/preproc/preproc_test_13.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_13.sv". -[INFO :PA0201] Parsing source file "tests/generic/preproc/preproc_test_13.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_13.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv".
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_2.sv b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_2.sv index 2b21013..d3b5373 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_2.sv +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_2.sv
@@ -3,8 +3,12 @@ :description: Test :should_fail: 0 :tags: 5.6.4 +:type: preprocessing */ -`include "foo.svh" +`include "preproc_test_2.svh" +`ifndef SUCCESS +Didn't successfully include preproc_test_2.svh! +`endif `ifndef SANITY `define SANITY `endif
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_2.sv.log b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_2.sv.log index b68653e..8ab7a87 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_2.sv.log +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_2.sv.log
@@ -6,23 +6,23 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:35 -COMMAND: tests/generic/preproc/preproc_test_2.sv -writepp -parse -mt max -l tests/generic/preproc/preproc_test_2.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:14 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_2.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_2.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/preproc/preproc_test_2.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_2.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/preproc/preproc_test_2.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_2.sv". [INFO :PP0123] Preprocessing include file "foo.svh". -[ERROR:PP0101] tests/generic/preproc/preproc_test_2.sv, line 7: Cannot open include file "foo.svh". +[ERROR:PP0101] /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_2.sv, line 7: Cannot open include file "foo.svh". -[INFO :PA0201] Parsing source file "tests/generic/preproc/preproc_test_2.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_2.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". @@ -30,10 +30,10 @@ [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_2.svh b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_2.svh new file mode 100644 index 0000000..7dad510 --- /dev/null +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_2.svh
@@ -0,0 +1,2 @@ +// This file exists for preproc_test_2.sv +`define SUCCESS
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_4.sv b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_4.sv index 0b91e87..efbcd3e 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_4.sv +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_4.sv
@@ -3,6 +3,7 @@ :description: Test :should_fail: 0 :tags: 5.6.4 +:type: preprocessing */ `ifdef INSANITY `define INSANITY // comment
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_4.sv.log b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_4.sv.log index c6429c4..29599f7 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_4.sv.log +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_4.sv.log
@@ -6,22 +6,22 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:38 -COMMAND: tests/generic/preproc/preproc_test_4.sv -writepp -parse -mt max -l tests/generic/preproc/preproc_test_4.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:14 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_4.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_4.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/preproc/preproc_test_4.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_4.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/preproc/preproc_test_4.sv". - -[INFO :PA0201] Parsing source file "tests/generic/preproc/preproc_test_4.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_4.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_4.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox".
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_5.sv b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_5.sv index 4051305..8807bdf 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_5.sv +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_5.sv
@@ -3,5 +3,6 @@ :description: Test :should_fail: 0 :tags: 5.6.4 +:type: preprocessing */ `define INCEPTION(a, b, c)
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_5.sv.log b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_5.sv.log index 3abad83..7c6e41d 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_5.sv.log +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_5.sv.log
@@ -6,28 +6,28 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:38 -COMMAND: tests/generic/preproc/preproc_test_5.sv -writepp -parse -mt max -l tests/generic/preproc/preproc_test_5.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:15 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_5.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_5.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/preproc/preproc_test_5.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_5.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/preproc/preproc_test_5.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_5.sv". -[WARNI:PP0113] tests/generic/preproc/preproc_test_5.sv, line 7, col 8: Unused macro argument "a". +[WARNI:PP0113] /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_5.sv, line 7, col 8: Unused macro argument "a". -[WARNI:PP0113] tests/generic/preproc/preproc_test_5.sv, line 7, col 8: Unused macro argument "b". +[WARNI:PP0113] /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_5.sv, line 7, col 8: Unused macro argument "b". -[WARNI:PP0113] tests/generic/preproc/preproc_test_5.sv, line 7, col 8: Unused macro argument "c". +[WARNI:PP0113] /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_5.sv, line 7, col 8: Unused macro argument "c". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_5.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/preproc/preproc_test_5.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox".
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_6.sv b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_6.sv index dc3b3af..6596fef 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_6.sv +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_6.sv
@@ -3,5 +3,6 @@ :description: Test :should_fail: 0 :tags: 5.6.4 +:type: preprocessing */ `define INCEPTION(a, b, c) (a*b-c)
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_6.sv.log b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_6.sv.log index 47fd26b..ab578ef 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_6.sv.log +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_6.sv.log
@@ -6,22 +6,22 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:35 -COMMAND: tests/generic/preproc/preproc_test_6.sv -writepp -parse -mt max -l tests/generic/preproc/preproc_test_6.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:15 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_6.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_6.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/preproc/preproc_test_6.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_6.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/preproc/preproc_test_6.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_6.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_6.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/preproc/preproc_test_6.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox".
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_7.sv b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_7.sv index 3de4cce..cae5e06 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_7.sv +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_7.sv
@@ -3,6 +3,7 @@ :description: Test :should_fail: 0 :tags: 5.6.4 +:type: preprocessing */ `define INCEPTION(a, b, c) \ (a*b-c)
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_7.sv.log b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_7.sv.log index 14b33b1..b881cac 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_7.sv.log +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_7.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:37 -COMMAND: tests/generic/preproc/preproc_test_7.sv -writepp -parse -mt max -l tests/generic/preproc/preproc_test_7.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:15 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_7.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_7.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/preproc/preproc_test_7.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_7.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/preproc/preproc_test_7.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_7.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_7.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/preproc/preproc_test_7.sv". - [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_8.sv b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_8.sv index bbd8112..f900fd7 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_8.sv +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_8.sv
@@ -3,6 +3,7 @@ :description: Test :should_fail: 0 :tags: 5.6.4 +:type: preprocessing */ `define INCEPTION(xyz) \ `define DEEPER (xyz)
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_8.sv.log b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_8.sv.log index 3b7dc4a..9fd8c18 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_8.sv.log +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_8.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:38 -COMMAND: tests/generic/preproc/preproc_test_8.sv -writepp -parse -mt max -l tests/generic/preproc/preproc_test_8.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:15 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_8.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_8.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/preproc/preproc_test_8.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_8.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/preproc/preproc_test_8.sv". - -[INFO :PA0201] Parsing source file "tests/generic/preproc/preproc_test_8.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_8.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_8.sv". + [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_9.sv b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_9.sv index 17806d6..80f46b6 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_9.sv +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_9.sv
@@ -3,6 +3,7 @@ :description: Test :should_fail: 0 :tags: 5.6.4 +:type: preprocessing */ -`define LONG_MACRO(\ +`define LONG_MACRO( a, b, c)
diff --git a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_9.sv.log b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_9.sv.log index 34e246e..58e7de0 100644 --- a/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_9.sv.log +++ b/SVIncCompil/Testcases/Google/generic/preproc/preproc_test_9.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:37 -COMMAND: tests/generic/preproc/preproc_test_9.sv -writepp -parse -mt max -l tests/generic/preproc/preproc_test_9.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:15 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_9.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_9.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/preproc/preproc_test_9.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_9.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/preproc/preproc_test_9.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_9.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/preproc/preproc_test_9.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/preproc/preproc_test_9.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/struct/struct_test_0.sv.log b/SVIncCompil/Testcases/Google/generic/struct/struct_test_0.sv.log index ce16785..9987c2e 100644 --- a/SVIncCompil/Testcases/Google/generic/struct/struct_test_0.sv.log +++ b/SVIncCompil/Testcases/Google/generic/struct/struct_test_0.sv.log
@@ -6,33 +6,33 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:45 -COMMAND: tests/generic/struct/struct_test_0.sv -writepp -parse -mt max -l tests/generic/struct/struct_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:15 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/struct/struct_test_0.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/struct/struct_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/struct/struct_test_0.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/struct/struct_test_0.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/struct/struct_test_0.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/struct/struct_test_0.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/struct/struct_test_0.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/struct/struct_test_0.sv". [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[ERROR:CP0317] tests/generic/struct/struct_test_0.sv, line 7: Undefined type "mystruct_fwd". +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/generic/struct/struct_test_0.sv, line 7: Undefined type "mystruct_fwd". [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_0.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_0.sv.log index 8ec4199..be283e8 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_0.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_0.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:09 -COMMAND: tests/generic/typedef/typedef_test_0.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:16 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_0.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_0.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_0.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_0.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_0.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_0.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_0.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". @@ -26,10 +26,10 @@ [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_1.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_1.sv.log index 3c54931..6cbb5a4 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_1.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_1.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:11 -COMMAND: tests/generic/typedef/typedef_test_1.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_1.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:16 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_1.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_1.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_1.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_1.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_1.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_1.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_1.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_1.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_10.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_10.sv.log index 6d7ee7a..3b48001 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_10.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_10.sv.log
@@ -6,33 +6,33 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:11 -COMMAND: tests/generic/typedef/typedef_test_10.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_10.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:16 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_10.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_10.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_10.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_10.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_10.sv". - -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_10.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_10.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_10.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[ERROR:CP0317] tests/generic/typedef/typedef_test_10.sv, line 7: Undefined type "data_t". +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_10.sv, line 7: Undefined type "data_t". [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_11.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_11.sv.log index 341b072..dda7d70 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_11.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_11.sv.log
@@ -6,33 +6,33 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:11 -COMMAND: tests/generic/typedef/typedef_test_11.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_11.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:16 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_11.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_11.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_11.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_11.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_11.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_11.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_11.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_11.sv". [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[ERROR:CP0317] tests/generic/typedef/typedef_test_11.sv, line 7: Undefined type "data_t". +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_11.sv, line 7: Undefined type "data_t". [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_12.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_12.sv.log index bc31d0f..2d73cff 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_12.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_12.sv.log
@@ -6,33 +6,33 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:07 -COMMAND: tests/generic/typedef/typedef_test_12.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_12.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:16 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_12.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_12.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_12.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_12.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_12.sv". - -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_12.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_12.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_12.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... -[ERROR:CP0317] tests/generic/typedef/typedef_test_12.sv, line 7: Undefined type "data_t". +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_12.sv, line 7: Undefined type "data_t". [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_13.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_13.sv.log index 812d242..0651ba2 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_13.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_13.sv.log
@@ -6,22 +6,22 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:08 -COMMAND: tests/generic/typedef/typedef_test_13.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_13.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:17 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_13.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_13.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_13.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_13.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_13.sv". - -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_13.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_13.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_13.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -32,7 +32,7 @@ [INFO :EL0526] Design Elaboration... -[ERROR:CP0317] tests/generic/typedef/typedef_test_13.sv, line 7: Undefined type "data_t". +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_13.sv, line 7: Undefined type "data_t". [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_14.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_14.sv.log index 941f254..adae1ea 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_14.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_14.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:11 -COMMAND: tests/generic/typedef/typedef_test_14.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_14.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:17 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_14.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_14.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_14.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_14.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_14.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_14.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_14.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_14.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". @@ -26,10 +26,10 @@ [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_16.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_16.sv.log index 5f62920..d410f45 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_16.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_16.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:10 -COMMAND: tests/generic/typedef/typedef_test_16.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_16.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:17 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_16.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_16.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_16.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_16.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_16.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_16.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_16.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_16.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_18.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_18.sv.log index b0b1ca2..7cae672 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_18.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_18.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:10 -COMMAND: tests/generic/typedef/typedef_test_18.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_18.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:17 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_18.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_18.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_18.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_18.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_18.sv". - -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_18.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_18.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_18.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_19.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_19.sv.log index 84f1075..a7517b3 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_19.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_19.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:11 -COMMAND: tests/generic/typedef/typedef_test_19.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_19.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:17 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_19.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_19.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_19.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_19.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_19.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_19.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_19.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_19.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". @@ -26,10 +26,10 @@ [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_2.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_2.sv.log index 09f74c7..b450679 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_2.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_2.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:10 -COMMAND: tests/generic/typedef/typedef_test_2.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_2.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:18 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_2.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_2.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_2.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_2.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_2.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_2.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_2.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_2.sv". [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_20.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_20.sv.log index 36ac09d..b03884d 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_20.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_20.sv.log
@@ -6,19 +6,19 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:10 -COMMAND: tests/generic/typedef/typedef_test_20.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_20.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:18 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_20.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_20.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_20.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_20.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_20.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_20.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_20.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_20.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". @@ -26,10 +26,10 @@ [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_21.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_21.sv.log index a6814b7..46c596d 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_21.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_21.sv.log
@@ -6,34 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:09 -COMMAND: tests/generic/typedef/typedef_test_21.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_21.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:18 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_21.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_21.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_21.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_21.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_21.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_21.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_21.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_21.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[ERROR:PA0207] tests/generic/typedef/typedef_test_21.sv, line 7, col 21: Syntax error: mismatched input '[' expecting '{', -typedef enum bit[3:0][7:0] { - ^-- line 7, ./slpp_all/work/tests/generic/typedef/typedef_test_21.sv. - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0. @@ -45,7 +41,7 @@ [NOTE :EL0511] Nb leaf instances: 0. [ FATAL] : 0 -[ ERROR] : 1 +[ ERROR] : 0 [WARNING] : 0 [ NOTE] : 4
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_22.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_22.sv.log index 7b40af1..78fabc8 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_22.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_22.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:09 -COMMAND: tests/generic/typedef/typedef_test_22.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_22.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:18 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_22.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_22.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_22.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_22.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_22.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_22.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_22.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_22.sv". - [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_23.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_23.sv.log index 309afeb..739bf65 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_23.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_23.sv.log
@@ -6,26 +6,22 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:11 -COMMAND: tests/generic/typedef/typedef_test_23.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_23.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:18 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_23.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_23.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_23.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_23.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_23.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_23.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_23.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_23.sv". - -[ERROR:PA0207] tests/generic/typedef/typedef_test_23.sv, line 7, col 20: Syntax error: no viable alternative at input 'enum yourpkg::', -typedef enum yourpkg::num_t { - ^-- line 7, ./slpp_all/work/tests/generic/typedef/typedef_test_23.sv. - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". @@ -45,7 +41,7 @@ [NOTE :EL0511] Nb leaf instances: 0. [ FATAL] : 0 -[ ERROR] : 1 +[ ERROR] : 0 [WARNING] : 0 [ NOTE] : 4
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_24.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_24.sv.log index be344f4..e5765dc 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_24.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_24.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:08 -COMMAND: tests/generic/typedef/typedef_test_24.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_24.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:18 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_24.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_24.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_24.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_24.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_24.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_24.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_24.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_24.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_25.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_25.sv.log index 6c212d1..b57db75 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_25.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_25.sv.log
@@ -6,29 +6,29 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:08 -COMMAND: tests/generic/typedef/typedef_test_25.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_25.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:19 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_25.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_25.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_25.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_25.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_25.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_25.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_25.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_25.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". [INFO :EL0526] Design Elaboration...
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_26.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_26.sv.log index ae083de..9396cfe 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_26.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_26.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:09 -COMMAND: tests/generic/typedef/typedef_test_26.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_26.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:19 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_26.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_26.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_26.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_26.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_26.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_26.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_26.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_26.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_27.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_27.sv.log index 5b1b41a..87fe60f 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_27.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_27.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:09 -COMMAND: tests/generic/typedef/typedef_test_27.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_27.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:19 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_27.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_27.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_27.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_27.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_27.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_27.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_27.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_27.sv". [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_3.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_3.sv.log index 9b72c34..cafa6cd 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_3.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_3.sv.log
@@ -6,21 +6,21 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:08 -COMMAND: tests/generic/typedef/typedef_test_3.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_3.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:19 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_3.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_3.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_3.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_3.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_3.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_3.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_3.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_3.sv". [INFO :CP0300] Compilation...
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_4.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_4.sv.log index e947c1a..9d1d4fd 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_4.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_4.sv.log
@@ -6,21 +6,21 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:12 -COMMAND: tests/generic/typedef/typedef_test_4.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_4.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:19 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_4.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_4.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_4.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_4.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_4.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_4.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_4.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_4.sv". [INFO :CP0300] Compilation...
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_5.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_5.sv.log index 447eaba..ac3ddb9 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_5.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_5.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:10 -COMMAND: tests/generic/typedef/typedef_test_5.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_5.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:20 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_5.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_5.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_5.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_5.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_5.sv". - -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_5.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_5.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_5.sv". + [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_6.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_6.sv.log index 110b6d3..6eef34f 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_6.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_6.sv.log
@@ -6,30 +6,30 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:08 -COMMAND: tests/generic/typedef/typedef_test_6.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_6.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:20 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_6.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_6.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_6.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_6.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_6.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_6.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_6.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_6.sv". [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :EL0526] Design Elaboration... [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_7.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_7.sv.log index b24fc53..54feb65 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_7.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_7.sv.log
@@ -6,22 +6,22 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:12 -COMMAND: tests/generic/typedef/typedef_test_7.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_7.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:20 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_7.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_7.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_7.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_7.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_7.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_7.sv". + +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_7.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_7.sv". - [INFO :CP0300] Compilation... [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox".
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_8.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_8.sv.log index 6a98806..a48c64b 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_8.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_8.sv.log
@@ -6,33 +6,33 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:10 -COMMAND: tests/generic/typedef/typedef_test_8.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_8.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:20 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_8.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_8.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_8.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_8.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_8.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_8.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_8.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_8.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :EL0526] Design Elaboration... -[ERROR:CP0317] tests/generic/typedef/typedef_test_8.sv, line 7: Undefined type "some_other_type". +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_8.sv, line 7: Undefined type "some_other_type". [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_9.sv.log b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_9.sv.log index 13200ac..9f97290 100644 --- a/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_9.sv.log +++ b/SVIncCompil/Testcases/Google/generic/typedef/typedef_test_9.sv.log
@@ -6,33 +6,33 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:08 -COMMAND: tests/generic/typedef/typedef_test_9.sv -writepp -parse -mt max -l tests/generic/typedef/typedef_test_9.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:20 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_9.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_9.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/typedef/typedef_test_9.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_9.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/typedef/typedef_test_9.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_9.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PA0201] Parsing source file "tests/generic/typedef/typedef_test_9.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_9.sv". [INFO :CP0300] Compilation... -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". - [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". [INFO :EL0526] Design Elaboration... -[ERROR:CP0317] tests/generic/typedef/typedef_test_9.sv, line 7: Undefined type "data_t". +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/generic/typedef/typedef_test_9.sv, line 7: Undefined type "data_t". [NOTE :EL0508] Nb Top level modules: 0.
diff --git a/SVIncCompil/Testcases/Google/generic/union/union_test_0.sv.log b/SVIncCompil/Testcases/Google/generic/union/union_test_0.sv.log index 6465576..8b6396a 100644 --- a/SVIncCompil/Testcases/Google/generic/union/union_test_0.sv.log +++ b/SVIncCompil/Testcases/Google/generic/union/union_test_0.sv.log
@@ -6,33 +6,33 @@ Authorized used only. VERSION: 0.05 -BUILT : Oct 1 2019 -DATE : 2019-10-01.09:15:45 -COMMAND: tests/generic/union/union_test_0.sv -writepp -parse -mt max -l tests/generic/union/union_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 +BUILT : Oct 7 2019 +DATE : 2019-10-07.11:43:20 +COMMAND: /home/alain/root_symbiflow/sv-tests/tests/generic/union/union_test_0.sv -writepp -parse -mt max -l /home/alain/root_symbiflow/sv-tests/tests/generic/union/union_test_0.sv.log -nostdout -verbose +define+DIGITS=10 +define+WIDTH=2 -[INFO :CM0023] Creating log file tests/generic/union/union_test_0.sv.log. +[INFO :CM0023] Creating log file /home/alain/root_symbiflow/sv-tests/tests/generic/union/union_test_0.sv.log. [INFO :CM0024] Executing with 4 threads. [INFO :PP0122] Preprocessing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". -[INFO :PP0122] Preprocessing source file "tests/generic/union/union_test_0.sv". +[INFO :PP0122] Preprocessing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/union/union_test_0.sv". -[INFO :PA0201] Parsing source file "tests/generic/union/union_test_0.sv". +[INFO :PA0201] Parsing source file "/home/alain/root_symbiflow/sv-tests/tests/generic/union/union_test_0.sv". [INFO :PA0201] Parsing source file "/home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv". [INFO :CP0300] Compilation... +[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". + [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 33: Compile class "work@process". [INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 58: Compile class "work@semaphore". -[INFO :CP0302] /home/alain/surelog/SVIncCompil/dist/Release/GNU-Linux/../sv/builtin.sv, line 4: Compile class "work@mailbox". - [INFO :EL0526] Design Elaboration... -[ERROR:CP0317] tests/generic/union/union_test_0.sv, line 7: Undefined type "myunion_fwd". +[ERROR:CP0317] /home/alain/root_symbiflow/sv-tests/tests/generic/union/union_test_0.sv, line 7: Undefined type "myunion_fwd". [NOTE :EL0508] Nb Top level modules: 0.