forked from olofk/fusesoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor this class to split out functionality into smaller sub-functions to make it easier to extend. In the process, remove some Python 2 functionality we don't need any more. The call to the depenceny resolver moved into the Edalize class as well to provide a slightly cleaner interface: a CoreManager instance, and the top-level core. Updated the tests to fulfill the new requirement to pass a CoreManager instance to Edalizer. Move some test files into separate directories to keep core libraries separate and avoid spilling between tests. Thanks to Rupert for working on the tests. Co-authored-by: Rupert Swarbrick <[email protected]>
- Loading branch information
1 parent
566eae5
commit ed09c2e
Showing
11 changed files
with
193 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.