Skip to content

Commit 453b776

Browse files
committed
Updated readme
Signed-off-by: Navyendu V Surendranadhan <[email protected]>
1 parent d9a9b32 commit 453b776

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,10 @@ Any number of test lists may be created, based on compile time or run time condi
229229

230230
SvUTest framework contains 5 source files:
231231
```
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
234236
src/svutest_test_pkg.sv
235237
src/svutest_pkg.sv
236238
```
@@ -241,7 +243,7 @@ src/defines.svh
241243
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:
242244

243245
```
244-
<tool> src/svutest_ctrl.sv src/svutest_agent_pkg.sv src/svutest_test_pkg.sv src/svutest_pkg.sv <include_path_flag> src/ path_to_other_files
246+
<tool> src/svutest_if.sv src/svutest_core_pkg.sv src/svutest_injector_pkg.sv src/svutest_extractor_pkg.sv src/svutest_test_pkg.sv src/svutest_pkg.sv <include_path_flag> src/ path_to_other_files
245247
```
246248

247249
## Warning

0 commit comments

Comments
 (0)