Stub for UDP logic devices

This commit is contained in:
Nick Gasson 2008-07-31 20:59:20 +01:00
parent baa2363e85
commit db339b8fc3
1 changed files with 8 additions and 0 deletions

View File

@ -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