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

Add .ccls config for LSP features in sim #38

Merged
merged 3 commits into from
Jul 4, 2023

Commits on Jul 4, 2023

  1. Add .ccls config for LSP features in sim

    Adds a .ccls config file so that proper completion, definitions, etc.
    are provided via LSP.
    
    Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
    hasheddan committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    420d670 View commit details
    Browse the repository at this point in the history
  2. Ignore ccls cache

    Adds the .ccls-cache to the ignored files.
    
    Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
    hasheddan committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    58c4af6 View commit details
    Browse the repository at this point in the history
  3. Remove unused header from alu sim

    The alu is not clocked and thus we do not need to generate traces for
    it.
    
    Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
    hasheddan committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    5b8895d View commit details
    Browse the repository at this point in the history