Commit e19d0f6
Fix input.json format documentation to match implementation
Update simulation-guide.rst to show the correct input.json format with:
- Root object with 'commands' array
- Command objects with 'type', 'peripheral', 'event', 'payload' fields
- 'action' type for queuing actions
- 'wait' type for waiting on events
Based on actual implementation in chipflow_lib/common/sim/models.cc:log_event
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 4f55fee commit e19d0f6
1 file changed
+12
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
356 | 364 | | |
357 | 365 | | |
358 | 366 | | |
| |||
0 commit comments