Fix a Diamond build issue in writeback
authorAnton Blanchard <anton@linux.ibm.com>
Thu, 23 Jan 2020 00:37:24 +0000 (11:37 +1100)
committerAnton Blanchard <anton@ozlabs.org>
Thu, 23 Jan 2020 00:37:24 +0000 (11:37 +1100)
commit0de83edf2e64ff73a7145cc6c01a5a0290b0c6a8
tree786c4b0cb4fa7d5f266bc94fe9b728c20e1224e3
parent39596dc70ab744075585e6bbb130d525e2ce37a4
Fix a Diamond build issue in writeback

Diamond doesn't like the "" & method of converting std_logic to a single bit
std_logic_vector. Thanks to Olof Kindgren for this patch.

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