riscv-software-src / riscv-ctg

BSD 3-Clause "New" or "Revised" License
40 stars 51 forks source link

Variable 'xlenlim' not defined in abstract_comb of a few bitmanip instructions #103

Open Sowmya3062 opened 7 months ago

Sowmya3062 commented 7 months ago

The variable 'xlenlim' referenced in the abstract combination of a few bitmanip instructions within the configuration files rv32i_b.cgf, rv32e_b.cgf, and rv64i_b.cgf appears to be "not defined", leading to an error. One instance of this error is in the 'bclr' instruction, where the exact error message is: ERROR | Error evaluating abstract comb: xlenlim("rs1_val", xlen) in bclr: name 'xlenlim' is not defined

KotorinMinami commented 2 months ago

May be closed by #95 ? Or would there be something else need to resolve?