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

Consider other settings to add to BluespecSettings #2

Open
RyanGlScott opened this issue Feb 8, 2024 · 0 comments
Open

Consider other settings to add to BluespecSettings #2

RyanGlScott opened this issue Feb 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@RyanGlScott
Copy link
Collaborator

Currently, BluespecSettings only has a single option that can be configured:

-- | Settings used to customize the code generated.
newtype BluespecSettings = BluespecSettings
{ bluespecSettingsOutputDirectory :: FilePath
}

We may want to consider other options to add here. For example, do we want Bluespec equivalents of copilot-c99's cSettingsStepFunctionName? There are several function names that copilot-bluespec generates, and it might make sense to allow users to be able to change them.

@RyanGlScott RyanGlScott added the enhancement New feature or request label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant