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,
|
||||
"newLinkFormat": "relative",
|
||||
"attachmentFolderPath": "./assets/Overview",
|
||||
"attachmentFolderPath": "./assets/Verilog",
|
||||
"showUnsupportedFiles": false,
|
||||
"newFileLocation": "current",
|
||||
"useMarkdownLinks": true,
|
||||
|
||||
12
.obsidian/workspace.json
vendored
12
.obsidian/workspace.json
vendored
@@ -13,7 +13,7 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Books/编译原理/Overview.md",
|
||||
"file": "Books/HDLBits/Verilog.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
@@ -93,7 +93,7 @@
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Books/编译原理/Overview.md",
|
||||
"file": "Books/HDLBits/Verilog.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
@@ -110,7 +110,7 @@
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Books/编译原理/Overview.md",
|
||||
"file": "Books/HDLBits/Verilog.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
@@ -133,7 +133,7 @@
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Books/编译原理/Overview.md"
|
||||
"file": "Books/HDLBits/Verilog.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -166,8 +166,10 @@
|
||||
},
|
||||
"active": "82a60b2f86acd8d6",
|
||||
"lastOpenFiles": [
|
||||
"Study/DL/吴恩达深度学习课程/Lesson 1.md",
|
||||
"Books/编译原理/Overview.md",
|
||||
"Books/HDLBits/Verilog.md",
|
||||
"Books/HDLBits",
|
||||
"Study/DL/吴恩达深度学习课程/Lesson 1.md",
|
||||
"Books/编译原理",
|
||||
"Books/未命名.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