diff options
Diffstat (limited to 'kernel/mem.h')
-rw-r--r-- | kernel/mem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/mem.h b/kernel/mem.h index af06e970a..e0d8c277f 100644 --- a/kernel/mem.h +++ b/kernel/mem.h @@ -29,6 +29,7 @@ struct MemRd { bool removed; dict<IdString, Const> attributes; Cell *cell; + int wide_log2; bool clk_enable, clk_polarity; bool transparent; SigSpec clk, en, addr, data; @@ -39,6 +40,7 @@ struct MemWr { bool removed; dict<IdString, Const> attributes; Cell *cell; + int wide_log2; bool clk_enable, clk_polarity; std::vector<bool> priority_mask; SigSpec clk, en, addr, data; |