Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Threadx on Microblaze soft processor #337

Open
cncherisher opened this issue Dec 24, 2023 · 1 comment
Open

Threadx on Microblaze soft processor #337

cncherisher opened this issue Dec 24, 2023 · 1 comment

Comments

@cncherisher
Copy link

Is this request related to a particular hardware platform, SoC, board? Please describe.
Hello

Is threadX supported on Xilinx Microblaze soft processor which use RISC-V 32 bit? I see there is support for RISC-V 32bit for IAR toolchain and RISC-V 64bit for GCC toolchain, but Vitis IDE use GCC toolchain, so is there any listed steps to port risc-v32 for GCC toolchain?

@williamelamie
Copy link

The best approach is to convert the ThreadX RISC-V 32-bit support with IAR to GCC, which amounts to changing the assembly code (tx*.s), tx_port.h, and linker control file (first available memory address). This is easier than creating a new port from scratch, but still a good amount of work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants