You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ The main SoC configurations are in `rtl/croc_pkg.sv`:
39
39
|`BankNumWords`|`512`| Number of 32bit words in a memory bank |
40
40
|`NumSramBanks`|`2`| Number of memory banks |
41
41
42
-
The SRAMs are instantiated via a technology wrapper called `tc_sram` (tc: tech_cells), the technology-independent implementation is in `rtl/tech_cells_generic/tc_sram.sv`. A number of SRAM configurations are implemented using IHP130 SRAM memories in `ihp13/tc_sram.sv`. If an unimplemented SRAM configuration is instantiated it will result in a `tc_sram_blackbox` module which can then be easily identified from the synthesis results.
42
+
The SRAMs are instantiated via a technology wrapper called `tc_sram_impl` (tc: tech_cells), the technology-independent implementation is in `rtl/tech_cells_generic/tc_sram_impl.sv`. A number of SRAM configurations are implemented using IHP130 SRAM memories in `ihp13/tc_sram_impl.sv`. If an unimplemented SRAM configuration is instantiated it will result in a `tc_sram_blackbox` module which can then be easily identified from the synthesis results.
0 commit comments