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

Chapter 2 bootcamp tutorials #278

Merged
merged 84 commits into from
Feb 24, 2023
Merged

Chapter 2 bootcamp tutorials #278

merged 84 commits into from
Feb 24, 2023

Conversation

quekyj
Copy link
Contributor

@quekyj quekyj commented Feb 20, 2023

Description & Motivation

Added bootcamp chapter 2. Most of the bootcamp participants would like to see the generation of the system verilog code side by side. So, need to introduce a Module earlier than before just to show them the system verilog code.

In chapter 2, it's going to be a quick touch and won't go deep into what is module yet as still some of the participants unfamiliar with SV.

Related Issue(s)

Nope

Testing

Nope.

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

Nope.

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

Nope.

doc/tutorials/Content_Page.md Outdated Show resolved Hide resolved
doc/tutorials/Chapter_2/00-Basic_Logic.md Outdated Show resolved Hide resolved
doc/tutorials/Chapter_2/00-Basic_Logic.md Outdated Show resolved Hide resolved
doc/tutorials/Chapter_2/00-Basic_Logic.md Outdated Show resolved Hide resolved
doc/tutorials/Chapter_2/00-Basic_Logic.md Outdated Show resolved Hide resolved
doc/tutorials/Chapter_2/00-Basic_Logic.md Outdated Show resolved Hide resolved
doc/tutorials/Chapter_2/00-Basic_Logic.md Outdated Show resolved Hide resolved
doc/tutorials/Chapter_2/00-Basic_Logic.md Outdated Show resolved Hide resolved
doc/tutorials/Chapter_2/00-Basic_Logic.md Outdated Show resolved Hide resolved
doc/tutorials/Chapter_2/00-Basic_Logic.md Outdated Show resolved Hide resolved
doc/tutorials/Chapter_2/00-Basic_Logic.md Outdated Show resolved Hide resolved
doc/tutorials/Content_Page.md Outdated Show resolved Hide resolved
@quekyj
Copy link
Contributor Author

quekyj commented Feb 23, 2023

@chykon how to run the markdown lint on local before push?

@chykon
Copy link
Contributor

chykon commented Feb 23, 2023

@quekyj If you are using VSCode you can

  • install extension
  • open ROHD repository
  • open Command Palette (Ctrl+Shift+P)
  • type Lint all Markdown files in the workspace with markdownlint and run the command.

The extension will show violation of the rules for documents. Most errors can be corrected automatically (RMB -> Format Document).

Otherwise, you need to install markdownlint-cli2 and use it.

Copy link
Contributor

@mkorbel1 mkorbel1 left a comment

Choose a reason for hiding this comment

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

I think this looks good, nice work!

@mkorbel1 mkorbel1 merged commit 9afbc1c into intel:main Feb 24, 2023
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.

3 participants