Skip to content

Commit

Permalink
Add vallidity-indicator to sram_bus_data_t
Browse files Browse the repository at this point in the history
This is nessesary so that the crtc can know if its
request was fulfilled.
  • Loading branch information
aleksanw committed Nov 5, 2014
1 parent f7e9761 commit 92f027b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/defines.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ package defines is

type sram_bus_data_t is
record
data_valid : std_logic;
data : std_logic_vector(15 downto 0);
end record;

Expand Down

0 comments on commit 92f027b

Please sign in to comment.