📄️ Preliminaries
This section discusses the debugger script language implemented in hwdbg.
📄️ Script Execution Stages
To enable on-the-fly script evaluation, script execution is divided into several stages. Each stage includes multiple flip-flops, with the number of flip-flops equal to the number of input pins. Additionally, each stage contains a small buffer (which could be either SRAM or flip-flop) that holds the specific operation to be performed in that stage.
🗃️ Hardware Script (hdslang)
12 items