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

exclude svnapot and fix errors logged from ruamel. #180

Merged
merged 4 commits into from
May 28, 2024

Commits on May 28, 2024

  1. utils: log raw error message from load_yaml

    the load_yaml function performs a bit of post-processing
    on the error message obtained from the ruamel constructor.
    log the raw error message until the post-processing is corrected.
    
    Signed-off-by: Karthik B K <karthik.bk@incoresemi.com>
    iamkarthikbk committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c4e2ada View commit details
    Browse the repository at this point in the history
  2. isa_validator: nullify Svnapot in march strings

    the get_march_mabi function should return a string that
    can be consumed by the riscv-gcc right away. the compiler
    complains about the presence of svnapot in the said string.
    "nullify" this extension, resulting in exclusion during march generation.
    
    Signed-off-by: Karthik B K <karthik.bk@incoresemi.com>
    iamkarthikbk committed May 28, 2024
    Configuration menu
    Copy the full SHA
    19afc29 View commit details
    Browse the repository at this point in the history
  3. update changelog.

    Signed-off-by: Karthik B K <karthik.bk@incoresemi.com>
    iamkarthikbk committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a5819eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01fd498 View commit details
    Browse the repository at this point in the history