File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -123,10 +123,11 @@ We propose the following conventions:
123
123
124
124
After these changes, this functionality will be enabled by default in the VCD writer.
125
125
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:
127
128
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` )
130
131
131
132
### Changes to ` pyvcd `
132
133
You can’t perform that action at this time.
0 commit comments