Skip to content
Snippets Groups Projects
Unverified Commit 3ca1a9fe authored by whatmough's avatar whatmough Committed by GitHub
Browse files

Update README.md

parent b2d9d691
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ CHIPKIT includes `VGEN`, which is a simple Python framework for writing template ...@@ -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. 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. 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 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. 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. CHIPKIT currently includes example VGEN scripts for generating CSRs and IO pads, and is easily extensible to other common chip design tasks.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment