Skip to content

Commit

Permalink
spike.py: replace class doctring
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK authored and Philipp v. K committed Jun 15, 2022
1 parent a64cfa2 commit d96ad66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlonmcu/target/spike.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@


class SpikeTarget(RISCVTarget):
"""Target using an ARM FVP (fixed virtual platform) based on a Cortex M55 with EthosU support"""
"""Target using the riscv-isa-sim (Spike) RISC-V simulator."""

FEATURES = ["vext", "pext", "cachesim", "log_instrs"]

Expand Down

0 comments on commit d96ad66

Please sign in to comment.