Claude Code's context window is not unlimited, and the performance degrades quickly as it fills up. In our "CLAUDE.md", the 1st rule is to ask it always respond with our name. If Claude Code forgets to call "Chipress", we know it's time to start a new conversation.
#ClaudeCode #AI #RTLDesign
28.02.2026 19:37
👍 2
🔁 0
💬 1
📌 0
Best Practices for Claude Code - Claude Code Docs
Tips and patterns for getting the most out of Claude Code, from configuring your environment to scaling across parallel sessions.
We've been using Claude Code for our real work in the past few weeks, and found it's quite a powerful tool for hardware engineers. This post from Anthropic explains best practice of using Claude Code. We recommend everyone to check it out.
code.claude.com/docs/en/best...
#ClaudeCode #AI #RTLDesign
16.02.2026 07:04
👍 1
🔁 0
💬 0
📌 0
Semiconductor ATE Testing: Why Every Chip Needs a Test
I. The Imperative of Testing: Quality, Cost, and Reliability Semiconductor testing is a non-negotiable step in modern manufacturing, driven by quality, reliability, and cost control. The key tool is the Automatic Test Equipment (ATE), a sophisticated, computer-controlled machine that runs software to apply electrical signals and verify a chip's performance. The Necessity of Testing Testing is a delicate economic trade-off between maximizing production…
Our guest author, Deepak M E, shares his 2nd post on our platform. It discusses the necessity, the evolution and the future of chip testing. Check out his insights in the post!
#PDE #DFT #ATE
03.11.2025 02:08
👍 0
🔁 0
💬 0
📌 0
cache-coherent – Chipress
Posts about cache-coherent written by chipressian
We have compiled a series of posts on cache coherency during the past few months. Understanding cache coherency protocols is crucial in understanding how multi-threaded programs execute in a shared memory system. Check us out!
chipress.online/tag/cache-co...
#Cache #CacheCoherency #MemoryModels
26.10.2025 03:15
👍 1
🔁 0
💬 0
📌 0
We (chipress.online/blog-posts/) have published several posts on cache coherence implementation with non-atomic operation handling. At school, such topics will be barely covered; but they are critical in real world implementation.
Check it out if you are interested!
#CacheCoherency #Cache #Atomic
03.09.2025 04:00
👍 2
🔁 0
💬 0
📌 0
Claude Code Best Practices
A blog post covering tips and tricks that have proven effective for using Claude Code across various codebases, languages, and environments.
Claude CLI is a powerful AI tool for understanding codebase, code editing and workflow automation. This post from Anthropic shows a few best practices of using Claude CLI. It's definitely a recommended reading.
www.anthropic.com/engineering/...
29.08.2025 01:52
👍 0
🔁 0
💬 0
📌 0
Handling non-atomic requests in directory based MSI protocol (I)
Just like snooping based protocols, directory based cache coherence protocol has to handle non-atomic requests in real world implementations. We start from the a directory based MSI base model, and discuss one solution on non-atomic requests handling. Base Model In directory based MSI protocol, there are 3 message types: Request messages, including GetS, GetM, PutM and PutS Forwarded request messages, including Fwd-GetS, Fwd-GetM, Inv (Invalidation), and Put-Ack…
In real world implementation of directory based MSI protocol, properly handling of non-atomic requests is required. Let's see how to achieve that (by stalls) in this post.
#CacheCoherency #Cache #MSI #Snoop
22.08.2025 20:38
👍 0
🔁 0
💬 0
📌 0
Handling non-atomic operations in snooping based MSI protocol (I)
In cache coherence protocol implementation, designers must properly handle non-atomic operations, since coherence transactions cannot complete instantly. We start from the well-known snooping based…
Handling non-atomic operations in snooping based MSI protocol (I) chipress.online/2025/07/25/h...
In real-world cache coherence implementation, designers must properly handle non-atomic operations. This is often overlooked, and we'll expand this topic in detail.
#CacheCoherency #Cache #MSI #Snoop
25.07.2025 08:17
👍 0
🔁 0
💬 0
📌 0
2to3 — Supporting Python 3: An in-depth guide
Python 2 has gradually been deprecated, and developers are encouraged to migrate to Python 3. Luckily, for Python 2 legacy program, there is a way to automatically convert to Python 3. Check out this link: python3porting.com/2to3.html
10.07.2025 06:51
👍 0
🔁 0
💬 0
📌 0