Unverified Commit 1a9fbba4 authored by Neel Gala's avatar Neel Gala
Browse files

adding new isa-validation api instead of schema based regex.

This is particularly helpful when other tools require to validate a n ISA string alone. These tools can now import `riscv_config.isa_validator` and call the `get_extension_list` to check  for errors and also return a list of all extensions present in the ISA string.

Significant change here is moving the regex from the schema to the constants file which can now be easily imported without having to load the schema yaml.
parent 314abcea
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment