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

refactor: Formatting and syntax fixes #147

Merged
merged 1 commit into from
Feb 8, 2024

Commits on Feb 7, 2024

  1. refactor: Formatting and syntax fixes

    Build:
    * Update vcpkg bootstrapping to new style
    * Inline vcpkg-configuration.json
    * Update baselines
    
    Style:
    * Reformat all system verilog files with verible-format
    * " or " -> ", "
    
    Function:
    * Fix all verilog-style always blocks -> SV-style always_ff blocks
    * Fix all blocking assignments in non-blocking contexts
    * Fix a couple missing semi-colons
    * Normalize all port lists, necessary for some synthesizers (Quartus)
    
    Refactor:
    * Significantly simplify Alu.sv, don't try to out-smart the synthesizer
    * Avoid unnecessary clock-gate latch in Branch_Manager.sv
    nickelpro committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    44066ae View commit details
    Browse the repository at this point in the history