Menu

Home

charlestsai

Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses Markdown syntax.

Project Admins:


Related

Wiki: SamplePage

Discussion

  • charlestsai

    charlestsai - 2013-01-09

    Read NIOS2 softcore CPUID

    Method 1 - assembly
    .global OSGetCPUID
    OSGetCPUID:
    rdctl r2, ctl5
    ret

    Method 2 - C
    do { dest = __builtin_rdctl(5); } while (0)

     

    Last edit: charlestsai 2013-01-09

Log in to post a comment.

MongoDB Logo MongoDB