Skip to content

Commit

Permalink
remove copy-pasta #768
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed Jan 7, 2024
1 parent 7992390 commit e65d297
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions src/vhdl/74LS125.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ use Std.TextIO.all;
use work.debugtools.all;
use work.cputypes.all;

-- on Pi1541 test unit:
-- ATN - purple
-- SRQ - white
-- DATA - green
-- CLK - blue

entity sim74LS125 is
port (
a : in std_logic_vector(3 downto 0);
Expand Down
6 changes: 0 additions & 6 deletions src/vhdl/74LS165.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ use Std.TextIO.all;
use work.debugtools.all;
use work.cputypes.all;

-- on Pi1541 test unit:
-- ATN - purple
-- SRQ - white
-- DATA - green
-- CLK - blue

entity sim74LS165 is
port (
q : in unsigned(7 downto 0);
Expand Down
6 changes: 0 additions & 6 deletions src/vhdl/74LS595.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ use Std.TextIO.all;
use work.debugtools.all;
use work.cputypes.all;

-- on Pi1541 test unit:
-- ATN - purple
-- SRQ - white
-- DATA - green
-- CLK - blue

entity sim74LS595 is
port (
q : out unsigned(7 downto 0);
Expand Down

0 comments on commit e65d297

Please sign in to comment.