https://github.com/open-power/ima-catalog
https://github.com/open-power/ima-catalog
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-power/ima-catalog
- Owner: open-power
- License: apache-2.0
- Created: 2016-11-01T14:46:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T05:41:44.000Z (3 months ago)
- Last Synced: 2025-02-21T06:27:31.052Z (3 months ago)
- Language: Python
- Size: 413 KB
- Stars: 1
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Catalog generation and dump ##
### How to ###
In order to generate a new lid:```
$ python read.py v8.lid
```This generates three csv files namely `events.csv`, `groups.csv`, and `formulae.csv`.
Make changes to these csv files if required and generate the new catalog using
the following command.```
$ python catalog.py
```
E.g.```
$ python catalog.py 8 v8.lid e8100619_test
```This generates a new lid file named e8100619_test.lid and a new dts file named e8100619_test.dts
using the csv files previously generated.Note: Use the same lid file as the old lid (or one which has the same schema) which was used to
generate the csv files.---
### Revision History ###
##### v1 #####
* Initial catalog generation from CSV files and dumping catalog into CSV files
#### v2 ####
* Add support to generate DTS file from the catalog lid