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

[prototype] fsim interpreter #686

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
Draft

[prototype] fsim interpreter #686

wants to merge 17 commits into from

Commits on Sep 20, 2023

  1. first version of fsim

    ekiwi committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    320221d View commit details
    Browse the repository at this point in the history
  2. wip: GCD support

    ekiwi committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    b6756ca View commit details
    Browse the repository at this point in the history
  3. gcd working

    ekiwi committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    eb32131 View commit details
    Browse the repository at this point in the history
  4. better benchmarking

    ekiwi committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    0783270 View commit details
    Browse the repository at this point in the history
  5. add benchmark project

    ekiwi committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    06ff5b3 View commit details
    Browse the repository at this point in the history
  6. add benchmarking script

    ekiwi committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    bffec12 View commit details
    Browse the repository at this point in the history
  7. move benchmark.py

    ekiwi committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    1f3e161 View commit details
    Browse the repository at this point in the history
  8. ci: upload out.svg

    ekiwi committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c6f649e View commit details
    Browse the repository at this point in the history
  9. benchmark: run treadle for real

    ekiwi committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    1c1b577 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2fa82d9 View commit details
    Browse the repository at this point in the history
  11. fix formating

    ekiwi committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    6ac57eb View commit details
    Browse the repository at this point in the history
  12. improve benchmarking

    ekiwi committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    31e365e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ef6511f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. fsim: test decoupled GCD

    ekiwi committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    517078f View commit details
    Browse the repository at this point in the history
  2. Revert "remove explicit passing of data pointer"

    This reverts commit ef6511f.
    ekiwi committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4ce7166 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8141045 View commit details
    Browse the repository at this point in the history
  4. fsim: riscv-mini test

    ekiwi committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    dddf5d6 View commit details
    Browse the repository at this point in the history