Skip to content

Commit 58394a5

Browse files
committed
doc: Add CHANGELOG and README
1 parent 19dcacb commit 58394a5

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## 0.1.0 - 2019-09-26
8+
## Added
9+
- First version able to re-name modules and instantiations (pre- and suffix).
10+
- Minimization and comment stripping.
11+
- Based on [Moore](https://github.com/fabianschuiki/moore) parser.
12+
13+
## Unreleased
14+
15+
16+

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Morty
2+
3+
Morty reads SystemVerilog files and pickles them into a single file for easier handling. Optionally it allows to re-name modules with a common prefix or suffix. This allows for easier management of larger projects (they just become a single file). By making them unique they can also depend on different versions of the same dependency without namespace clashes.

0 commit comments

Comments
 (0)