Skip to content

Commit

Permalink
Update source/SpinalHDL/Getting Started/VSCodium.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Wallner <[email protected]>
  • Loading branch information
PythonLinks and andreasWallner authored Oct 6, 2023
1 parent f5e61d8 commit 49ee447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/SpinalHDL/Getting Started/VSCodium.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ignore it (don't show again).

In the search bar, find and open ``MyTopLevel.scala``. Once it loads select Menu Bar -> Run -> Run Without Debugging. It performs
design checks and, as the checks pass, it generates the Verilog file
``MyTopLevel.v`` at the root of the workspace, in ./hw/gen/MyTopLevel.v
``MyTopLevel.v`` at the root of the workspace, in ``./hw/gen/MyTopLevel.v``

This is all you need to do to use Spinal from VSCodium!

Expand Down

0 comments on commit 49ee447

Please sign in to comment.