From: Luke Kenneth Casson Leighton Date: Sun, 14 Oct 2018 21:29:22 +0000 (+0100) Subject: drop all lui from restriction on parallelism X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=297e483bc8be032fab01542de85e63a54132fdef;p=riscv-isa-sim.git drop all lui from restriction on parallelism --- diff --git a/id_regs.py b/id_regs.py index 6aa96f2..3563f60 100644 --- a/id_regs.py +++ b/id_regs.py @@ -64,7 +64,7 @@ drlookup = { 'rd': 0, 'frd': 0, 'rs1': 1, 'rs2': 2, 'rs3': 3, def find_registers(fname, insn, twin_predication, immed_offset, is_branch): # HACK! macro-skipping of instructions too painful - for notparallel in ['csr', 'lui', 'c_j', 'wfi', 'auipc', 'jal', + for notparallel in ['csr', 'c_j', 'wfi', 'auipc', 'jal', 'dret', 'uret', 'mret', 'sret', 'lr_d', 'lr_w', 'sc_d', 'sc_w', 'c_addi4spn', 'c_addi16sp']: