Fix for br1001 - connect undriven wand/wor to 'bz in tgt-vvp.
This commit is contained in:
parent
a5dac08a50
commit
dbaf2471f2
|
|
@ -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
|
||||
|
|
@ -712,6 +712,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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue