Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pulp-platform/mempool
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: pulp-platform/mempool
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref

Commits on Jul 4, 2021

  1. Copy the full SHA
    3454683 View commit details
  2. Copy the full SHA
    b306d1b View commit details
  3. Copy the full SHA
    cae8674 View commit details
  4. Copy the full SHA
    b89be5f View commit details
  5. Copy the full SHA
    67e9002 View commit details
  6. Copy the full SHA
    65b4219 View commit details

Commits on Jul 5, 2021

  1. Copy the full SHA
    7b7fed8 View commit details
  2. Merge pull request #1 from pulp-platform/halide

    Halide applications
    SamuelRiedel authored Jul 5, 2021
    Copy the full SHA
    c6cd809 View commit details

Commits on Jul 6, 2021

  1. Copy the full SHA
    ea9d4b9 View commit details

Commits on Jul 9, 2021

  1. Copy the full SHA
    2936627 View commit details
  2. Copy the full SHA
    fdd26fd View commit details
  3. Merge pull request #2 from pulp-platform/synth-issues

    Synthesis issues
    suehtamacv authored Jul 9, 2021
    Copy the full SHA
    e1af9c0 View commit details

Commits on Jul 12, 2021

  1. Copy the full SHA
    1299002 View commit details
  2. Copy the full SHA
    834e837 View commit details
  3. Copy the full SHA
    88755fa View commit details

Commits on Jul 13, 2021

  1. Copy the full SHA
    10fd83d View commit details
  2. Merge pull request #5 from pulp-platform/verilator_clang

    Verilation with LLVM
    suehtamacv authored Jul 13, 2021
    Copy the full SHA
    a1189d9 View commit details

Commits on Jul 15, 2021

  1. Copy the full SHA
    6932101 View commit details
  2. Copy the full SHA
    5a5cb66 View commit details
  3. Copy the full SHA
    b07f72c View commit details
  4. Copy the full SHA
    9a2a0bd View commit details
  5. Copy the full SHA
    2f1b669 View commit details
  6. Merge pull request #3 from pulp-platform/axi_interconnect

    Hierarchical AXI Interconnect
    suehtamacv authored Jul 15, 2021
    Copy the full SHA
    1ac58a3 View commit details

Commits on Jul 22, 2021

  1. Copy the full SHA
    58004de View commit details

Commits on Aug 2, 2021

  1. Merge pull request #8 from pulp-platform/paper

    Update BibTeX reference
    suehtamacv authored Aug 2, 2021
    Copy the full SHA
    77d8a77 View commit details

Commits on Aug 4, 2021

  1. [toolchain] Specify Halide's library install directory

    Different Linux distributions use different default paths for the
    installed libraries but we need a known path for the compile scripts.
    SamuelRiedel authored and suehtamacv committed Aug 4, 2021
    Copy the full SHA
    fe424fe View commit details
  2. Copy the full SHA
    09cacf6 View commit details
  3. Copy the full SHA
    1c7529b View commit details
  4. Copy the full SHA
    2821a7d View commit details
  5. Merge pull request #6 from pulp-platform/gitlab/ci

    Fix GitLab CI
    suehtamacv authored Aug 4, 2021
    Copy the full SHA
    d07d39a View commit details
  6. Copy the full SHA
    928ae6d View commit details
  7. Copy the full SHA
    b83d4f5 View commit details
  8. Copy the full SHA
    d218e09 View commit details

Commits on Aug 5, 2021

  1. Copy the full SHA
    bc4e731 View commit details
  2. Copy the full SHA
    14b85d4 View commit details
  3. Copy the full SHA
    b29b718 View commit details
  4. Copy the full SHA
    fac0d74 View commit details
  5. Copy the full SHA
    55f4c06 View commit details
  6. Copy the full SHA
    109175d View commit details
  7. Copy the full SHA
    f990017 View commit details
  8. Merge pull request #9 from pulp-platform/traffic

    Load-throughput analysis
    suehtamacv authored Aug 5, 2021
    Copy the full SHA
    f9d5f06 View commit details

Commits on Aug 9, 2021

  1. Copy the full SHA
    30eb2c7 View commit details
  2. Copy the full SHA
    b5a9855 View commit details
  3. Merge pull request #10 from pulp-platform/lic

    Replace group's butterflies with logarithmic interconnects
    suehtamacv authored Aug 9, 2021
    Copy the full SHA
    962f4ed View commit details

Commits on Aug 10, 2021

  1. Copy the full SHA
    3e21e47 View commit details
  2. Merge pull request #11 from pulp-platform/wave

    [hardware] Fix the names in the wave scripts
    SamuelRiedel authored Aug 10, 2021
    Copy the full SHA
    c43b50d View commit details

Commits on Aug 11, 2021

  1. Copy the full SHA
    3ef3125 View commit details
  2. Copy the full SHA
    112f957 View commit details
  3. Copy the full SHA
    b0e91af View commit details
  4. Copy the full SHA
    c5d0740 View commit details
Showing 469 changed files with 55,724 additions and 17,962 deletions.
1 change: 1 addition & 0 deletions .clang-format-ignore
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@

# Exclude files from formatting requirement
# External dependencies
*/software/runtime/control_registers.h
*/software/runtime/encoding.h
*/software/riscv-tests
*/toolchain
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Global owners
* @SamuelRiedel @suehtamacv
* @SamuelRiedel @mbertuletti @sermazz @yichao-zh
Loading