Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error information format #23

Open
avanlex opened this issue Nov 16, 2017 · 0 comments
Open

Error information format #23

avanlex opened this issue Nov 16, 2017 · 0 comments

Comments

@avanlex
Copy link

avanlex commented Nov 16, 2017

When compile executes from VS Code if format is <file_name.psm>:<line_num> user can go to that line in editor by ctrl+click on name (main.PSM4 in example below)
current format

ERROR: Invalid PicoBlaze-3 instruction: <blah_blah>
  main.PSM4 line 195 (expanded line 251) 251:  <blah_blah>

I suggest changing the format:

ERROR: Invalid PicoBlaze-3 instruction: <blah_blah>
  main.PSM4:195 (expanded line 251) 251:  <blah_blah>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant