Commentary: Changes update
This commit is contained in:
parent
1ceda731e5
commit
e2b9cadb1d
4
Changes
4
Changes
|
|
@ -13,7 +13,9 @@ Verilator 5.041 devel
|
||||||
|
|
||||||
**Other:**
|
**Other:**
|
||||||
|
|
||||||
* TBD
|
* Fix while loop hang on timing-delayed assignment (#6343) (#6354). [Krzysztof Bieganski, Antmicro Ltd.]
|
||||||
|
* Fix V3Hash MacOS ambiguity (#6350). [Lan Zongwei]
|
||||||
|
* Fix cmake APPLE variable (#6351). [Lan Zongwei]
|
||||||
|
|
||||||
|
|
||||||
Verilator 5.040 2025-08-30
|
Verilator 5.040 2025-08-30
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,6 @@ html_domain_indices = False
|
||||||
html_logo = "../_static/verilator_192_150_min.png"
|
html_logo = "../_static/verilator_192_150_min.png"
|
||||||
|
|
||||||
html_theme = 'sphinx_rtd_theme'
|
html_theme = 'sphinx_rtd_theme'
|
||||||
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
|
||||||
|
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
'logo_only': True,
|
'logo_only': True,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue