Drc lvs fixes#4
Merged
Merged
Conversation
Fix typo in readme.
* hw: replace apb_uart with obi_uart apb_uart implements only 16750 (larger FIFO) obi_uart was developed by students at ETHZ. It implements 16550A (smaller), with plans to add an optional 16750 mode in the future. This and native obi makes obi_uart a better fit for smaller systems like croc. * test: add uart receive check via loopback mode * sw: fix relocation truncated to fit error
Tested on ETHZ tardis machines: - LVS clean - 2 metal min-area violations (very small violation, <1% off) - 17 antenna violations (mixed, majority single digit percentages over the ratio) * pdk: update cockpitrc * test: add tc_sram_impl to compile_tech * klayout: improve cockpit tech handling * tools: update to version 2025.07.pre1 * ci: fix pip install on ubuntu-latest * tools: change verilator tracing from vcd to fst FST is a binary format and a lot faster. Additionally, oseda 2025.07 segfaults with vcd tracing only. * openroad: fix final output
Tested on tardis-a29, LVS clean, <20 DRCs (all minor)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I did not do anything extra, just include the newest croc release, which fixes the DRC/LVS issues.