- Added support for CSR coverage and its architectural state
- Updated the merge function to support multiprocessing
- Added a parameter '-p' ( number of processes ) in merge command
- Documentation update for CSR coverpoints
- Return value of parsers changed from 5 independent values (hexcode, addr, reg commmit, csr commit, mnemonics) to instruction object updated with these values
- Argument of decode and all decoding functions (in internaldecoder) changed from hexcode and addr to instruction object