1
0
mirror of synced 2026-01-13 15:37:16 +00:00
Jannis Harder 61a00b9131 memory_libmap: Fix use of uninitialized value for async read ports
The code in memory_libmap expects `clk_en` to be initialized for all
`PortVariant`s but the parsing in memlib.cc didn't initialize it for
variants of kind `PortKind::Ar` (async read ports).

While this fixes the immediate CI failure, it would be best to refactor
the code so it becomes obvious if something isn't initialized.
2025-09-09 13:32:46 +02:00
..
2022-05-18 22:48:55 +02:00
2025-07-29 15:27:59 -04:00
2022-05-18 22:48:55 +02:00
2024-02-23 12:27:10 +01:00