// See LICENSE for license details. #ifndef _RISCV_DTS_H #define _RISCV_DTS_H #include "processor.h" #include "mmu.h" #include std::string make_dts(size_t insns_per_rtc_tick, size_t cpu_hz, std::vector procs, std::vector> mems); std::string dts_compile(const std::string& dts); #endif