Skip to content

Commit

Permalink
Update Lab3: Test Bench for 2-bit Counter.vhd
Browse files Browse the repository at this point in the history
  • Loading branch information
Steinwerfer777 authored Sep 19, 2021
1 parent e2be902 commit a8f1022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lab3: Test Bench for 2-bit Counter.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Ei <= '0' after 0 ns,
'1' after 50 ns,
'0' after 100 ns,
'1' after 120 ns,
'0' after 200ns;
'0' after 200 ns;
xi <= '1' after 0 ns,
'0' after 75 ns,
'1' after 150 ns;
Expand Down

0 comments on commit a8f1022

Please sign in to comment.