Skip to content

Commit

Permalink
Relocated function for machinsn
Browse files Browse the repository at this point in the history
  • Loading branch information
wallento committed Oct 30, 2018
1 parent ddff101 commit 66cbe6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'console_scripts': [
'riscv-random-asm = riscvmodel.random:gen_asm',
'riscv-random-asm-check = riscvmodel.random:check_asm',
'riscv-machinsn-decode = riscvmodel.program:machinsn_decode'
'riscv-machinsn-decode = riscvmodel.code:machinsn_decode'
],
},
setup_requires=[
Expand Down

0 comments on commit 66cbe6f

Please sign in to comment.