Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!DOCTYPE target SYSTEM "gdb-target.dtd">
  3. <target>
  4. <architecture>riscv:rv64</architecture>
  5. <feature name="org.gnu.gdb.riscv.fpu"/>
  6. <feature name="org.gnu.gdb.riscv.csr"/>
  7. <feature name="foo.bar">
  8. <reg name="freg0" bitsize="32" type="int"/>
  9. </feature>
  10. </target>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement