vault backup: 2023-11-30 19:02:24
This commit is contained in:
2
.obsidian/app.json
vendored
2
.obsidian/app.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"promptDelete": false,
|
"promptDelete": false,
|
||||||
"newLinkFormat": "relative",
|
"newLinkFormat": "relative",
|
||||||
"attachmentFolderPath": "./assets/Overview",
|
"attachmentFolderPath": "./assets/Verilog",
|
||||||
"showUnsupportedFiles": false,
|
"showUnsupportedFiles": false,
|
||||||
"newFileLocation": "current",
|
"newFileLocation": "current",
|
||||||
"useMarkdownLinks": true,
|
"useMarkdownLinks": true,
|
||||||
|
|||||||
12
.obsidian/workspace.json
vendored
12
.obsidian/workspace.json
vendored
@@ -13,7 +13,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Books/编译原理/Overview.md",
|
"file": "Books/HDLBits/Verilog.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
}
|
}
|
||||||
@@ -93,7 +93,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Books/编译原理/Overview.md",
|
"file": "Books/HDLBits/Verilog.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@@ -110,7 +110,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Books/编译原理/Overview.md",
|
"file": "Books/HDLBits/Verilog.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Books/编译原理/Overview.md"
|
"file": "Books/HDLBits/Verilog.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -166,8 +166,10 @@
|
|||||||
},
|
},
|
||||||
"active": "82a60b2f86acd8d6",
|
"active": "82a60b2f86acd8d6",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Study/DL/吴恩达深度学习课程/Lesson 1.md",
|
|
||||||
"Books/编译原理/Overview.md",
|
"Books/编译原理/Overview.md",
|
||||||
|
"Books/HDLBits/Verilog.md",
|
||||||
|
"Books/HDLBits",
|
||||||
|
"Study/DL/吴恩达深度学习课程/Lesson 1.md",
|
||||||
"Books/编译原理",
|
"Books/编译原理",
|
||||||
"Books/未命名.md",
|
"Books/未命名.md",
|
||||||
"Study/DL/吴恩达深度学习课程/Other.md",
|
"Study/DL/吴恩达深度学习课程/Other.md",
|
||||||
|
|||||||
3
Books/HDLBits/Verilog.md
Normal file
3
Books/HDLBits/Verilog.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
## Basics
|
||||||
|
### Wire
|
||||||
|
Wire is directional.
|
||||||
Reference in New Issue
Block a user