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 Interval support #202

Merged
merged 2 commits into from
Apr 13, 2020
Merged

Add Interval support #202

merged 2 commits into from
Apr 13, 2020

Commits on Mar 26, 2020

  1. First pass get things to compile with IntervalTypeClass.scala

    Derived IntervalTypeClass from FixedPointTypeClass
    - DspRealTypeClass needs asInterval
    - FixedPoint, SInt and UInt type classes needs asInterval
    - ChiselConvertableFrom get asInterval prototypes
    - ImplicitsTop gets Interval references
    - Fixed problem with poking negative fixed point and intervals into verilator backend
    chick committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    3d76a83 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Small fixes based on review of PR

    - fixed maskeValue typo
    - cleaned up big ugly import
    chick committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    57890bc View commit details
    Browse the repository at this point in the history