I have a C# model that takes C source input, parses using String.Split and models execution via micro code.
My plan is to use the Syntax Tree after compiling the C code rather than String.Split(); The advantages are: 1) Complete C(C#) compilation. 2) Minimized number of cycles to execute. 3) Scalable size. 4) One time HDL compilation/chip build. 5) Programmed via loading memory. 6) Small size allows dedicated function w/o OS,CPU, Cache, or external memory. -- View this message in context: http://mono.1490590.n4.nabble.com/Execution-of-C-source-on-an-FPGA-ASIC-tp4669138.html Sent from the Mono - Dev mailing list archive at Nabble.com. _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.dot.net/mailman/listinfo/mono-devel-list
