From a80df838667eb5015b83e93169c6cad197c61aa4 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 17 Nov 2021 17:22:29 +0800 Subject: .... --- computer-organization-experiment/.DS_Store | Bin 6148 -> 0 bytes computer-organization-experiment/multiplexer_1_2.vhdl | 2 +- computer-organization-experiment/multiplexer_32_2.vhdl | 2 +- computer-organization-experiment/multiplexer_8_2.vhdl | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 computer-organization-experiment/.DS_Store diff --git a/computer-organization-experiment/.DS_Store b/computer-organization-experiment/.DS_Store deleted file mode 100644 index 218d033..0000000 Binary files a/computer-organization-experiment/.DS_Store and /dev/null differ diff --git a/computer-organization-experiment/multiplexer_1_2.vhdl b/computer-organization-experiment/multiplexer_1_2.vhdl index 5f73d6a..3949e63 100644 --- a/computer-organization-experiment/multiplexer_1_2.vhdl +++ b/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/computer-organization-experiment/multiplexer_32_2.vhdl b/computer-organization-experiment/multiplexer_32_2.vhdl index 917e0e3..563874d 100644 --- a/computer-organization-experiment/multiplexer_32_2.vhdl +++ b/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/computer-organization-experiment/multiplexer_8_2.vhdl b/computer-organization-experiment/multiplexer_8_2.vhdl index 5fffbf4..d9e80f8 100644 --- a/computer-organization-experiment/multiplexer_8_2.vhdl +++ b/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; -- cgit v1.2.3