aboutsummaryrefslogtreecommitdiff
path: root/works/life
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-11-17 17:22:29 +0800
committercrupest <crupest@outlook.com>2021-11-17 17:22:29 +0800
commit3c9273676b785c6ba4fc11e865851ba2319f41bf (patch)
tree874e40aac95da1d9f6c9a831b6b761cfb5ef4f06 /works/life
parent31a285b083c36a2ed8e902b0f3325b8ccfa0bb37 (diff)
downloadcrupest-3c9273676b785c6ba4fc11e865851ba2319f41bf.tar.gz
crupest-3c9273676b785c6ba4fc11e865851ba2319f41bf.tar.bz2
crupest-3c9273676b785c6ba4fc11e865851ba2319f41bf.zip
import(life): ....
Diffstat (limited to 'works/life')
-rw-r--r--works/life/computer-organization-experiment/.DS_Storebin6148 -> 0 bytes
-rw-r--r--works/life/computer-organization-experiment/multiplexer_1_2.vhdl2
-rw-r--r--works/life/computer-organization-experiment/multiplexer_32_2.vhdl2
-rw-r--r--works/life/computer-organization-experiment/multiplexer_8_2.vhdl2
4 files changed, 3 insertions, 3 deletions
diff --git a/works/life/computer-organization-experiment/.DS_Store b/works/life/computer-organization-experiment/.DS_Store
deleted file mode 100644
index 218d033..0000000
--- a/works/life/computer-organization-experiment/.DS_Store
+++ /dev/null
Binary files differ
diff --git a/works/life/computer-organization-experiment/multiplexer_1_2.vhdl b/works/life/computer-organization-experiment/multiplexer_1_2.vhdl
index 5f73d6a..3949e63 100644
--- a/works/life/computer-organization-experiment/multiplexer_1_2.vhdl
+++ b/works/life/computer-organization-experiment/multiplexer_1_2.vhdl
@@ -15,6 +15,6 @@ begin
else
Y <= A0;
end if;
- wait for 5 ns;
+ wait for 1 ps;
end process b;
end behaviour;
diff --git a/works/life/computer-organization-experiment/multiplexer_32_2.vhdl b/works/life/computer-organization-experiment/multiplexer_32_2.vhdl
index 917e0e3..563874d 100644
--- a/works/life/computer-organization-experiment/multiplexer_32_2.vhdl
+++ b/works/life/computer-organization-experiment/multiplexer_32_2.vhdl
@@ -15,6 +15,6 @@ begin
else
Y <= A0;
end if;
- wait for 5 ns;
+ wait for 1 ps;
end process b;
end behaviour;
diff --git a/works/life/computer-organization-experiment/multiplexer_8_2.vhdl b/works/life/computer-organization-experiment/multiplexer_8_2.vhdl
index 5fffbf4..d9e80f8 100644
--- a/works/life/computer-organization-experiment/multiplexer_8_2.vhdl
+++ b/works/life/computer-organization-experiment/multiplexer_8_2.vhdl
@@ -15,6 +15,6 @@ begin
else
Y <= A0;
end if;
- wait for 5 ns;
+ wait for 1 ps;
end process b;
end behaviour;