From db339b8fc3b3be83420a98b7304458ee6b6d01aa Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Thu, 31 Jul 2008 20:59:20 +0100 Subject: [PATCH] Stub for UDP logic devices --- tgt-vhdl/logic.cc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tgt-vhdl/logic.cc b/tgt-vhdl/logic.cc index 4edd12bb3..458718623 100644 --- a/tgt-vhdl/logic.cc +++ b/tgt-vhdl/logic.cc @@ -93,6 +93,11 @@ static void bufif_logic(vhdl_arch *arch, ivl_net_logic_t log, bool if0) arch->add_stmt(cass); } +static void udp_logic(vhdl_arch *arch, ivl_udp_t udp) +{ + +} + static vhdl_expr *translate_logic_inputs(vhdl_scope *scope, ivl_net_logic_t log) { switch (ivl_logic_type(log)) { @@ -127,6 +132,9 @@ void draw_logic(vhdl_arch *arch, ivl_net_logic_t log) case IVL_LO_BUFIF1: bufif_logic(arch, log, false); break; + case IVL_LO_UDP: + udp_logic(arch, ivl_logic_udp(log)); + break; default: { // The output is always pin zero