ThinkOpenly / sail

Sail architecture definition language
Other
11 stars 12 forks source link

Working Format Mapping #43

Open WayfaringKid opened 1 month ago

WayfaringKid commented 1 month ago
  1. Added a new hash table instruction_type_to_format.
  2. Updated parse_mapcl function to handle format mapping. Add handle_fmtencdec_mapping to map instruction type to corresponding format. Two mapping doesn't work with this version: mnemonic "illegal" and "c.illegal".
  3. Updated parse_funcl function to have debug statement for each pattern.