-
Notifications
You must be signed in to change notification settings - Fork 893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redo internal cell memory layout #4461
Draft
widlarizer
wants to merge
39
commits into
main
Choose a base branch
from
emil/cell-playground-3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
0fb3f3a
tracy: init, zones per pass execute method, pointer-colored
widlarizer 60bf00e
tracy: frame pointer, track memory allocations
widlarizer b85062f
fix stuff, don't strip
widlarizer 277c10e
oldcell
widlarizer e243968
delete conn iter attempt
widlarizer 8403eee
iterators
widlarizer 2213b5d
add functions to new cell
widlarizer 930a9f6
add functions to new cell
widlarizer c0a51c8
wip
widlarizer d7251df
wip
widlarizer 33910bc
iterator hell
widlarizer 1c2fb07
iterator hell
widlarizer 919e210
references - breaking
widlarizer 33987d9
dead end, backtracking
widlarizer 2d6c454
clean, not backtracking
widlarizer 36289ab
consty stuff
widlarizer 8bdcc69
consty stuff
widlarizer 61cf4b6
look at all those chickens
widlarizer cc10ef7
silly compat file
widlarizer 193a43e
erase, clear, fork replace, idk
widlarizer 866b7a7
conns and params from dict, oldcell no longer attrobject
widlarizer 4c9f682
tiny fix
widlarizer eeb15ea
73%
widlarizer 65d50db
100%
widlarizer fbdfff1
placement new, fix empty probably
widlarizer 43d8c7f
experimenting with test_cell
widlarizer b190055
fix swapped conns, params in interators
widlarizer 81f783b
cells can now be created, techmap broken
widlarizer 76102f0
$not now passes test_cell!
widlarizer d2107a9
reconsidering unset
widlarizer 1be8f80
add morphCell instead of type assignments, test_cell passes for all c…
widlarizer 66c6293
fix proc, reduce warnings
widlarizer 343bc66
rtlil: rename InternalOldCellChecker back to InternalCellChecker
widlarizer 6ab2e77
shim: init
widlarizer b13d092
shim: fix
widlarizer d04d810
rtlil: fix erase
widlarizer 5ca78ae
mem: fix morphCell calls
widlarizer 6922a68
shim: fix, add forgotten generator
widlarizer d3d5738
hierarchy: morphCell
widlarizer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "abc"] | ||
path = abc | ||
url = https://github.com/YosysHQ/abc | ||
[submodule "tracy"] | ||
path = tracy | ||
url = [email protected]:wolfpld/tracy.git |
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
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
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
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
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
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
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
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
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-1 on this cutesy naming. The "project nyan" stuff (wasn't it NGY?) got old quite a while ago and given how annoying it is to work with Yosys internals the names just make it worse on top.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it's very temporary and should be considered a placeholder for actually using the correct types or just something more terse / clear etc