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

1st-CLaaS Kernel in WARP-V Configurator #115

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

Shelby-dotcom
Copy link
Collaborator

A radio button in the configurator allows the option to generate 1st-CLaaS WARP-V kernel from the configurator

Copy link

netlify bot commented Sep 9, 2024

Deploy Preview for warp-v ready!

Name Link
🔨 Latest commit 40873d0
🔍 Latest deploy log https://app.netlify.com/sites/warp-v/deploys/66e6b804d485ad00080d37bb
😎 Deploy Preview https://deploy-preview-115--warp-v.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Owner

@stevehoover stevehoover left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally looks good, but let's get the template a bit cleaner before merging.

configurator/src/components/translation/Translation.js Outdated Show resolved Hide resolved
configurator/src/components/translation/Translation.js Outdated Show resolved Hide resolved
formattingSettings = settings.formattingSettings.filter(formattingArg => formattingArg !== "--fmtNoSource")
}
let boilerplate_1st_ClaaS = `\\m5_TLV_version 1d${formattingSettings.length > 0 ? ` ${formattingSettings.join(" ")}` : ""}: tl-x.org
\\m5
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We want as much of this file as possible to be placed in a library file and included. Anything the user might want to configure should remain here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean the functions like kernel module def and random tb should be part of a library file? lines 180-221.
And what about the kernel 1,2,3 pipelines from lines 276 to 378

configurator/src/components/translation/Translation.js Outdated Show resolved Hide resolved
configurator/src/components/translation/Translation.js Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants