New WchRiscV target class

This commit is contained in:
Nav
2024-10-12 23:16:16 +01:00
parent 5c896bb2ca
commit 52171734d8
11 changed files with 164 additions and 62 deletions

View File

@@ -14,13 +14,6 @@ namespace Targets::RiscV
public:
explicit TargetDescriptionFile(const std::string& xmlFilePath);
/**
* Returns the RISC-V target ID from the TDF.
*
* @return
*/
[[nodiscard]] std::string getTargetId() const;
[[nodiscard]] TargetAddressSpaceDescriptor getSystemAddressSpaceDescriptor() const;
};
}