Skip to content

Commit

Permalink
Fix newline error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ella Schwarz authored and Ella Schwarz committed Sep 27, 2024
1 parent 669f7ae commit d030088
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/Customization/Incorporating-HLS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ To delete the generated files, run:
Creating the Verilog black box
---------------------------------------

.. Note:: This section discusses automatically running HLS within a Verilog black box.
Please consult :ref:`incorporating-verilog-blocks` for background information
on writing a Verilog black box.
.. Note:: This section discusses automatically running HLS within a Verilog black box. Please consult :ref:`incorporating-verilog-blocks` for background information on writing a Verilog black box.

We use Scala to run ``make``, which runs HLS and copies the files into :gh-file-ref:`generators/chipyard/src/main/resources/vsrc`.
Then, we add the path to each file. This code will execute during Chisel elaboration, conveniently handling
Expand Down

0 comments on commit d030088

Please sign in to comment.