Home
last modified time | relevance | path

Searched refs:htif_hexwriter_t (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/riscv-isa-sim/riscv-isa-sim-4f12984/fesvr/
H A Dhtif_hexwriter.cc7 htif_hexwriter_t::htif_hexwriter_t(size_t b, size_t w, size_t d) in htif_hexwriter_t() function in htif_hexwriter_t
12 void htif_hexwriter_t::read_chunk(addr_t taddr, size_t len, void* vdst) in read_chunk()
35 void htif_hexwriter_t::write_chunk(addr_t taddr, size_t len, const void* vsrc) in write_chunk()
57 std::ostream& operator<< (std::ostream& o, const htif_hexwriter_t& h) in operator <<()
H A Dhtif_hexwriter.h11 class htif_hexwriter_t : public chunked_memif_t
14 htif_hexwriter_t(size_t b, size_t w, size_t d);
29 friend std::ostream& operator<< (std::ostream&, const htif_hexwriter_t&);
H A Delf2hex.cc40 htif_hexwriter_t htif(base, width, depth); in main()