Skip to content

Commit

Permalink
Merge pull request #3446 from alainmarcel/alainmarcel-patch-1
Browse files Browse the repository at this point in the history
Self-contained blackparrot typical module test
  • Loading branch information
alaindargelas committed Jan 24, 2023
2 parents 865a4a8 + c9e33d1 commit 909e2bd
Show file tree
Hide file tree
Showing 3 changed files with 15,946 additions and 0 deletions.
122 changes: 122 additions & 0 deletions tests/BlackBePipeInt/BlackBePipeInt.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
[INF:CM0023] Creating log file ${SURELOG_DIR}/build/regression/BlackBePipeInt/slpp_all/surelog.log.

[WRN:PA0205] ${SURELOG_DIR}/tests/BlackBePipeInt/dut.sv:1764:1: No timescale set for "bp_common_pkg".

[WRN:PA0205] ${SURELOG_DIR}/tests/BlackBePipeInt/dut.sv:14977:1: No timescale set for "bp_be_pkg".

[WRN:PA0205] ${SURELOG_DIR}/tests/BlackBePipeInt/dut.sv:15364:1: No timescale set for "bp_be_pipe_int".

[INF:CP0300] Compilation...

[INF:CP0301] ${SURELOG_DIR}/tests/BlackBePipeInt/dut.sv:1764:1: Compile package "bp_common_pkg".

[INF:CP0301] ${SURELOG_DIR}/tests/BlackBePipeInt/dut.sv:14977:1: Compile package "bp_be_pkg".

[INF:CP0303] ${SURELOG_DIR}/tests/BlackBePipeInt/dut.sv:15364:1: Compile module "work@bp_be_pipe_int".

[INF:EL0526] Design Elaboration...

[NTE:EL0503] ${SURELOG_DIR}/tests/BlackBePipeInt/dut.sv:15364:1: Top level module "work@bp_be_pipe_int".

[NTE:EL0508] Nb Top level modules: 1.

[NTE:EL0509] Max instance depth: 1.

[NTE:EL0510] Nb instances: 1.

[NTE:EL0511] Nb leaf instances: 1.

[INF:UH0706] Creating UHDM Model...

=== UHDM Object Stats Begin (Non-Elaborated Model) ===
always 1
array_typespec 9
assignment 16
bit_select 161
bit_typespec 4
case_item 16
case_stmt 1
constant 74489
cont_assign 29
design 1
enum_const 692
enum_typespec 86
hier_path 26519
import_typespec 4
indexed_part_select 10
int_typespec 2214
integer_typespec 95890
logic_net 51
logic_typespec 599
logic_var 1
module_inst 11
operation 15556
package 6
packed_array_typespec 15
param_assign 2180
parameter 3053
port 12
range 602
ref_obj 57046
string_typespec 55611
struct_net 1
struct_typespec 1389
struct_var 2
sys_func_call 25
tagged_pattern 55611
typespec_member 96306
union_typespec 6
=== UHDM Object Stats End ===
[INF:UH0707] Elaborating UHDM...

=== UHDM Object Stats Begin (Elaborated Model) ===
always 2
array_typespec 9
assignment 32
bit_select 162
bit_typespec 4
case_item 32
case_stmt 2
constant 74494
cont_assign 47
design 1
enum_const 692
enum_typespec 86
hier_path 26534
import_typespec 4
indexed_part_select 17
int_typespec 2214
integer_typespec 95890
logic_net 51
logic_typespec 599
logic_var 1
module_inst 11
operation 15600
package 6
packed_array_typespec 15
param_assign 2180
parameter 3053
port 18
range 602
ref_obj 57168
string_typespec 55611
struct_net 1
struct_typespec 1389
struct_var 2
sys_func_call 31
tagged_pattern 55611
typespec_member 96306
union_typespec 6
=== UHDM Object Stats End ===
[INF:UH0708] Writing UHDM DB: ${SURELOG_DIR}/build/regression/BlackBePipeInt/slpp_all/surelog.uhdm ...

[INF:UH0709] Writing UHDM Html Coverage: ${SURELOG_DIR}/build/regression/BlackBePipeInt/slpp_all/checker/surelog.chk.html ...

[ FATAL] : 0
[ SYNTAX] : 0
[ ERROR] : 0
[WARNING] : 3
[ NOTE] : 5


[roundtrip]: ${SURELOG_DIR}/tests/BlackBePipeInt/dut.sv | ${SURELOG_DIR}/build/regression/BlackBePipeInt/roundtrip/dut_000.sv | 10202 | 15821 |
1 change: 1 addition & 0 deletions tests/BlackBePipeInt/BlackBePipeInt.sl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-parse -d coveruhdm -elabuhdm dut.sv -nobuiltin

0 comments on commit 909e2bd

Please sign in to comment.