From 5c34e8ae67998c53c1d4016d5b9f4c02917f0ecf Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sun, 26 Nov 2023 22:04:04 +0100 Subject: core,codec,tools: Working on c binding generation --- c++/tools/c_gen_iface.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'c++/tools/c_gen_iface.cpp') diff --git a/c++/tools/c_gen_iface.cpp b/c++/tools/c_gen_iface.cpp index 6ef2db7..996f3c3 100644 --- a/c++/tools/c_gen_iface.cpp +++ b/c++/tools/c_gen_iface.cpp @@ -1,8 +1,11 @@ #include "c_gen_iface.hpp" int main(){ + // saw::generate_array_example(); - - saw::generate_array_example(); + auto eov = saw::generate_iface_example(); + if(eov.is_error()){ + return -1; + } return 0; } -- cgit v1.2.3