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

Improvements to the HDL build #103

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

Commits on Dec 2, 2023

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

Commits on Dec 3, 2023

  1. fix the broadcaster width in the receiver part

    initial tidy up of the transmit path
    experiments with board_dependent configuration
    twitzelbos committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    1459b95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d946118 View commit details
    Browse the repository at this point in the history
  3. new DAC core

    twitzelbos committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    ef0bb7c View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

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

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    b14a5eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bc6050 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    270d9cc View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    c4d535e View commit details
    Browse the repository at this point in the history
  2. add .Xil to gitignore

    twitzelbos committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b6bd107 View commit details
    Browse the repository at this point in the history
  3. updated the Makefile to use the 2024.1 device tree compiler

    updated the README
    twitzelbos committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2db1ea8 View commit details
    Browse the repository at this point in the history
  4. start moving properties for the ports to the ports.tcl

    This might allow us to set the properties for pins that
    are optimized away, as opposed to using the constraints that
    will create a whole bunch of warnings when trying to constrain
    a pin that isn't used in the project
    
    Also try and update the README a little more
    twitzelbos committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c5dfb1c View commit details
    Browse the repository at this point in the history
  5. remove unused tcl script

    twitzelbos committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    48d8b80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d0e4f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1712a04 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a3ae44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4088a74 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0cd4b16 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1cffead View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b33970a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5cd53f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    a5e8e21 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #104 from OpenMRI/feature/cleanup-blockdesign

    Feature/cleanup blockdesign
    twitzelbos committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a4e3b6f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    91aa941 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d33269 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c57daf View commit details
    Browse the repository at this point in the history
  4. my initial attempts at building an async fifo for

    cdc and the appropriate test framework around that
    twitzelbos committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    a658a5b View commit details
    Browse the repository at this point in the history
  5. small syntax issues

    twitzelbos committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    a9d104c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a650013 View commit details
    Browse the repository at this point in the history
  7. adding some documentation

    twitzelbos committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    b614452 View commit details
    Browse the repository at this point in the history
  8. more documentation

    twitzelbos committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    e59b2ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd21c0c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    042f1c3 View commit details
    Browse the repository at this point in the history
  11. removed gtkwave from the Makefile

    increased the simulation time
    twitzelbos committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    83d9c7f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    734415c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9f1d242 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ca1f8a7 View commit details
    Browse the repository at this point in the history