From 3ca1a9feb9c14b41545ab795d9e7a16b83a1ea23 Mon Sep 17 00:00:00 2001 From: whatmough <pwhatmough@seas.harvard.edu> Date: Mon, 20 Jan 2020 16:47:42 -0500 Subject: [PATCH] Update README.md --- tools/vgen/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/vgen/README.md b/tools/vgen/README.md index 57b52fa..b24e2ba 100644 --- a/tools/vgen/README.md +++ b/tools/vgen/README.md @@ -12,7 +12,7 @@ CHIPKIT includes `VGEN`, which is a simple Python framework for writing template In research projects, the design specification is often lacking in detail and may even be quite fluid during the implementation phase. Therefore, it is essential to follow an agile process for developing and maintaining these repetative coding patterns. -VGEN is a lightweight Python module. +`VGEN` is a lightweight Python module. The database data structure is represented as a list of dictionaries. The keys for the dictionaries are defined in the header line of the CSV file, so it is easy to add new attributes by simply editing the CSV file. CHIPKIT currently includes example VGEN scripts for generating CSRs and IO pads, and is easily extensible to other common chip design tasks. -- GitLab