chore: Update packet-beta to packet

This commit is contained in:
Sidharth Vinod
2025-07-10 00:41:02 +05:30
parent ca2eca58c9
commit 2715ddb338
5 changed files with 9 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ start-end: "Block name" %% Multi-bit blocks
Using start and end bit counts can be difficult, especially when modifying a design. For this we add a bit count field, which starts from the end of the previous field automagically. Use `+<count>` to set the number of bits, thus:
```
packet-beta
packet
+1: "Block name" %% Single-bit block
+8: "Block name" %% 8-bit block
9-15: "Manually set start and end, it's fine to mix and match"