Reduce Decode2ToExecute1Init contraints

According the verific this reduces primative usage by 0% but could be
useful in future.

Signed-off-by: Michael Neuling <mikey@neuling.org>
pull/37/head
Michael Neuling 5 years ago
parent 21cf70e2ef
commit bd67d28db0

@ -52,7 +52,7 @@ package common is
input_cr: std_ulogic;
output_cr: std_ulogic;
end record;
constant Decode2ToExecute1Init : Decode2ToExecute1Type := (valid => '0', insn_type => OP_ILLEGAL, lr => '0', rc => '0', input_carry => '0', output_carry => '0', input_cr => '0', output_cr => '0', others => (others => '0'));
constant Decode2ToExecute1Init : Decode2ToExecute1Type := (valid => '0', insn_type => OP_ILLEGAL, lr => '0', rc => '0', input_carry => '0', output_carry => '0', input_cr => '0', output_cr => '0', others => (others => '-'));

type Decode2ToMultiplyType is record
valid: std_ulogic;

Loading…
Cancel
Save