Skip to content

Commit

Permalink
Remove accidental duplicate "Undefined" definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanjh committed Aug 25, 2012
1 parent 492f30a commit 26310eb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ package zpu_config is
constant wordPower : integer := 5;
-- during simulation, set this to '0' to get matching trace.txt
constant DontCareValue : std_logic := 'X';
constant Undefined: std_logic := 'X';
-- Clock frequency in MHz.
constant ZPU_Frequency : std_logic_vector(7 downto 0) := x"32";
-- This is the msb address bit. bytes=2^(maxAddrBitIncIO+1)
Expand Down

0 comments on commit 26310eb

Please sign in to comment.