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

Complete Constant and Variable Shift Support #1560

Merged
merged 2 commits into from
Sep 24, 2020

Commits on Sep 17, 2020

  1. * Moving const shift fom partial_map to netlist_create_from_ast

    * Supporting variable shift using Barrel shift design
    
    * Keeping the pointers of main inputs, connected to the shift
    
    * Considering the order for input/output connections of SR and ASR
    
    * Padding RHS input with the MSB for SR and ASR
    
    * Removing netlist node creation for constant shift
    sdamghan committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    62ed3f2 View commit details
    Browse the repository at this point in the history
  2. * Adding new shift operation benchmarks to test the design

    * Removing old benchmarks for shift operation
    
    * Regenerating expectation results
    sdamghan committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    8f45ccd View commit details
    Browse the repository at this point in the history