Skip to content

[RVC] Incorrect behaviour when executing consoleInput.c on single cycle RVC #157

@mortbopet

Description

@mortbopet

To reproduce:

  • Load the consoleInput.c example and build it
  • Press run
  • Enter in i.e. "10"; an invalid number error will be reported back. Enter 10 again; this time it is accepted.
  • Enter in i.e."2" and do as above
  • The correct value is calculated

Something slight must be going wrong here - we're managing to pass the values from user input into the stdio buffers; however, the "invalid number..." errors should obviously not occur. This only happens when we enable the "C" extension when selecting the processor.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions