forked from VUnit/vunit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
4 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
HDL builtins are not compiled by default. | ||
To preserve the functionality, the run script is now required to explicitly use methods | ||
:meth:`add_vhdl_builtins() <vunit.ui.VUnit.add_vhdl_builtins>` or | ||
:meth:`add_verilog_builtins() <vunit.ui.VUnit.add_verilog_builtins>`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
HDL builtins are not compiled by default. | ||
To preserve the functionality, the run script is now required to explicitly use methods | ||
:meth:`add_vhdl_builtins() <vunit.ui.VUnit.add_vhdl_builtins>` or | ||
:meth:`add_verilog_builtins() <vunit.ui.VUnit.add_verilog_builtins>`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Rename 'VHDL Libraries' to :ref:`hdl_libraries`. Add section :ref:`Guides <user_guide>`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
HDL builtins are not compiled by default. | ||
To preserve the functionality, the run script is now required to explicitly use methods | ||
:meth:`add_vhdl_builtins() <vunit.ui.VUnit.add_vhdl_builtins>` or | ||
:meth:`add_verilog_builtins() <vunit.ui.VUnit.add_verilog_builtins>`. |