From 4a1045a6307fe0e5c0aa0b68d9b5c9e6c75ce155 Mon Sep 17 00:00:00 2001 From: Rsjiang-Git <88588911+Rsjiang-Git@users.noreply.github.com> Date: Sun, 17 Dec 2023 17:04:08 +0800 Subject: [PATCH] modify README.md (#5) * dev * dev * dev * dev * dev --------- Co-authored-by: Rsjiang-Git --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 34369a4..6707361 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # icdk (IC Deveplopment Toolkit) -## uvmgen -### 1. agent +## Installing + Install from [PyPi](https://pypi.org/project/uvmgen) using pip: + ```bash + python3 -m pip install uvmgen + ``` +## Using steps + - python3 -m pip install uvmgen + - if you want to generate a complete UVM environment , modify typeical. json in example file + - if you want to generate a agent or others, modify your expected json in base_pkg file + - enter the json folder to execute uvmgen ***.json command ,and can generate environment + -- mon2cov_con_approach - Which approach would you like to use for monitor's connection with observers(scoreboard,coverage etc.)? - 1) Callbacks approach ; - 2) Analysis port usage in monitor -- drv_type - pull driver or push driver?