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

Calyx wrapper for Berkeley HardFloat Verilog library #1928

Open
wants to merge 34 commits into
base: calyx-float
Choose a base branch
from

Commits on Jul 1, 2024

  1. Docs, Queues: binary heap (calyxir#2182)

    More progress towards calyxir#2067!
    
    This PR takes a stab at tweaking `docs/frontends/queues.md` to
    incorporate additions from PRs calyxir#2164 and calyxir#2174.
    
    ---------
    
    Co-authored-by: Anshuman Mohan <[email protected]>
    polybeandip and anshumanmohan committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b5aafd5 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    db2ceac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f50cf7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ebb7d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb308e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e17107 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51967a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1584f02 View commit details
    Browse the repository at this point in the history
  8. restructure the folder

    jiahanxie353 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    53a3c6c View commit details
    Browse the repository at this point in the history
  9. addFN primitive

    jiahanxie353 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b8d4a4e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d017b0 View commit details
    Browse the repository at this point in the history
  11. 4 cycles floating point adder by inserting dummy registers; update th…

    …e test case and use *.data to input values
    jiahanxie353 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3f255f0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    19bdb47 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    029bca6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4d29e53 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    97bdb92 View commit details
    Browse the repository at this point in the history
  16. add "--include" as a command line flag in fud; and support relative i…

    …nclude and library files include for iverilog
    jiahanxie353 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4f6ed49 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9df29d9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6457fd0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2453c49 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2a075b9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f59e6d7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5a7eca4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    564bdc3 View commit details
    Browse the repository at this point in the history
  24. pretty print json file

    evanmwilliams authored and jiahanxie353 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    602f190 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4bf2a07 View commit details
    Browse the repository at this point in the history
  26. check for sv or v extension

    evanmwilliams authored and jiahanxie353 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b11fdfb View commit details
    Browse the repository at this point in the history
  27. no need for includeFile; adjust parameter size so morty doesn't repor…

    …t part select out of order
    Jiahan Xie authored and jiahanxie353 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    cb68d76 View commit details
    Browse the repository at this point in the history
  28. rename some port names; and add attributes to some ports in addFN and…

    … mulFN
    Jiahan Xie authored and jiahanxie353 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a23d07d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    0ff113f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    19cf98f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f0add90 View commit details
    Browse the repository at this point in the history
  32. support floating point as a numeric type so that we can write regular…

    … decimal representation of real numbers
    jiahanxie353 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c2e00e5 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    86434a5 View commit details
    Browse the repository at this point in the history