-
Notifications
You must be signed in to change notification settings - Fork 1
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
Major updates towards v1.3.0 #2
base: Vivado
Are you sure you want to change the base?
Conversation
…e for not implemented generate paths.
…cs, Travis. Removed RTD theme directory (submodule). Updated Sphinx configuration. Removed UVVM files.
Documentation updates See merge request GitHub/PLC2/PoC!111
Paebbels/pipeline
…UT to generic and altera implementation
} | ||
if {[DirectoryExists AXI4]} { | ||
include ./OSVVM-AXI4/AXI4.pro | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OSVVM-UART is missing, but included as a submodule.
regression.tcl
Outdated
build ../lib/osvvm/osvvm.pro | ||
build ../lib/OSVVM-Common/Common.pro | ||
build ../lib/OSVVM-AXI4/AXI4.pro | ||
build ../lib/OSVVM-UART/UART.pro |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build ../lib/osvvm/osvvm.pro | |
build ../lib/OSVVM-Common/Common.pro | |
build ../lib/OSVVM-AXI4/AXI4.pro | |
build ../lib/OSVVM-UART/UART.pro | |
build ../../lib/osvvm/OsvvmLibraries.pro |
regression.tcl
Outdated
analyze ../tb/common/my_project.vhdl | ||
analyze ../tb/common/my_config_GENERIC.vhdl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
analyze ../tb/common/my_project.vhdl | |
analyze ../tb/common/my_config_GENERIC.vhdl | |
analyze ../../tb/common/my_project.vhdl | |
analyze ../../tb/common/my_config_GENERIC.vhdl |
analyze ../tb/common/my_project.vhdl | ||
analyze ../tb/common/my_config_GENERIC.vhdl | ||
|
||
build ../src/PoC.pro |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build ../src/PoC.pro | |
build ../../src/PoC.pro |
|
||
SetSaveWaves true | ||
|
||
build ../tb/RunAllTests.pro |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build ../tb/RunAllTests.pro | |
build ../../tb/RunAllTests.pro |
348c7c6
to
003c253
Compare
New Features
config
package.ocram_sdp
.set_false_path
orset_max_delay
for synchronizers.Braking Changes
Changes
PoC.pkg
towork.pkg
.Bug Fixes
cache_tagunit_seq
whenFA_CHUNKS = 1
.sync_Bit_Xilinx
not obeying toSYNC_DEPTH
.Documentation
CC-BY-4.0
.A documentation license counter part to Apache License 2.0 for the code.
This will be checked and updated in the upcoming v1.x releases.
sphinx_rtd_theme
submodule.sphinx_rtd_theme
plus custom CSS enhancements.Tests
Setup GitHub Action Pipeline using GHDL and Sphinx #7
Related Issues and PullRequests