-
Notifications
You must be signed in to change notification settings - Fork 683
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
Sky130/Openroad Tutorial Fixes #1392
Merged
Merged
Changes from 42 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
d5f1dd9
changed key from openram to sram22
nayiri-k 15d001f
updated skywater tutorials
nayiri-k b52cad6
updated conda lock to install sky130A pdk
nayiri-k 4d7cf6e
adding hammer paper to main readme
nayiri-k 81e11ee
updating macro paths for asap7 tutorial to match new SRAM paths after…
nayiri-k 89a23fa
updating docs to include correct build path [skip ci]
nayiri-k 6dba66f
updated tutorial configuration files [skip ci]
nayiri-k 39260ac
Merge branch 'openroad' of https://github.com/ucb-bar/chipyard into o…
nayiri-k 47f84e9
Merge branch 'main' of https://github.com/ucb-bar/chipyard into vlsi-…
nayiri-k c43dcc6
testing out chipyard tutorial flow
nayiri-k e78b424
testing commands thru syn
nayiri-k 8d88ffb
moving vlsi flow setup earlier for testing
nayiri-k 2a0c222
small fix
nayiri-k 07e547f
another small fix
nayiri-k 883b920
checking that this still works
nayiri-k d2130f2
updated layout of openroad design [skip ci]
nayiri-k 210e0fe
Merge branch 'openroad' of https://github.com/ucb-bar/chipyard into o…
nayiri-k 3a72865
moved test back to after setup repo
nayiri-k e8c1b09
added note about generated-src being different for commercial/openroa…
nayiri-k 0f326ae
floorplan for openroad flow is different from commercial flow bc of s…
nayiri-k 271a77a
Merge branch 'openroad' of https://github.com/ucb-bar/chipyard into o…
nayiri-k 180f52e
bumping hammer-cadence-plugins
nayiri-k 884053d
bumped to Hammer v1.0.2
nayiri-k 1fd5381
Merge branch 'main' of https://github.com/ucb-bar/chipyard into vlsi-…
nayiri-k 908a267
bumping hammer in conda reqs
nayiri-k b68ee34
bumped to hammer v1.0.4
nayiri-k fae8a24
Merge branch 'openroad' of https://github.com/ucb-bar/chipyard into o…
nayiri-k 3b15304
Merge branch 'vlsi-tutorial' of https://github.com/ucb-bar/chipyard i…
nayiri-k 02a0714
small tweak:
nayiri-k dd7e221
changing tutorial VLSI_TOP to RocketTile to save time
nayiri-k d785c62
fixing typo
nayiri-k 5751fbe
merged with main
nayiri-k 398a017
regenerated conda lock requirements
nayiri-k e72d00c
stopping par before write_design bc openroad freezes
nayiri-k 2d8e5cb
adding start_before_step to still get gds
nayiri-k aabf8cd
removing lvs from flow due to small bug
nayiri-k dfc01a2
messed up something with steps, trying again
nayiri-k f2cf6b7
updating prerequisite setup for sky130 tutorials [skip ci]
nayiri-k 78b6bdb
Merge branch 'openroad' of https://github.com/ucb-bar/chipyard into o…
nayiri-k 1811d6f
made vlsi flow slightly cleaner
nayiri-k 6cd2186
Merge branch 'openroad' of https://github.com/ucb-bar/chipyard into o…
nayiri-k d48a7cb
tiny fix
nayiri-k 1540f55
shouldn't have removed file from EXTRA_CONFS oops
nayiri-k 454d619
improved tutorial makefile [skip ci]
nayiri-k 20eecc3
testing hammer fixes before publishing to pypi
nayiri-k f2e2e3c
Merge branch 'openroad' of https://github.com/ucb-bar/chipyard into o…
nayiri-k 0ed7964
adding a note about openroad freezing post-detailed_route [skip ci]
nayiri-k 2d5b861
bumped hammer version, everything 'should just work'
nayiri-k 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
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.
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.
@abejgonzalez here is the VLSI tutorial flow, it currently passes CI but maybe it's a bit too hacky?