Reduce Decode2ToMultiplyInit contraints

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

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

@ -63,7 +63,7 @@ package common is
data2: std_ulogic_vector(64 downto 0);
rc: std_ulogic;
end record;
constant Decode2ToMultiplyInit : Decode2ToMultiplyType := (valid => '0', insn_type => OP_ILLEGAL, rc => '0', others => (others => '0'));
constant Decode2ToMultiplyInit : Decode2ToMultiplyType := (valid => '0', insn_type => OP_ILLEGAL, rc => '0', others => (others => '-'));

type Decode2ToRegisterFileType is record
read1_enable : std_ulogic;

Loading…
Cancel
Save