From 3b577340ad1880ab98ef92606334e078cb7c30fb Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 13 Mar 2016 16:38:55 +0000 Subject: [PATCH] Fix for br1001 - connect undriven wand/wor to 'bz in tgt-vvp. (cherry picked from commit dbaf2471f2d1713e48f887610ba27bedcc18e733) --- tgt-vvp/draw_net_input.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tgt-vvp/draw_net_input.c b/tgt-vvp/draw_net_input.c index e2f94fb20..f95eee330 100644 --- a/tgt-vvp/draw_net_input.c +++ b/tgt-vvp/draw_net_input.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001-2015 Stephen Williams (steve@icarus.com) + * Copyright (c) 2001-2016 Stephen Williams (steve@icarus.com) * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU @@ -711,6 +711,8 @@ static void draw_net_input_x(ivl_nexus_t nex, tmp += strlen(tmp); switch (res) { case IVL_SIT_TRI: + case IVL_SIT_TRIAND: + case IVL_SIT_TRIOR: case IVL_SIT_UWIRE: for (jdx = 0 ; jdx < wid ; jdx += 1) *tmp++ = 'z';