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

Develop #338

Merged
merged 68 commits into from
Jan 19, 2024
Merged

Develop #338

merged 68 commits into from
Jan 19, 2024

Commits on Oct 4, 2023

  1. feat: lstm reintegration

    julianhoever authored and Silas Brandenburg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    0ffa9b0 View commit details
    Browse the repository at this point in the history
  2. feat: lstm reintegration

    Silas Brandenburg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c23aa53 View commit details
    Browse the repository at this point in the history
  3. feat: added skeleton, middleware, top module and Vivado constraints f…

    …opr env5 LSTM example
    Leo Buron committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    67117a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b480800 View commit details
    Browse the repository at this point in the history
  5. feat: reintegrate lstm implementation

    Still needs testing in simulation+HW
    glencoe committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9440fbb View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    1fda0ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a272ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41aa4f1 View commit details
    Browse the repository at this point in the history
  4. fix: added missing file for network skeleton tpl

    Leo Buron committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    38fe8a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3473ef2 View commit details
    Browse the repository at this point in the history
  6. fix: parametrize names

    glencoe committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    c13576d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37d7921 View commit details
    Browse the repository at this point in the history
  8. fix: fix lstm names

    glencoe committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    da279f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f879b4d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e82af52 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    53bc568 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7db8974 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3ad358c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. wip: refactor lstm

    glencoe committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    397499e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf2c53f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f09a2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bbd588 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. fix: fix fxp mac test

    glencoe committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    baad73b View commit details
    Browse the repository at this point in the history
  2. fix: fix skeleton test

    glencoe committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    12b7c27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7da4b5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73bd008 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. fix: use linear layer name

    glencoe committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    9d48f09 View commit details
    Browse the repository at this point in the history
  2. fix(lstm): skeleton naming

    glencoe committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    21d057d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59f7ed4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3678cf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9937431 View commit details
    Browse the repository at this point in the history
  6. feat: added a bash script to automatically build the vivado file with…

    … the help of vivado 2021.1 on a server
    Leo Buron committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    eb8c835 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    adba799 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a95f7c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    005ed36 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. wip: contribution docs

    glencoe committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    35f2de2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c56a903 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'definition' into develop

    # Conflicts:
    #	elasticai/creator/vhdl/system_integrations/skeleton/lstm_network_skeleton.tpl.vhd
    glencoe committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    56b0eae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63a1b9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b62d982 View commit details
    Browse the repository at this point in the history
  6. fix(MiddlewareSpec): transmit high byte first instead of low

    Silas Brandenburg committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f2bd5af View commit details
    Browse the repository at this point in the history
  7. fix(MiddlewareSpec): correct counter in example code

    Silas Brandenburg committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    1860657 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    6828739 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e3f54b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4ffacb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ad3272 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74ebc32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a18656 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #331 from es-ude/Fix-middlewware-spec

    Fix middlewware spec
    telefonjoker100 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7234680 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    17a274c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    3539c9f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #333 from es-ude/glencoe-patch-1

    docs: fix hw function id length
    glencoe committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    24683c4 View commit details
    Browse the repository at this point in the history
  3. fix: added skeleton_1.vhd needs to be changed

    Leo Buron committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    632bf89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34e8202 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26b8afa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dcb20b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    0f51559 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    574116b View commit details
    Browse the repository at this point in the history
  3. feat: add support for less than 8 bit in skeleton

    Leo Buron committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    231f0ca View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    96572fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    258a18c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4b67cc View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    374d966 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ac8941 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #330 from es-ude/support-mlp-use-case

    Support MLP Use-Case
    glencoe committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5a6baf4 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

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

Commits on Dec 21, 2023

  1. chore: only throw a warning if commit message exceeds char limit

    Signed-off-by: Julian Hoever <julianhoever@posteo.de>
    julianhoever committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    3e1d509 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Merge pull request #340 from es-ude/fix-failing-commitlint

    chore: only throw a warning if commit message exceeds char limit
    glencoe committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    b577aab View commit details
    Browse the repository at this point in the history