Giter Site home page Giter Site logo

Comments (4)

jim-wilson avatar jim-wilson commented on September 17, 2024

It is just an assembly example. It doesn't necessarily work on hardware or simulators. Even if it does, whether it works depends on what uart you have, and your hardware/simulator doesn't necessarily have the same uart as the author.

If you want code that works on hardware/simulator, you shouldn't be looking in an assembly language manual. You should be looking at hardware/simulator projects. Such as freedom-e-sdk or freedom-u-sdk for instance.

from riscv-asm-manual.

clx782782 avatar clx782782 commented on September 17, 2024

I just want to run my built assembly program on rocket-chip implemented on Zedboard by ./fesvr program.

If the assembly program doesn't have output on the terminal/console,it's not convenient to verify on the rocket-chip hardware.I haven't other good verification ideas.Could you give me some advice?

from riscv-asm-manual.

jim-wilson avatar jim-wilson commented on September 17, 2024

I'm a compiler guy. That's why I answer questions here, because compiler guys care about assembler syntax. But zedboard sounds suspiciously like a piece of hardware. I can't help you with that. You would have to ask someone who knows about working with hardware. This project is just for discussing assembly syntax.

I believe that fesvr is used by spike. I don't think that fesvr is useful if you have actual hardware. In that case, you presumably should be reading the programming manual for the UART that you have, and you might need to write a driver to be able to send characters over it.

You could try looking at sifive/freedom-e-sdk. This has code samples that can be run on the sifive hifive1 and some other sifive parts. You might find what you are looking for there. It has some code for sending characters via the UART on the hifive1 board.

from riscv-asm-manual.

clx782782 avatar clx782782 commented on September 17, 2024

OK,I'll check it.

Sorry to trouble you and thanks again!

from riscv-asm-manual.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.