Skip to content

Commit ef456b6

Browse files
committed
Fix a typo in CHANGELOG.md's release notes for 0.12.
1 parent 5ad9ed6 commit ef456b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3636

3737
- Fixed XOR implementation in `and_inverter_synth` pass ([@EdwinChang24](https://github.com/EdwinChang24))
3838
- `output_verilog_testbench` should not re-initialize RomBlocks.
39-
- `FastSimulation` was not updating `init_menvalues` correctly.
39+
- `FastSimulation` was not setting `init_memvalue` correctly (renamed to `SimulationTrace.memory_value_map`).
4040
- Specify bitwidths for Verilog initial register and memory values. They were previously unsized constants, which are implicitly 32-bit signed, which could cause surprises.
4141

4242
## [0.11.3] - 2025-06-12

0 commit comments

Comments
 (0)