From 7bfc4ae12030648cd73686d3779c6d412a3c33c0 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 21 Aug 2014 12:43:51 +0200 Subject: Added Verilog/AST support for DPI functions (dpi_call() still unimplemented) --- frontends/ast/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/ast/Makefile.inc') diff --git a/frontends/ast/Makefile.inc b/frontends/ast/Makefile.inc index 993ead92..91d917c9 100644 --- a/frontends/ast/Makefile.inc +++ b/frontends/ast/Makefile.inc @@ -2,4 +2,5 @@ OBJS += frontends/ast/ast.o OBJS += frontends/ast/simplify.o OBJS += frontends/ast/genrtlil.o +OBJS += frontends/ast/dpicall.o -- cgit v1.2.1