You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,8 +229,10 @@ Any number of test lists may be created, based on compile time or run time condi
229
229
230
230
SvUTest framework contains 5 source files:
231
231
```
232
-
src/svutest_ctrl.sv
233
-
src/svutest_agent_pkg.sv
232
+
src/svutest_if.sv
233
+
src/svutest_core_pkg.sv
234
+
src/svutest_injector_pkg.sv
235
+
src/svutest_extractor_pkg.sv
234
236
src/svutest_test_pkg.sv
235
237
src/svutest_pkg.sv
236
238
```
@@ -241,7 +243,7 @@ src/defines.svh
241
243
The source files must be compiled in the order specified above by the user's eda tool like while the header file is typically picked up by providing the include path. A typical invocation from the command line would be:
0 commit comments