diff options
Diffstat (limited to 'works/life/computer-organization-experiment/multiplexer_8_2.vhdl')
-rw-r--r-- | works/life/computer-organization-experiment/multiplexer_8_2.vhdl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |