X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=riscv%2Fsim.cc;h=5aa92136897208858ddf85e7815421f510dd67bb;hb=092b464c06d2eba580b95a3ac7013449cb2687e4;hp=647cc46fa2a2b44bf64489f230eed03219b13851;hpb=95fafa8f05320a761f70bef022a05c3053ea7b27;p=riscv-isa-sim.git diff --git a/riscv/sim.cc b/riscv/sim.cc index 647cc46..5aa9213 100644 --- a/riscv/sim.cc +++ b/riscv/sim.cc @@ -300,6 +300,9 @@ void sim_t::make_dtb() " 0x" << (clintsz >> 32) << " 0x" << (clintsz & (uint32_t)-1) << ">;\n" " };\n" " };\n" + " htif {\n" + " compatible = \"ucb,htif0\";\n" + " };\n" "};\n"; dts = s.str();