Feng Shi
Feng Shi
Same question
@rdaly525 Thank you for the reply, I'll try your solution and give you a feed once I get the result.
Hi @rdaly525, Now I got new errors, I think it should be the "#include" issue, should I copy these files into the folder? #include #include #include #include #include #include #include...
Hi @rdaly525, Now the errors became: ``` /Users/fengshi/Workspace/coreir/src/passes/analysis/verilog.cpp:1349:20: error: 'iterator_wrapper' is deprecated: Since 3.1.0; use items() [-Werror,-Wdeprecated-declarations] json::iterator_wrapper(inline_verilog["connect_references"])) { ^ /Users/fengshi/Workspace/coreir/src/../include/coreir/ir/json.h:21273:5: note: 'iterator_wrapper' has been explicitly marked deprecated here JSON_HEDLEY_DEPRECATED_FOR(3.1.0,...
Thanks, I'll try later, and thank you for this very useful project.
Hi @rdaly525, The good news is that the compilation and installation passed without any issue now. The bad news is that the test code is still not working properly, the...
Hi @rdaly525, Here's what I got from testing, is it fine even without passing these tests? I tried magma with coreir seems there's no problem on Macbook Air M1. ```shell...
Hi, I have a similar question, I am trying to prune the CNN models in OpenPose, and their CNNs are trained by COCO, it seems there's no bgr.binaryproto provided by...
Hi @edwardcwang Thank you for the reply. The issue is still not solved and keep coming with the newest revision: The following cell downloads the dependencies needed for Chisel. You...