Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Create synflops threshold prep #114

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 23, 2021

  1. Feature: Memories that are below a threshold size are kept as SynFlops

    SynflopThreshold is compiler mode defining the the threshold
    Add SynflopThreshold to Params case class
    New command line argument "--force-synflops <long-value>"
    SynchronousReadAndWrite does limited tests of this
    Fixed pending tests SynchronousReadAndWrite to use Treadle
    Add threshold parameter to compile methods in MacroCompilerSpec
    chick committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    7081d99 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Configuration menu
    Copy the full SHA
    fe801c7 View commit details
    Browse the repository at this point in the history
  2. Split out MacroCompiler.scala into

    smaller more specific files
    Fix new license headers to be BSD
    chick committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    f40559a View commit details
    Browse the repository at this point in the history