diff options
| author | lonkaars <loek@pipeframe.xyz> | 2022-11-29 15:26:25 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2022-11-29 15:26:25 +0100 |
| commit | ca2fe92545dd5989a72f2e8d81aaeb778934307d (patch) | |
| tree | c7f4ed248eb14aa5f3b615dfa9971e598347ef64 /src/bin2bcd.vhd | |
| parent | dd98fe4239181753337a95d887db0d5c56e52b13 (diff) | |
rename stopp to abs8b, add comments and cleanup
Diffstat (limited to 'src/bin2bcd.vhd')
| -rw-r--r-- | src/bin2bcd.vhd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin2bcd.vhd b/src/bin2bcd.vhd index 6d7ac07..dff2f82 100644 --- a/src/bin2bcd.vhd +++ b/src/bin2bcd.vhd @@ -1,6 +1,5 @@ library ieee; use ieee.std_logic_1164.all; --- use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; use ieee.numeric_std.all; |