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

Fix ioc copier false alarming when #seq is in st-common.cmd #206

Merged
merged 4 commits into from
Sep 27, 2024

Commits on Sep 26, 2024

  1. Fix ioc copier false alarming when #seq is in st-common.cmd

    This fixes the IOC copier thinking that a sequence program is being used when this line is in the st-common.cmd: 
    ` #seq sncxxx,"user=vux62295"` - notice the prefixed `#`  - i think the device generator puts this in by default, or at least used to. 
    
    to test follow the instructions here https://github.com/ISISComputingGroup/ibex_developers_manual/wiki/Shared-utility-scripts#ioc-copier with and without a `seq` line in the st-common.cmd
    rerpha authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b91e32d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

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

    rerpha committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0dc21c3 View commit details
    Browse the repository at this point in the history
  3. pyright

    rerpha committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8ed30f5 View commit details
    Browse the repository at this point in the history