Sync up MicroblazeV9 port with Xilinx tree
Description
This PR adds following updates from Xilinx tree,-
Support for 64 bit Microblaze processor
-
Support for generation of runtime task stats
-
Implementation of default callback functions
Test Steps
- Validated with KC705 (64 bit Microblaze in HW design)
- Validated with KC705 (32 bit Microblaze in HW design)
Related Issue
NA
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Hi,
I had introduced new file "portable/GCC/MicroBlazeV9/portmicroblaze.c" in this PR. Since it is board (HW design) specific file, I have removed it. Due to file removal, Header-checker is failing with following errors,
assert os.path.exists(path), 'No such file: ' + path AssertionError: No such file: portable/GCC/MicroBlazeV9/portmicroblaze.c
Hi @cobusve ,
Could you please help with review?
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
8e664fc) 93.42% compared to head (8dfaf68) 93.42%.
Additional details and impacted files
@@ Coverage Diff @@
## main #220 +/- ##
=======================================
Coverage 93.42% 93.42%
=======================================
Files 6 6
Lines 3194 3194
Branches 885 885
=======================================
Hits 2984 2984
Misses 103 103
Partials 107 107
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 93.42% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I fixed some merge conflicts.
@mubinsyed, can you please check that everything builds correctly?
We fixed the line endings with unix format LF. @mubinsyed, can you please help to update the file line endings and check that everything builds correctly?
/bot run formatting
Quality Gate passed
Kudos, no new issues were introduced!
0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication