Skip to content

Commit

Permalink
pyHDL: CLI Update for DOM (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Jul 1, 2021
2 parents 69e6630 + ae51fcf commit 1da694f
Show file tree
Hide file tree
Showing 46 changed files with 1,868 additions and 750 deletions.
4 changes: 3 additions & 1 deletion pyGHDL/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@

@export
class GHDLBaseException(Exception):
pass
@property
def message(self) -> str:
return str(self)
121 changes: 0 additions & 121 deletions pyGHDL/cli/DOM.py

This file was deleted.

0 comments on commit 1da694f

Please sign in to comment.