Skip to content

Commit be18cfa

Browse files
committed
RFC #74: Update language about "pure" VCD output from feedback
1 parent ff9c63d commit be18cfa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

text/0074-structured-vcd.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,11 @@ We propose the following conventions:
123123

124124
After these changes, this functionality will be enabled by default in the VCD writer.
125125
These changes will **not** be backported to Amaranth 0.5.x.
126-
Users that require compatibility with the pre-RFC behavior are expected to either:
126+
Some users may require compatibility with output that is closer to the actual VCD specification.
127+
In this case, users that need the pre-RFC behavior are expected to either:
127128

128-
- Opt-out on a case-by-case basis by passing arguments to `write_vcd()` (ie. `structured=False`)
129-
- Opt-out globally by setting an environment variable (ie. `AMARANTH_FLAT_VCD=1`)
129+
- Opt-out on a case-by-case basis by passing arguments to `write_vcd()` (ie. `pure=True`)
130+
- Opt-out globally by setting an environment variable (ie. `AMARANTH_PURE_VCD=1`)
130131

131132
### Changes to `pyvcd`
132133

0 commit comments

Comments
 (0)