1
0
mirror of synced 2026-05-03 14:50:26 +00:00

pmgen: Fix sample syntax

This commit is contained in:
Martin Povišer
2023-10-16 14:16:36 +02:00
parent 660be4a31e
commit d6d1cc705e

View File

@@ -212,7 +212,7 @@ second argument, and the matcher will iterate over those options:
index <SigSpec> port(eq, BA) === bar
set eq_ab AB
set eq_ba BA
generate
endmatch
Notice how `define` can be used to define additional local variables similar
to the loop variables defined by `slice` and `choice`.