Explicitly check against '1' in if statements
authorAnton Blanchard <anton@linux.ibm.com>
Wed, 11 Sep 2019 23:19:31 +0000 (09:19 +1000)
committerAnton Blanchard <anton@ozlabs.org>
Wed, 11 Sep 2019 23:19:31 +0000 (09:19 +1000)
commitb9e28598b45bc4ef351439ac5ad8588dc7895ea8
treeeb96fc06a009dd8de98b90c14d5e3fb79f9ae96e
parent8b88e26ecebe660263fe492a60ddb3205f8d7ca0
Explicitly check against '1' in if statements

nvc doesn't like what I think is a VHDL 2008 construct. Lets just
check against '1' explicitly.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
decode1.vhdl
decode2.vhdl