Skip to content

Consider other settings to add to BluespecSettings #2

Description

@RyanGlScott

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions