Quick actions

Quick actions are ready-made prompts for the things you do most. Instead of typing a request, click one and the assistant gets to work with your project already in context.

One-click prompts#

The assistant offers shortcuts for common tasks, such as:

  • Explain what the top module does— a plain-language summary of your design's behaviour.
  • Write a testbench for this design — a self-checking testbench you can run to verify your RTL.

Each one is just a starting prompt — the assistant still reads your files and you still review anything it proposes to write.

Fix config error#

After a run fails on a configuration problem, a Fix config erroraction appears. It detects the likely fix, shows you a diff of the change with a confidence note, and lets you apply it in one click. It's the fastest way past the most common class of early failures — a mismatch between your config and your RTL.

Contextual by design

The Fix config error action only shows up when there's actually a config issue to fix, so when you see it, it's worth a click. For the underlying settings, see Key parameters.

Beyond the presets#

Quick actions cover the common cases, but you're never limited to them — type any request in your own words and the assistant handles it the same way. See Working with the assistant.