Skip to content

Commit

Permalink
Remove unecessary load of riscv-opcode data
Browse files Browse the repository at this point in the history
  • Loading branch information
dhower-qc committed Jul 21, 2024
1 parent d14f639 commit 531fe39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backends/arch_gen/lib/arch_gen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def initialize(config_name)
raise "Config name (#{@params['NAME']}) in params.yaml does not match directory path (#{@name})"
end

@opcode_data = YAML.load_file("#{$root}/ext/riscv-opcodes/instr_dict.yaml")
@ext_gen_complete = false

validate_config
Expand Down

0 comments on commit 531fe39

Please sign in to comment.