diff options
| author | Adam Izraelevitz | 2020-03-02 10:51:51 -0800 |
|---|---|---|
| committer | GitHub | 2020-03-02 18:51:51 +0000 |
| commit | 1a4e0dd65ba3e64268beca8f592bd58d98c434a4 (patch) | |
| tree | a1ba3415731e88065c00dc6e874d65e113a337ef /src/main/resources | |
| parent | 016939265e15936dc3ba9310d1a79ec1f60176f6 (diff) | |
Cleanup aspects (#1359)
* Clean up aspects
* Refactored InjectingAspect with InjectorAspect
* Made AspectLibrary work with objects
* Cleaned up code
* Apply suggestions from code review
* Added tests, removed deprecated newInstance call
* Backed out removal of newInstance as exceptions were different
* Removed trailing commas
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/META-INF/services/firrtl.options.RegisteredLibrary | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/META-INF/services/firrtl.options.RegisteredLibrary b/src/main/resources/META-INF/services/firrtl.options.RegisteredLibrary new file mode 100644 index 00000000..ee160057 --- /dev/null +++ b/src/main/resources/META-INF/services/firrtl.options.RegisteredLibrary @@ -0,0 +1 @@ +chisel3.aop.AspectLibrary |
