Skip to content

Commit

Permalink
Add missing verilator includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Cattaneo committed Jan 12, 2025
1 parent cacb7e1 commit d9a6522
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dace/codegen/targets/rtl.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,9 @@ def unparse_tasklet(self, sdfg: SDFG, cfg: ControlFlowRegion, dfg: StateSubgraph
CPP_GENERAL_HEADER_TEMPLATE = """\
{debug_include}
// verilator includes
#include <atomic>
#include <thread>
#include <verilated.h>
"""

Expand Down

0 comments on commit d9a6522

Please sign in to comment.