-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathmisc_string.sv
107 lines (71 loc) · 1.74 KB
/
misc_string.sv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
//==============================================================================
//
// The code is generated by Intel Compiler for SystemC, version 1.6.14
// see more information at https://github.com/intel/systemc-compiler
//
//==============================================================================
//==============================================================================
//
// Module: module_with_memory ()
//
module module_with_memory // "mod"
(
);
//------------------------------------------------------------------------------
// Child module instances
short_name stubInst1
(
);
long_memory_verilog_name stubInst2
(
);
char_const_name stubInst3
(
);
memory_stub_char stubInst4
(
);
nonconst_verilog_name stubInst5
(
);
endmodule
//==============================================================================
//
// Module: short_name (test_string.cpp:50:5)
//
module short_name // "mod.stubInst1"
(
);
endmodule
//==============================================================================
//
// Module: long_memory_verilog_name (test_string.cpp:51:5)
//
module long_memory_verilog_name // "mod.stubInst2"
(
);
endmodule
//==============================================================================
//
// Module: char_const_name (test_string.cpp:52:5)
//
module char_const_name // "mod.stubInst3"
(
);
endmodule
//==============================================================================
//
// Module: memory_stub_char (test_string.cpp:53:5)
//
module memory_stub_char // "mod.stubInst4"
(
);
endmodule
//==============================================================================
//
// Module: nonconst_verilog_name (test_string.cpp:54:5)
//
module nonconst_verilog_name // "mod.stubInst5"
(
);
endmodule