-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b86bca0
commit adc43bd
Showing
25 changed files
with
695 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,27 @@ | ||
Generated on 12/19/2023 11:52:52 | ||
|
||
Crash Message: | ||
|
||
Could not step query. Unexpected SQLite result: Corrupt | ||
(CodeClear.NaturalDocs.Engine.SQLite.Exceptions.UnexpectedResult) | ||
|
||
Stack Trace: | ||
|
||
at CodeClear.NaturalDocs.Engine.SQLite.Query.Step () [0x0002c] in <6c4aae649fee44548beb007d054c6a0e>:0 | ||
at CodeClear.NaturalDocs.Engine.SQLite.Connection.Execute (System.String statement, System.Object[] values) [0x0000f] in <6c4aae649fee44548beb007d054c6a0e>:0 | ||
at CodeClear.NaturalDocs.Engine.CodeDB.Manager.CreateDatabase () [0x000f6] in <6c4aae649fee44548beb007d054c6a0e>:0 | ||
at CodeClear.NaturalDocs.Engine.CodeDB.Manager.Start (CodeClear.NaturalDocs.Engine.Errors.ErrorList errors) [0x000d7] in <6c4aae649fee44548beb007d054c6a0e>:0 | ||
at CodeClear.NaturalDocs.Engine.Instance.Start (CodeClear.NaturalDocs.Engine.Errors.ErrorList errors, CodeClear.NaturalDocs.Engine.Config.ProjectConfig commandLineConfig) [0x000f8] in <6c4aae649fee44548beb007d054c6a0e>:0 | ||
at CodeClear.NaturalDocs.CLI.Application.BuildDocumentation (CodeClear.NaturalDocs.Engine.Errors.ErrorList errorList) [0x0002d] in <95ee6211a68e43a5bffc51f192461eb2>:0 | ||
at CodeClear.NaturalDocs.CLI.Application.Main (System.String[] commandLine) [0x00141] in <95ee6211a68e43a5bffc51f192461eb2>:0 | ||
|
||
Command Line: | ||
|
||
/home/v/tools/ND/NaturalDocs.exe . | ||
|
||
Versions: | ||
|
||
Natural Docs 2.3 | ||
Unix 6.2.0.39 | ||
Mono 6.8.0.105 | ||
SQLite 3.41.2 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 @@ | ||
NDContentPage.OnToolTipsLoaded({}); |
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,19 @@ | ||
<!DOCTYPE html> | ||
|
||
<html class="NDPage NDContentPage"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>SVpiVecVal</title><link rel="stylesheet" type="text/css" href="../../styles/main.css" /><script type="text/javascript" src="../../styles/main.js"></script><script type="text/javascript">NDLoader.LoadJS("Content", "../../styles/");</script></head> | ||
|
||
<!-- Generated by Natural Docs, version 2.3 --> | ||
|
||
<!-- saved from url=(0016)http://localhost --> | ||
|
||
<body onload="NDLoader.OnLoad('Content');"> | ||
|
||
<script type="text/javascript">var q = window.location.search;if (q.startsWith("?Theme=")){var t = q.slice(7);var e = t.indexOf(";");if (e != -1){ t = t.slice(0, e); }document.documentElement.classList.add(t + "Theme")}</script> | ||
|
||
<a name="Topic36"></a><div class="CTopic TClass LPython first"> | ||
<div class="CTitle">SVpiVecVal</div> | ||
<div class="NDClassPrototype HasParents" id="NDClassPrototype36"><div class="CPEntry Parent TClass"><div class="CPName"><span class="Qualifier">ctypes.</span>​Structure</div></div><div class="CPEntry TClass Current"><div class="CPName">SVpiVecVal</div></div></div> | ||
<div class="CBody"><p>A ctypes Structure representing a verilog vector aval/bval of 4-state data type,32-bit signed integer LRM 6.11 Integer data types Contains two 32-bit unsigned integers.</p><pre class="CCode">bval aval | <span class="SHNumber">4</span>-state verilog value<br />----------|----------------------<br /> <span class="SHNumber">0 0</span> | <span class="SHNumber">0</span><br /> <span class="SHNumber">0 1</span> | <span class="SHNumber">1</span><br /> <span class="SHNumber">1 0</span> | X<br /> <span class="SHNumber">1 1</span> | Z</pre></div> | ||
</div> | ||
|
||
</body></html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.