[otbn,dv] Add missing wiring for "bnan" instruction data

This would have exploded as soon as we executed a bn.not but
apparently I hadn't seen that yet!

Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.org>
diff --git a/hw/ip/otbn/dv/uvm/env/otbn_env_cov.sv b/hw/ip/otbn/dv/uvm/env/otbn_env_cov.sv
index 56387c8..e1262e9 100644
--- a/hw/ip/otbn/dv/uvm/env/otbn_env_cov.sv
+++ b/hw/ip/otbn/dv/uvm/env/otbn_env_cov.sv
@@ -554,6 +554,7 @@
       "bna", "bnaf": enc_bna_cg.sample(mnem, insn_data);
       "bnai": enc_bnai_cg.sample(mnem, insn_data);
       "bnam": enc_bnam_cg.sample(mnem, insn_data);
+      "bnan": enc_bnan_cg.sample(mnem, insn_data);
       "bnaq": enc_bnaq_cg.sample(mnem, insn_data);
       "bnaqw": enc_bnaqw_cg.sample(mnem, insn_data);
       "bnaqs": enc_bnaqs_cg.sample(mnem, insn_data);