Skip to content

Commit

Permalink
pass only fence_tso and pause to rv32i latex table
Browse files Browse the repository at this point in the history
  • Loading branch information
neelgala committed Apr 8, 2022
1 parent 5fae476 commit 1ad98ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,8 @@ def make_latex_table():
# instructions listed in list_of_instructions will be dumped into latex.
caption = ''
type_list = ['R-type','I-type','S-type','B-type','U-type','J-type']
dataset_list = [(['_i','32_i'], 'RV32I Base Instruction Set', [], True)]
dataset_list = [(['_i','32_i'], 'RV32I Base Instruction Set', [], False)]
dataset_list.append((['_i'], '', ['fence_tso','pause'], True))
make_ext_latex_table(type_list, dataset_list, latex_file, 32, caption)

type_list = ['R-type','I-type','S-type']
Expand Down

0 comments on commit 1ad98ba

Please sign in to comment.