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

Port legacy chisel code to chisel3 for amba and tilelink #3059

Merged
merged 9 commits into from
Oct 7, 2022

Commits on Sep 13, 2022

  1. Port legacy chisel code to chisel3 for amba

    Signed-off-by: Tianrui Wei <tianrui@tianruiwei.com>
    jiegec authored and tianrui-wei committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    67f86d6 View commit details
    Browse the repository at this point in the history
  2. Port legacy chisel code to chisel3 for tilelink

    Signed-off-by: Tianrui Wei <tianrui@tianruiwei.com>
    jiegec authored and tianrui-wei committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    1a23011 View commit details
    Browse the repository at this point in the history
  3. feat: port amba subfolder to chisel3

    1. remove chisel compatibility
    2. remove tieoff() functions
    
    Signed-off-by: Tianrui Wei <tianrui@tianruiwei.com>
    tianrui-wei committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    8e5ca99 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. feat: axi lintclean

    tianrui-wei committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    fa1a6d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9cddd3 View commit details
    Browse the repository at this point in the history
  3. fix: fix issues addressed in Jerry's review

    This addresses issues with the original PR
    tianrui-wei committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    2158214 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. fix: address @sequencer's review comments

    1. group different imports for chisel3.util to the same line
    2. use WireDefault instead of WireInit
    3. use chiselTypeOf instead of cloneType
    
    Signed-off-by: Tianrui Wei <tianrui@tianruiwei.com>
    tianrui-wei committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    dd3703c View commit details
    Browse the repository at this point in the history
  2. fix: typo

    tianrui-wei committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    da4b5a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    e166feb View commit details
    Browse the repository at this point in the history