Skip to content

Commit

Permalink
docs: update welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
esynr3z committed May 27, 2024
1 parent dc350f0 commit cf6473a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/modules/ROOT/pages/welcome.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,24 +59,25 @@ Please refer to xref:changelog.adoc[Changelog].
:url-zhouchuanrui-jsoninsv: https://github.com/zhouchuanrui/JSONinSV
:url-json-for-vhdl: https://github.com/Paebbels/JSON-for-VHDL
:url-json-test-suite: https://github.com/nst/JSONTestSuite
:url-fusesoc: https://github.com/olofk/fusesoc

[cols="3s,1,10"]
|===
| DVCon US 2018, IEEE-Compatible UVM Reference Implementation and Verification Components: Objects and Policies, Mark Peryer.
| {url-ieee-compatible-uvm-2018}[Slides]
| Slides contain references to a JSON `uvm_printer`` with some code.
| Slides contain references to a JSON `uvm_printer` with some code.

| SNUG 2013, Applications of Custom UVM Report Servers, Gordon Mc Gregor
| {url-custom-uvm-report-servers}[Artice], {url-verilab-uvm-structured-logs}[sources]
| Article mentions JSON implementation of UVM server, however, link to the code doesn't work.

| UVM Tutorial for Candy Lovers – 33. Defining do_print
| {url-uvm-tutorial-for-candy-lovers-defining-do_print}[Link]
| Famous UVM tutorial shows how to implement simple JSON uvm_printer with code.
| Famous UVM tutorial shows how to implement simple JSON `uvm_printer` with code.

| JSON.sv
| {url-milestone12-json}[Github]
| Implementation of JSON encoder/decoder in SystemVerilog. Integrated into FuseSoc ecosystem.
| Implementation of JSON encoder/decoder in SystemVerilog. Integrated into {url-fusesoc}[FuseSoc] ecosystem.
It has only few tests and almost no documentation.

| JSONPacketParser
Expand All @@ -85,7 +86,7 @@ It has only few tests and almost no documentation.

| JSONinSV
| {url-zhouchuanrui-jsoninsv}[Github]
| JSON encoder and decoder in SystemVerilog. It is well tested (own framework is introduced). Project comes with well structured documentation (on Chinese, though).
| JSON encoder and decoder in SystemVerilog. It is well tested (own framework is introduced). Project comes with a nicely structured README (on Chinese, though).

| JSON-for-VHDL
| {url-json-for-vhdl}[Github]
Expand Down

0 comments on commit cf6473a

Please sign in to comment.