Giter Site home page Giter Site logo

make error at the top about dbgbus HOT 4 CLOSED

zone-min avatar zone-min commented on August 17, 2024
make error at the top

from dbgbus.

Comments (4)

ZipCPU avatar ZipCPU commented on August 17, 2024

The problem traces to an update in Verilator that now requires all builds to include verilated_threads.cpp and -lpthread. Should now be fixed.

from dbgbus.

zone-min avatar zone-min commented on August 17, 2024

Thanks, I have already fixed that .

In addtion, I'm wondering if this dbgbus is similar to the functionality of vivado's ILA ?

Best Regards!

from dbgbus.

ZipCPU avatar ZipCPU commented on August 17, 2024

It can be used as part of a replacement to Vivado's ILA, yes. To do that, place a WBSCOPE on the bus for the debugging bus to access, and then you have something like ILA. The trick is ... the bus has to work perfectly for this to work. As a bonus, you can also load RAM/FLASH, configure peripherals, experiment with your design, and more. Indeed, I do this often when debugging items on an FPGA: 1) get the bus up and running, 2) measure what's going on within, 3) command a peripheral to do (something), 4) trigger a trace as that command runs, 5) go back and view the results of that trace, 6) ponder what just happened, 7) measure (again), and repeat. I should point out, not only do I use the WBSCOPE, but I've often been known to bring various state bits back as well--just to make sure components of the design properly return to IDLE before issuing the next command. (A classic component that might not? I2C. Make one little mistake, and ... the controller will need help resetting.)

from dbgbus.

zone-min avatar zone-min commented on August 17, 2024

I got it, very appreciate for your patiently answer!

from dbgbus.

Related Issues (1)

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.