├── .gitignore ├── CHANGES.md ├── KNOWN-BUGS.md ├── LICENSE ├── Makefile ├── README.md ├── VERSION ├── compiler ├── Makefile ├── _tags ├── absint.ml ├── arrays.ml ├── builtins.ml ├── cal.ml ├── caphc.ml ├── caphc.mllib ├── const.ml ├── dif.ml ├── diff │ ├── Makefile │ ├── location.ml.diff │ ├── location.ml.org │ ├── location.mli.diff │ ├── location.mli.org │ ├── log │ ├── parsing.ml.org │ ├── parsing.mli.org │ ├── parsing_m.ml.diff │ └── parsing_m.mli.diff ├── dot.ml ├── dsval.ml ├── dynamic.ml ├── error.ml ├── expr.ml ├── filepat.ml ├── foreign.ml ├── fsm.ml ├── genmake.ml ├── graph.ml ├── interm.ml ├── io.ml ├── itbl.ml ├── lexer.mll ├── location.ml ├── location.mli ├── logfile.ml ├── macro.ml ├── mangling.ml ├── misc.ml ├── moc.ml ├── options.ml ├── options_spec.txt ├── par_aux.ml ├── parser.mly ├── parsing_m.ml ├── parsing_m.mli ├── ports.ml ├── pr_type.ml ├── process.ml ├── sdf.ml ├── socket.ml ├── ssval.ml ├── static.ml ├── streams.ml ├── syntax.ml ├── systemc.ml ├── trace.ml ├── types.ml ├── typing.ml ├── varname.ml ├── vhdl.ml ├── vhdl_annot.ml └── xdf.ml ├── configure ├── dist ├── Readme ├── macos │ ├── INSTALL │ └── caph.ini ├── source │ ├── INSTALL │ └── Makefile └── windows │ ├── CaphSetup.iss │ ├── FIRST.TXT │ ├── icons │ ├── caph.bmp │ ├── caph.ico │ ├── caph_small.bmp │ ├── caphun.ico │ └── pofdigdfmcagihbc.png │ ├── setup_projects.cmd │ ├── windows-install-guide.pages │ ├── Data │ │ ├── examplesdir-small.jpg │ │ ├── examplesdir.jpg │ │ ├── finish-small.jpg │ │ ├── finish.jpg │ │ ├── installdir-small.jpg │ │ ├── installdir.jpg │ │ ├── installer.jpg │ │ ├── licence-small.jpg │ │ ├── licence.jpg │ │ ├── readytoinstall-small.jpg │ │ ├── readytoinstall.jpg │ │ ├── shortcut-small.jpg │ │ ├── shortcut.jpg │ │ ├── viewers-small.jpg │ │ └── viewers.jpg │ ├── Index.zip │ ├── Metadata │ │ ├── BuildVersionHistory.plist │ │ ├── DocumentIdentifier │ │ └── Properties.plist │ ├── preview-micro.jpg │ ├── preview-web.jpg │ └── preview.jpg │ └── windows-install-guide.pdf ├── doc ├── Makefile ├── Makefile.dist ├── lrm │ ├── Makefile │ ├── abssyn.tex │ ├── app_postfile.tex │ ├── bcprules.sty │ ├── bnf.sty │ ├── caph-lrm.bbl │ ├── caph-lrm.blg │ ├── caph-lrm.tex │ ├── doafter.sty │ ├── dynamic.tex │ ├── fifoif.tex │ ├── figs │ │ ├── act-class-ex.pdf │ │ ├── actornet.pdf │ │ ├── addinc.pdf │ │ ├── addinc2.pdf │ │ ├── biggernet.pdf │ │ ├── box-fsm.pdf │ │ ├── caph-icon.pdf │ │ ├── caph-logo.pdf │ │ ├── chain-ex.pdf │ │ ├── closednet.pdf │ │ ├── datarepr.pdf │ │ ├── datarepresentation.pdf │ │ ├── diamond.eps │ │ ├── diamond.pdf │ │ ├── diamonds.eps │ │ ├── diamonds.pdf │ │ ├── fifo-sizes-comp.pdf │ │ ├── fir1n-ex.pdf │ │ ├── foldl-ex1.pdf │ │ ├── foldt-ex.pdf │ │ ├── fouractors.pdf │ │ ├── grad-net.pdf │ │ ├── grad-net2.pdf │ │ ├── inc2f.pdf │ │ ├── languagestruct.pdf │ │ ├── lena128-grad.pdf │ │ ├── lena128.pdf │ │ ├── map-ex0.pdf │ │ ├── map-ex1.pdf │ │ ├── map-ex2.pdf │ │ ├── map-ex3.pdf │ │ ├── map2-ex1.pdf │ │ ├── mapi-ex1.pdf │ │ ├── mergeactor.pdf │ │ ├── napp-ex1.pdf │ │ ├── napp-ex2.pdf │ │ ├── nappi-ex1.pdf │ │ ├── networkfour.pdf │ │ ├── pipe-ex.pdf │ │ ├── rec1.pdf │ │ ├── rec2.pdf │ │ ├── sample-act-fsm.pdf │ │ ├── sample2-act.pdf │ │ ├── sample4-act.pdf │ │ ├── sdf-fifosizes-ex.pdf │ │ ├── select-dpn.pdf │ │ ├── smallnet.pdf │ │ ├── smallnet1.pdf │ │ ├── smallnet2.pdf │ │ ├── suml-act-fsm.pdf │ │ ├── suml-fsm.pdf │ │ ├── suml-rec.pdf │ │ ├── switch-act-fsm.pdf │ │ ├── switch-ex.pdf │ │ ├── toolset.pdf │ │ ├── twice.pdf │ │ └── types.pdf │ ├── foreign.tex │ ├── interm.tex │ ├── introduction.tex │ ├── moc.tex │ ├── options.tex │ ├── overview.tex │ ├── prelude.tex │ ├── semabbrev.sty │ ├── spverbatim.sty │ ├── static.tex │ ├── syntax.sty │ ├── syntax.tex │ ├── typing.tex │ ├── using.tex │ └── variants.tex └── primer │ ├── Makefile │ ├── biblio.bbl │ ├── caph-primer.tex │ ├── cl-basic.tex │ ├── cl-images.tex │ ├── cl-intro.tex │ ├── cl-ip.tex │ ├── figs │ ├── caph-logo.pdf │ ├── cconv.pdf │ ├── conv-a.pdf │ ├── conv-b.pdf │ ├── dx_act.pdf │ ├── dy_act.pdf │ ├── grad-dot.pdf │ ├── ide │ │ ├── config.pdf │ │ ├── create-project.pdf │ │ ├── first-program.pdf │ │ ├── main-window-empty.pdf │ │ ├── main-window.pdf │ │ ├── make-dot.pdf │ │ ├── make-sim.pdf │ │ ├── make-systemc.pdf │ │ ├── make-vhdl.pdf │ │ ├── opened-project.pdf │ │ ├── opening-project.pdf │ │ ├── options-sysc.pdf │ │ ├── options.pdf │ │ ├── project-main-done.pdf │ │ ├── project-main.pdf │ │ ├── project-make.pdf │ │ └── write-sample.pdf │ ├── img4.pdf │ ├── inv-dot.pdf │ ├── inv-result.pdf │ ├── lena128.pdf │ ├── networkfour.pdf │ ├── pcb-res.pdf │ ├── pcb.pdf │ ├── simple-dot.pdf │ ├── simple-quartus-1.pdf │ ├── simple-quartus-2.pdf │ ├── simple-quartus-3.pdf │ ├── simple-quartus-4.pdf │ ├── simple-quartus-5.pdf │ ├── simple-quartus-6.pdf │ ├── simple-quartus-7.pdf │ ├── simple-waves.pdf │ ├── sobel-dot.pdf │ ├── sobel-full.pdf │ ├── sobel-quartus-1.pdf │ ├── sobel-quartus-2.pdf │ ├── sobel-quartus-3.pdf │ └── toolset.pdf │ ├── ide-basic.tex │ ├── ide-intro.tex │ ├── ide-options.tex │ ├── ide-project.tex │ ├── intro.tex │ ├── lang-basic.tex │ ├── lang-images.tex │ ├── lang-intro.tex │ └── lang-ip.tex ├── etc ├── Makefile ├── do_test ├── mk_caphy_proj └── searchpath ├── examples ├── Makefile ├── build_dir ├── do_test ├── imgs │ ├── feep.pgm │ ├── lena128.pgm │ ├── lena256.pgm │ ├── lena64.pgm │ └── pcb.pgm └── working │ ├── Compute_mocs │ ├── Makefile │ ├── Readme │ ├── apps │ ├── binimg │ │ ├── lena64.pgm │ │ ├── main.cph │ │ ├── main.procs │ │ └── main.proj │ ├── blob │ │ ├── main.cph │ │ ├── main.proj │ │ ├── sample.pgm │ │ └── sample.txt │ ├── dx_v1 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── dx_v2 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── dy │ │ ├── img0.txt │ │ ├── img1.txt │ │ ├── img2.txt │ │ ├── img3.txt │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── grad │ │ ├── lena64.pgm │ │ ├── main.cph │ │ ├── main.procs │ │ └── main.proj │ ├── histo │ │ ├── main.cph │ │ ├── main.proj │ │ ├── main_tb.sav │ │ └── sample.txt │ ├── histo2d │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── histof │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── histol │ │ ├── main.cph │ │ ├── main.proj │ │ ├── main_tb.sav │ │ └── sample.txt │ ├── hproj │ │ ├── img.pgm │ │ ├── img.txt │ │ ├── main.cph │ │ └── main.proj │ ├── median13 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── rl │ │ ├── main.cph │ │ ├── main.proj │ │ ├── rl_type.cph │ │ └── sample.txt │ ├── rld │ │ ├── main.cph │ │ ├── main.proj │ │ ├── rl_type.cph │ │ ├── rld.cph │ │ └── sample.txt │ ├── rle │ │ ├── main.cph │ │ ├── main.proj │ │ ├── rl_type.cph │ │ ├── rle.cph │ │ └── sample.txt │ ├── transpose │ │ ├── main.cph │ │ ├── main.proj │ │ ├── main_tb.sav │ │ └── sample.txt │ └── vproj │ │ ├── main.cph │ │ ├── main.proj │ │ ├── sample.pgm │ │ └── sample.txt │ ├── basic │ ├── bitop │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── cmp │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── cmps │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── globals │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── let │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── lut1 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── lut2 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── lut3 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── lut4 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── mux │ │ ├── main.cph │ │ ├── main.proj │ │ ├── sample1.txt │ │ ├── sample2.txt │ │ └── sample3.txt │ ├── scale │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── scale2 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── simple │ │ ├── Readme │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── thr1 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ └── thr2 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── cal │ └── suml │ │ ├── main.cph │ │ ├── main.proj │ │ ├── main_tb.sav │ │ └── sample.txt │ ├── conv │ ├── conv13_v1 │ │ ├── main.cph │ │ ├── main.proj │ │ ├── sample1.txt │ │ └── sample2.txt │ ├── conv13_v2 │ │ ├── main.cph │ │ ├── main.proj │ │ ├── sample1.txt │ │ └── sample2.txt │ ├── conv33_v1 │ │ ├── lena64.pgm │ │ ├── main.cph │ │ ├── main.procs │ │ ├── main.proj │ │ └── sample.txt │ ├── conv33_v2 │ │ ├── lena128.pgm │ │ ├── lena128.txt │ │ ├── lena64.pgm │ │ ├── main.cph │ │ ├── main.procs │ │ └── main.proj │ ├── conv33_v3 │ │ ├── lena128.pgm │ │ ├── main.cph │ │ ├── main.procs │ │ ├── main.proj │ │ └── main.rules │ ├── conv_bank │ │ ├── lena64.pgm │ │ ├── lena64.txt │ │ ├── main.cph │ │ └── main.proj │ ├── mkconv1 │ │ ├── lena128.pgm │ │ ├── main.cph │ │ ├── main.procs │ │ ├── main.proj │ │ └── main.rules │ └── mkconv2 │ │ ├── lena128.pgm │ │ ├── main.cph │ │ ├── main.procs │ │ └── main.proj │ ├── dpn │ ├── ex1-4 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── ex1-8 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ └── ex3-5 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── fir │ ├── fir12 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── fir13 │ │ ├── main.cph │ │ ├── main.proj │ │ ├── main_tb.sav │ │ └── sample.txt │ ├── fir1n │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── fir22 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ └── fir33sep │ │ ├── main.cph │ │ ├── main.proj │ │ ├── misc.cph │ │ ├── sample.txt │ │ ├── xfir13_mono.cph │ │ ├── xfir13_multi.cph │ │ ├── xfir31_mono.cph │ │ └── xfir31_multi.cph │ ├── float │ ├── fscale │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ └── heron │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── ho │ ├── binimg │ │ ├── lena64.pgm │ │ ├── lena64.txt │ │ ├── main.cph │ │ └── main.proj │ ├── fmap │ │ ├── main.cph │ │ ├── main.proj │ │ ├── sample1.txt │ │ └── sample2.txt │ ├── foldn │ │ ├── main.cph │ │ ├── main.proj │ │ ├── sample1.txt │ │ └── sample2.txt │ ├── grad │ │ ├── lena128.pgm │ │ ├── lena128.txt │ │ ├── lena64.pgm │ │ ├── lena64.txt │ │ ├── main.cph │ │ └── main.proj │ ├── sfold │ │ ├── main.cph │ │ ├── main.proj │ │ ├── sample1.txt │ │ └── sample2.txt │ ├── smap │ │ ├── main.cph │ │ ├── main.proj │ │ ├── sample1.txt │ │ └── sample2.txt │ ├── smap2 │ │ ├── main.cph │ │ ├── main.proj │ │ ├── sample11.txt │ │ └── sample12.txt │ └── ssfold │ │ ├── img.pgm │ │ ├── img.txt │ │ ├── main.cph │ │ └── main.proj │ ├── io │ ├── fglob1 │ │ ├── Readme │ │ ├── main.cph │ │ ├── main.proj │ │ ├── main.rules │ │ ├── sample_1.txt │ │ └── sample_2.txt │ ├── fglob2 │ │ ├── Readme │ │ ├── im-1.pgm │ │ ├── im-2.pgm │ │ ├── im-3.pgm │ │ ├── im-4.pgm │ │ ├── main.cph │ │ └── main.proj │ └── portio │ │ ├── Readme │ │ ├── factors.txt │ │ ├── main.cph │ │ ├── main.proj │ │ ├── main.rules │ │ ├── main_tb.sav │ │ └── sample.txt │ ├── misc │ ├── bigfifo │ │ ├── lena64.pgm │ │ ├── main.cph │ │ ├── main.procs │ │ └── main.proj │ ├── ccond │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── fact │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── factrec │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── foreign │ │ ├── extra │ │ │ ├── extfns.cpp │ │ │ ├── extfns.h │ │ │ ├── extfns.ml │ │ │ └── extfns.vhd │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── implemented │ │ ├── extra │ │ │ └── my_div.vhd │ │ ├── main.cph │ │ ├── main.proj │ │ ├── main_tb.sav │ │ ├── sample1.txt │ │ └── sample2.txt │ ├── ioless │ │ ├── main.cph │ │ └── main.proj │ ├── ioless2 │ │ ├── extra │ │ │ ├── read_data.cpp │ │ │ ├── read_data.h │ │ │ ├── write_result.cpp │ │ │ └── write_result.h │ │ ├── main.cph │ │ └── main.proj │ ├── macro │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── mhume │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── sample │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── suml │ │ ├── main.cph │ │ ├── main.proj │ │ ├── main_tb.sav │ │ └── sample.txt │ ├── sumlrec │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── sumn │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ └── thrd │ │ ├── main.cph │ │ ├── main.proj │ │ ├── sample1.txt │ │ └── sample2.txt │ ├── moc │ ├── mocs │ │ ├── main.cph │ │ ├── main.proj │ │ ├── sample.txt │ │ ├── sample1.txt │ │ └── sample2.txt │ └── sdfsz │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── network │ ├── chain │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── compose1 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── compose2 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── cond │ │ ├── main.cph │ │ ├── main.proj │ │ ├── main_tb.sav │ │ └── sample.txt │ ├── diamond │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── diamonds │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── filter_bank │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── foldl │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── foldli │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── foldmap │ │ ├── main.cph │ │ ├── main.proj │ │ ├── main.rules │ │ ├── sample.txt │ │ └── z.txt │ ├── foldt │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── map2 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── map2i │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── map_1 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── map_2 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── map_3 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── mapi │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── msfl33 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── mutrec │ │ ├── main.cph │ │ ├── main.proj │ │ ├── sample1.txt │ │ └── sample2.txt │ ├── napp1 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── napp2 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── nappi │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── pipe │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── scm │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── scm2 │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ └── while │ │ ├── main.cph │ │ ├── main.proj │ │ └── sample.txt │ ├── primer │ ├── invimg │ │ ├── lena128.pgm │ │ ├── main.cph │ │ ├── main.procs │ │ └── main.proj │ ├── simple │ │ ├── main.cph │ │ ├── main.proj │ │ ├── sample.txt │ │ └── simple_tb.sav │ ├── sobel │ │ ├── main.cph │ │ ├── main.procs │ │ ├── main.proj │ │ └── pcb.pgm │ └── sobel2 │ │ ├── main.cph │ │ ├── main.procs │ │ ├── main.proj │ │ ├── main.rules │ │ └── pcb.pgm │ └── typing │ ├── generics1 │ ├── main.cph │ ├── main.proj │ └── sample.txt │ ├── generics2 │ ├── main.cph │ ├── main.proj │ ├── sample1.txt │ └── sample2.txt │ ├── gensz │ ├── main.cph │ ├── main.proj │ ├── sample1.txt │ └── sample2.txt │ ├── gfmux │ ├── main.cph │ ├── main.proj │ ├── sample1.txt │ ├── sample11.txt │ ├── sample12.txt │ ├── sample2.txt │ ├── sample21.txt │ ├── sample22.txt │ └── sample3.txt │ ├── mixedarithm1 │ ├── main.cph │ ├── main.proj │ ├── sample1.txt │ └── sample2.txt │ ├── mixedarithm2 │ ├── main.cph │ ├── main.proj │ ├── sample1.txt │ ├── sample11.txt │ ├── sample12.txt │ ├── sample2.txt │ ├── sample21.txt │ └── sample22.txt │ ├── mixedarithm3 │ ├── main.cph │ ├── main.proj │ ├── sample11.txt │ └── sample12.txt │ ├── option │ ├── main.cph │ ├── main.proj │ └── sample1.txt │ ├── ovfl │ ├── main.cph │ ├── main.proj │ └── sample.txt │ ├── resize │ ├── main.cph │ ├── main.proj │ ├── sample1.txt │ └── sample2.txt │ ├── tydecl1 │ ├── main.cph │ ├── main.proj │ ├── sample1.txt │ └── sample2.txt │ └── tydecl2 │ ├── main.cph │ ├── main.proj │ ├── sample1.txt │ └── sample2.txt ├── gui ├── Info.plist ├── Readme ├── app_file.h ├── caph.pro ├── command.cpp ├── command.h ├── config.cpp ├── config.h ├── img │ ├── closefile.png │ ├── closeproject.png │ ├── coller.png │ ├── color.png │ ├── compile.png │ ├── compileSystemC.png │ ├── compileVHDL.png │ ├── compileXDF.png │ ├── compilegraph.png │ ├── copier.png │ ├── couper.png │ ├── exit.png │ ├── icon.graffle │ ├── icon.png │ ├── new.png │ ├── open.png │ ├── preferences.png │ ├── preferencescompil.png │ ├── save.png │ ├── saveall.png │ ├── select_all.png │ └── simu.png ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h ├── optdesc │ └── options_spec.txt ├── option.cpp ├── option.h ├── options.cpp ├── options.h ├── project.cpp ├── project.h ├── project_window.cpp ├── project_window.h ├── resources.qrc ├── syntax_highlighter.cpp ├── syntax_highlighter.h └── uis │ ├── config.ui │ ├── mainwindow.ui │ └── projet.ui ├── lib ├── Makefile ├── c │ ├── Makefile │ ├── README │ ├── tyconv.c │ └── tyconv.h ├── caph │ ├── Makefile │ ├── README │ ├── convol.cph │ ├── dc.cph │ ├── img_ops.cph │ ├── imgops.cph │ ├── list_ops.cph │ ├── listops.cph │ ├── neigh.cph │ ├── stream_ops.cph │ └── streamops.cph ├── etc │ ├── Makefile │ └── Makefile.core ├── systemc │ ├── Makefile │ ├── README │ ├── array_io.h │ ├── buffer_in.h │ ├── buffer_out.h │ ├── fifo.h │ ├── fifo_ifs.h │ ├── io_event.h │ ├── port_in.h │ ├── port_out.h │ ├── sc_int_io.h │ ├── split.h │ ├── stream_dc_in.h │ ├── stream_dc_out.h │ ├── stream_in.h │ ├── stream_out.h │ └── variants.h └── vhdl │ ├── Makefile │ ├── README │ ├── caph.vhd │ ├── caph_fp.vhd │ ├── cstream_in.vhd │ ├── cstream_out.vhd │ ├── data_types.vhd │ ├── fifo.vhd │ ├── port_buffer.vhd │ ├── port_in.vhd │ ├── port_out.vhd │ ├── stream_in.vhd │ ├── stream_in_mult.vhd │ ├── stream_out.vhd │ └── stream_out_mult.vhd ├── man ├── Makefile ├── Makefile.dist ├── bin2pgm.pod ├── bin2txt.pod ├── caphmake.pod ├── mkconv.pod ├── mkdcimg.pod ├── pgm2bin.pod ├── pgm2txt.pod ├── txt2bin.pod └── txt2pgm.pod └── tools ├── Makefile ├── README ├── _tags ├── bin2pgm.c ├── bin2txt.c ├── caphmake.ml ├── compiler ├── dc.c ├── dc.h ├── fmt.c ├── fmt.h ├── mkconv.ml ├── mkdcimg.c ├── mkproject.ml ├── pgm2bin.c ├── pgm2txt.c ├── txt2bin.c └── txt2pgm.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/CHANGES.md -------------------------------------------------------------------------------- /KNOWN-BUGS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/KNOWN-BUGS.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/README.md -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | VERSION=2.9.1beta 2 | -------------------------------------------------------------------------------- /compiler/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/Makefile -------------------------------------------------------------------------------- /compiler/_tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/_tags -------------------------------------------------------------------------------- /compiler/absint.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/absint.ml -------------------------------------------------------------------------------- /compiler/arrays.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/arrays.ml -------------------------------------------------------------------------------- /compiler/builtins.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/builtins.ml -------------------------------------------------------------------------------- /compiler/cal.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/cal.ml -------------------------------------------------------------------------------- /compiler/caphc.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/caphc.ml -------------------------------------------------------------------------------- /compiler/caphc.mllib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/caphc.mllib -------------------------------------------------------------------------------- /compiler/const.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/const.ml -------------------------------------------------------------------------------- /compiler/dif.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/dif.ml -------------------------------------------------------------------------------- /compiler/diff/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/diff/Makefile -------------------------------------------------------------------------------- /compiler/diff/location.ml.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/diff/location.ml.diff -------------------------------------------------------------------------------- /compiler/diff/location.ml.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/diff/location.ml.org -------------------------------------------------------------------------------- /compiler/diff/location.mli.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/diff/location.mli.diff -------------------------------------------------------------------------------- /compiler/diff/location.mli.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/diff/location.mli.org -------------------------------------------------------------------------------- /compiler/diff/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/diff/log -------------------------------------------------------------------------------- /compiler/diff/parsing.ml.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/diff/parsing.ml.org -------------------------------------------------------------------------------- /compiler/diff/parsing.mli.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/diff/parsing.mli.org -------------------------------------------------------------------------------- /compiler/diff/parsing_m.ml.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/diff/parsing_m.ml.diff -------------------------------------------------------------------------------- /compiler/diff/parsing_m.mli.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/diff/parsing_m.mli.diff -------------------------------------------------------------------------------- /compiler/dot.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/dot.ml -------------------------------------------------------------------------------- /compiler/dsval.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/dsval.ml -------------------------------------------------------------------------------- /compiler/dynamic.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/dynamic.ml -------------------------------------------------------------------------------- /compiler/error.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/error.ml -------------------------------------------------------------------------------- /compiler/expr.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/expr.ml -------------------------------------------------------------------------------- /compiler/filepat.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/filepat.ml -------------------------------------------------------------------------------- /compiler/foreign.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/foreign.ml -------------------------------------------------------------------------------- /compiler/fsm.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/fsm.ml -------------------------------------------------------------------------------- /compiler/genmake.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/genmake.ml -------------------------------------------------------------------------------- /compiler/graph.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/graph.ml -------------------------------------------------------------------------------- /compiler/interm.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/interm.ml -------------------------------------------------------------------------------- /compiler/io.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/io.ml -------------------------------------------------------------------------------- /compiler/itbl.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/itbl.ml -------------------------------------------------------------------------------- /compiler/lexer.mll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/lexer.mll -------------------------------------------------------------------------------- /compiler/location.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/location.ml -------------------------------------------------------------------------------- /compiler/location.mli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/location.mli -------------------------------------------------------------------------------- /compiler/logfile.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/logfile.ml -------------------------------------------------------------------------------- /compiler/macro.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/macro.ml -------------------------------------------------------------------------------- /compiler/mangling.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/mangling.ml -------------------------------------------------------------------------------- /compiler/misc.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/misc.ml -------------------------------------------------------------------------------- /compiler/moc.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/moc.ml -------------------------------------------------------------------------------- /compiler/options.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/options.ml -------------------------------------------------------------------------------- /compiler/options_spec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/options_spec.txt -------------------------------------------------------------------------------- /compiler/par_aux.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/par_aux.ml -------------------------------------------------------------------------------- /compiler/parser.mly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/parser.mly -------------------------------------------------------------------------------- /compiler/parsing_m.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/parsing_m.ml -------------------------------------------------------------------------------- /compiler/parsing_m.mli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/parsing_m.mli -------------------------------------------------------------------------------- /compiler/ports.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/ports.ml -------------------------------------------------------------------------------- /compiler/pr_type.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/pr_type.ml -------------------------------------------------------------------------------- /compiler/process.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/process.ml -------------------------------------------------------------------------------- /compiler/sdf.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/sdf.ml -------------------------------------------------------------------------------- /compiler/socket.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/socket.ml -------------------------------------------------------------------------------- /compiler/ssval.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/ssval.ml -------------------------------------------------------------------------------- /compiler/static.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/static.ml -------------------------------------------------------------------------------- /compiler/streams.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/streams.ml -------------------------------------------------------------------------------- /compiler/syntax.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/syntax.ml -------------------------------------------------------------------------------- /compiler/systemc.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/systemc.ml -------------------------------------------------------------------------------- /compiler/trace.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/trace.ml -------------------------------------------------------------------------------- /compiler/types.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/types.ml -------------------------------------------------------------------------------- /compiler/typing.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/typing.ml -------------------------------------------------------------------------------- /compiler/varname.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/varname.ml -------------------------------------------------------------------------------- /compiler/vhdl.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/vhdl.ml -------------------------------------------------------------------------------- /compiler/vhdl_annot.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/vhdl_annot.ml -------------------------------------------------------------------------------- /compiler/xdf.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/compiler/xdf.ml -------------------------------------------------------------------------------- /configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/configure -------------------------------------------------------------------------------- /dist/Readme: -------------------------------------------------------------------------------- 1 | Platform-specific files 2 | -------------------------------------------------------------------------------- /dist/macos/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/macos/INSTALL -------------------------------------------------------------------------------- /dist/macos/caph.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/macos/caph.ini -------------------------------------------------------------------------------- /dist/source/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/source/INSTALL -------------------------------------------------------------------------------- /dist/source/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/source/Makefile -------------------------------------------------------------------------------- /dist/windows/CaphSetup.iss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/CaphSetup.iss -------------------------------------------------------------------------------- /dist/windows/FIRST.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/FIRST.TXT -------------------------------------------------------------------------------- /dist/windows/icons/caph.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/icons/caph.bmp -------------------------------------------------------------------------------- /dist/windows/icons/caph.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/icons/caph.ico -------------------------------------------------------------------------------- /dist/windows/icons/caph_small.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/icons/caph_small.bmp -------------------------------------------------------------------------------- /dist/windows/icons/caphun.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/icons/caphun.ico -------------------------------------------------------------------------------- /dist/windows/icons/pofdigdfmcagihbc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/icons/pofdigdfmcagihbc.png -------------------------------------------------------------------------------- /dist/windows/setup_projects.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/setup_projects.cmd -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/Data/examplesdir-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/Data/examplesdir-small.jpg -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/Data/examplesdir.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/Data/examplesdir.jpg -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/Data/finish-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/Data/finish-small.jpg -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/Data/finish.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/Data/finish.jpg -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/Data/installdir-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/Data/installdir-small.jpg -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/Data/installdir.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/Data/installdir.jpg -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/Data/installer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/Data/installer.jpg -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/Data/licence-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/Data/licence-small.jpg -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/Data/licence.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/Data/licence.jpg -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/Data/readytoinstall-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/Data/readytoinstall-small.jpg -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/Data/readytoinstall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/Data/readytoinstall.jpg -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/Data/shortcut-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/Data/shortcut-small.jpg -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/Data/shortcut.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/Data/shortcut.jpg -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/Data/viewers-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/Data/viewers-small.jpg -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/Data/viewers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/Data/viewers.jpg -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/Index.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/Index.zip -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/Metadata/BuildVersionHistory.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/Metadata/BuildVersionHistory.plist -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/Metadata/DocumentIdentifier: -------------------------------------------------------------------------------- 1 | 02140BE4-48AA-4BE0-9230-4C0401833335 -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/Metadata/Properties.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/Metadata/Properties.plist -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/preview-micro.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/preview-micro.jpg -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/preview-web.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/preview-web.jpg -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pages/preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pages/preview.jpg -------------------------------------------------------------------------------- /dist/windows/windows-install-guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/dist/windows/windows-install-guide.pdf -------------------------------------------------------------------------------- /doc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/Makefile -------------------------------------------------------------------------------- /doc/Makefile.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/Makefile.dist -------------------------------------------------------------------------------- /doc/lrm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/Makefile -------------------------------------------------------------------------------- /doc/lrm/abssyn.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/abssyn.tex -------------------------------------------------------------------------------- /doc/lrm/app_postfile.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/app_postfile.tex -------------------------------------------------------------------------------- /doc/lrm/bcprules.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/bcprules.sty -------------------------------------------------------------------------------- /doc/lrm/bnf.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/bnf.sty -------------------------------------------------------------------------------- /doc/lrm/caph-lrm.bbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/caph-lrm.bbl -------------------------------------------------------------------------------- /doc/lrm/caph-lrm.blg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/caph-lrm.blg -------------------------------------------------------------------------------- /doc/lrm/caph-lrm.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/caph-lrm.tex -------------------------------------------------------------------------------- /doc/lrm/doafter.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/doafter.sty -------------------------------------------------------------------------------- /doc/lrm/dynamic.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/dynamic.tex -------------------------------------------------------------------------------- /doc/lrm/fifoif.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/fifoif.tex -------------------------------------------------------------------------------- /doc/lrm/figs/act-class-ex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/act-class-ex.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/actornet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/actornet.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/addinc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/addinc.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/addinc2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/addinc2.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/biggernet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/biggernet.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/box-fsm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/box-fsm.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/caph-icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/caph-icon.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/caph-logo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/caph-logo.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/chain-ex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/chain-ex.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/closednet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/closednet.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/datarepr.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/datarepr.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/datarepresentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/datarepresentation.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/diamond.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/diamond.eps -------------------------------------------------------------------------------- /doc/lrm/figs/diamond.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/diamond.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/diamonds.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/diamonds.eps -------------------------------------------------------------------------------- /doc/lrm/figs/diamonds.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/diamonds.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/fifo-sizes-comp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/fifo-sizes-comp.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/fir1n-ex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/fir1n-ex.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/foldl-ex1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/foldl-ex1.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/foldt-ex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/foldt-ex.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/fouractors.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/fouractors.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/grad-net.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/grad-net.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/grad-net2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/grad-net2.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/inc2f.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/inc2f.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/languagestruct.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/languagestruct.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/lena128-grad.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/lena128-grad.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/lena128.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/lena128.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/map-ex0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/map-ex0.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/map-ex1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/map-ex1.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/map-ex2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/map-ex2.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/map-ex3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/map-ex3.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/map2-ex1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/map2-ex1.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/mapi-ex1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/mapi-ex1.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/mergeactor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/mergeactor.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/napp-ex1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/napp-ex1.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/napp-ex2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/napp-ex2.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/nappi-ex1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/nappi-ex1.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/networkfour.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/networkfour.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/pipe-ex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/pipe-ex.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/rec1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/rec1.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/rec2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/rec2.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/sample-act-fsm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/sample-act-fsm.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/sample2-act.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/sample2-act.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/sample4-act.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/sample4-act.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/sdf-fifosizes-ex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/sdf-fifosizes-ex.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/select-dpn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/select-dpn.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/smallnet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/smallnet.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/smallnet1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/smallnet1.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/smallnet2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/smallnet2.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/suml-act-fsm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/suml-act-fsm.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/suml-fsm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/suml-fsm.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/suml-rec.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/suml-rec.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/switch-act-fsm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/switch-act-fsm.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/switch-ex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/switch-ex.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/toolset.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/toolset.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/twice.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/twice.pdf -------------------------------------------------------------------------------- /doc/lrm/figs/types.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/figs/types.pdf -------------------------------------------------------------------------------- /doc/lrm/foreign.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/foreign.tex -------------------------------------------------------------------------------- /doc/lrm/interm.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/interm.tex -------------------------------------------------------------------------------- /doc/lrm/introduction.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/introduction.tex -------------------------------------------------------------------------------- /doc/lrm/moc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/moc.tex -------------------------------------------------------------------------------- /doc/lrm/options.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/options.tex -------------------------------------------------------------------------------- /doc/lrm/overview.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/overview.tex -------------------------------------------------------------------------------- /doc/lrm/prelude.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/prelude.tex -------------------------------------------------------------------------------- /doc/lrm/semabbrev.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/semabbrev.sty -------------------------------------------------------------------------------- /doc/lrm/spverbatim.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/spverbatim.sty -------------------------------------------------------------------------------- /doc/lrm/static.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/static.tex -------------------------------------------------------------------------------- /doc/lrm/syntax.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/syntax.sty -------------------------------------------------------------------------------- /doc/lrm/syntax.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/syntax.tex -------------------------------------------------------------------------------- /doc/lrm/typing.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/typing.tex -------------------------------------------------------------------------------- /doc/lrm/using.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/using.tex -------------------------------------------------------------------------------- /doc/lrm/variants.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/lrm/variants.tex -------------------------------------------------------------------------------- /doc/primer/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/Makefile -------------------------------------------------------------------------------- /doc/primer/biblio.bbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/biblio.bbl -------------------------------------------------------------------------------- /doc/primer/caph-primer.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/caph-primer.tex -------------------------------------------------------------------------------- /doc/primer/cl-basic.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/cl-basic.tex -------------------------------------------------------------------------------- /doc/primer/cl-images.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/cl-images.tex -------------------------------------------------------------------------------- /doc/primer/cl-intro.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/cl-intro.tex -------------------------------------------------------------------------------- /doc/primer/cl-ip.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/cl-ip.tex -------------------------------------------------------------------------------- /doc/primer/figs/caph-logo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/caph-logo.pdf -------------------------------------------------------------------------------- /doc/primer/figs/cconv.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/cconv.pdf -------------------------------------------------------------------------------- /doc/primer/figs/conv-a.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/conv-a.pdf -------------------------------------------------------------------------------- /doc/primer/figs/conv-b.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/conv-b.pdf -------------------------------------------------------------------------------- /doc/primer/figs/dx_act.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/dx_act.pdf -------------------------------------------------------------------------------- /doc/primer/figs/dy_act.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/dy_act.pdf -------------------------------------------------------------------------------- /doc/primer/figs/grad-dot.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/grad-dot.pdf -------------------------------------------------------------------------------- /doc/primer/figs/ide/config.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/ide/config.pdf -------------------------------------------------------------------------------- /doc/primer/figs/ide/create-project.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/ide/create-project.pdf -------------------------------------------------------------------------------- /doc/primer/figs/ide/first-program.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/ide/first-program.pdf -------------------------------------------------------------------------------- /doc/primer/figs/ide/main-window-empty.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/ide/main-window-empty.pdf -------------------------------------------------------------------------------- /doc/primer/figs/ide/main-window.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/ide/main-window.pdf -------------------------------------------------------------------------------- /doc/primer/figs/ide/make-dot.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/ide/make-dot.pdf -------------------------------------------------------------------------------- /doc/primer/figs/ide/make-sim.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/ide/make-sim.pdf -------------------------------------------------------------------------------- /doc/primer/figs/ide/make-systemc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/ide/make-systemc.pdf -------------------------------------------------------------------------------- /doc/primer/figs/ide/make-vhdl.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/ide/make-vhdl.pdf -------------------------------------------------------------------------------- /doc/primer/figs/ide/opened-project.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/ide/opened-project.pdf -------------------------------------------------------------------------------- /doc/primer/figs/ide/opening-project.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/ide/opening-project.pdf -------------------------------------------------------------------------------- /doc/primer/figs/ide/options-sysc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/ide/options-sysc.pdf -------------------------------------------------------------------------------- /doc/primer/figs/ide/options.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/ide/options.pdf -------------------------------------------------------------------------------- /doc/primer/figs/ide/project-main-done.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/ide/project-main-done.pdf -------------------------------------------------------------------------------- /doc/primer/figs/ide/project-main.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/ide/project-main.pdf -------------------------------------------------------------------------------- /doc/primer/figs/ide/project-make.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/ide/project-make.pdf -------------------------------------------------------------------------------- /doc/primer/figs/ide/write-sample.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/ide/write-sample.pdf -------------------------------------------------------------------------------- /doc/primer/figs/img4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/img4.pdf -------------------------------------------------------------------------------- /doc/primer/figs/inv-dot.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/inv-dot.pdf -------------------------------------------------------------------------------- /doc/primer/figs/inv-result.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/inv-result.pdf -------------------------------------------------------------------------------- /doc/primer/figs/lena128.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/lena128.pdf -------------------------------------------------------------------------------- /doc/primer/figs/networkfour.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/networkfour.pdf -------------------------------------------------------------------------------- /doc/primer/figs/pcb-res.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/pcb-res.pdf -------------------------------------------------------------------------------- /doc/primer/figs/pcb.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/pcb.pdf -------------------------------------------------------------------------------- /doc/primer/figs/simple-dot.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/simple-dot.pdf -------------------------------------------------------------------------------- /doc/primer/figs/simple-quartus-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/simple-quartus-1.pdf -------------------------------------------------------------------------------- /doc/primer/figs/simple-quartus-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/simple-quartus-2.pdf -------------------------------------------------------------------------------- /doc/primer/figs/simple-quartus-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/simple-quartus-3.pdf -------------------------------------------------------------------------------- /doc/primer/figs/simple-quartus-4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/simple-quartus-4.pdf -------------------------------------------------------------------------------- /doc/primer/figs/simple-quartus-5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/simple-quartus-5.pdf -------------------------------------------------------------------------------- /doc/primer/figs/simple-quartus-6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/simple-quartus-6.pdf -------------------------------------------------------------------------------- /doc/primer/figs/simple-quartus-7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/simple-quartus-7.pdf -------------------------------------------------------------------------------- /doc/primer/figs/simple-waves.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/simple-waves.pdf -------------------------------------------------------------------------------- /doc/primer/figs/sobel-dot.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/sobel-dot.pdf -------------------------------------------------------------------------------- /doc/primer/figs/sobel-full.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/sobel-full.pdf -------------------------------------------------------------------------------- /doc/primer/figs/sobel-quartus-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/sobel-quartus-1.pdf -------------------------------------------------------------------------------- /doc/primer/figs/sobel-quartus-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/sobel-quartus-2.pdf -------------------------------------------------------------------------------- /doc/primer/figs/sobel-quartus-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/sobel-quartus-3.pdf -------------------------------------------------------------------------------- /doc/primer/figs/toolset.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/figs/toolset.pdf -------------------------------------------------------------------------------- /doc/primer/ide-basic.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/ide-basic.tex -------------------------------------------------------------------------------- /doc/primer/ide-intro.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/ide-intro.tex -------------------------------------------------------------------------------- /doc/primer/ide-options.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/ide-options.tex -------------------------------------------------------------------------------- /doc/primer/ide-project.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/ide-project.tex -------------------------------------------------------------------------------- /doc/primer/intro.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/intro.tex -------------------------------------------------------------------------------- /doc/primer/lang-basic.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/lang-basic.tex -------------------------------------------------------------------------------- /doc/primer/lang-images.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/lang-images.tex -------------------------------------------------------------------------------- /doc/primer/lang-intro.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/lang-intro.tex -------------------------------------------------------------------------------- /doc/primer/lang-ip.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/doc/primer/lang-ip.tex -------------------------------------------------------------------------------- /etc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/etc/Makefile -------------------------------------------------------------------------------- /etc/do_test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/etc/do_test -------------------------------------------------------------------------------- /etc/mk_caphy_proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/etc/mk_caphy_proj -------------------------------------------------------------------------------- /etc/searchpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/etc/searchpath -------------------------------------------------------------------------------- /examples/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/Makefile -------------------------------------------------------------------------------- /examples/build_dir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/build_dir -------------------------------------------------------------------------------- /examples/do_test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/do_test -------------------------------------------------------------------------------- /examples/imgs/feep.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/imgs/feep.pgm -------------------------------------------------------------------------------- /examples/imgs/lena128.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/imgs/lena128.pgm -------------------------------------------------------------------------------- /examples/imgs/lena256.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/imgs/lena256.pgm -------------------------------------------------------------------------------- /examples/imgs/lena64.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/imgs/lena64.pgm -------------------------------------------------------------------------------- /examples/imgs/pcb.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/imgs/pcb.pgm -------------------------------------------------------------------------------- /examples/working/Compute_mocs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/Compute_mocs -------------------------------------------------------------------------------- /examples/working/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/Makefile -------------------------------------------------------------------------------- /examples/working/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/Readme -------------------------------------------------------------------------------- /examples/working/apps/binimg/lena64.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/binimg/lena64.pgm -------------------------------------------------------------------------------- /examples/working/apps/binimg/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/binimg/main.cph -------------------------------------------------------------------------------- /examples/working/apps/binimg/main.procs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/binimg/main.procs -------------------------------------------------------------------------------- /examples/working/apps/binimg/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/binimg/main.proj -------------------------------------------------------------------------------- /examples/working/apps/blob/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/blob/main.cph -------------------------------------------------------------------------------- /examples/working/apps/blob/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/blob/main.proj -------------------------------------------------------------------------------- /examples/working/apps/blob/sample.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/blob/sample.pgm -------------------------------------------------------------------------------- /examples/working/apps/blob/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/blob/sample.txt -------------------------------------------------------------------------------- /examples/working/apps/dx_v1/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/dx_v1/main.cph -------------------------------------------------------------------------------- /examples/working/apps/dx_v1/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/dx_v1/main.proj -------------------------------------------------------------------------------- /examples/working/apps/dx_v1/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/dx_v1/sample.txt -------------------------------------------------------------------------------- /examples/working/apps/dx_v2/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/dx_v2/main.cph -------------------------------------------------------------------------------- /examples/working/apps/dx_v2/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/dx_v2/main.proj -------------------------------------------------------------------------------- /examples/working/apps/dx_v2/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/dx_v2/sample.txt -------------------------------------------------------------------------------- /examples/working/apps/dy/img0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/dy/img0.txt -------------------------------------------------------------------------------- /examples/working/apps/dy/img1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/dy/img1.txt -------------------------------------------------------------------------------- /examples/working/apps/dy/img2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/dy/img2.txt -------------------------------------------------------------------------------- /examples/working/apps/dy/img3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/dy/img3.txt -------------------------------------------------------------------------------- /examples/working/apps/dy/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/dy/main.cph -------------------------------------------------------------------------------- /examples/working/apps/dy/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/dy/main.proj -------------------------------------------------------------------------------- /examples/working/apps/dy/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/dy/sample.txt -------------------------------------------------------------------------------- /examples/working/apps/grad/lena64.pgm: -------------------------------------------------------------------------------- 1 | ../../../imgs/lena64.pgm -------------------------------------------------------------------------------- /examples/working/apps/grad/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/grad/main.cph -------------------------------------------------------------------------------- /examples/working/apps/grad/main.procs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/grad/main.procs -------------------------------------------------------------------------------- /examples/working/apps/grad/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/grad/main.proj -------------------------------------------------------------------------------- /examples/working/apps/histo/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/histo/main.cph -------------------------------------------------------------------------------- /examples/working/apps/histo/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/histo/main.proj -------------------------------------------------------------------------------- /examples/working/apps/histo/main_tb.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/histo/main_tb.sav -------------------------------------------------------------------------------- /examples/working/apps/histo/sample.txt: -------------------------------------------------------------------------------- 1 | 3P0P0A. -------------------------------------------------------------------------------- /examples/working/apps/histo2d/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/histo2d/main.cph -------------------------------------------------------------------------------- /examples/working/apps/histo2d/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/histo2d/main.proj -------------------------------------------------------------------------------- /examples/working/apps/histo2d/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/histo2d/sample.txt -------------------------------------------------------------------------------- /examples/working/apps/histof/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/histof/main.cph -------------------------------------------------------------------------------- /examples/working/apps/histof/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/histof/main.proj -------------------------------------------------------------------------------- /examples/working/apps/histof/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/histof/sample.txt -------------------------------------------------------------------------------- /examples/working/apps/histol/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/histol/main.cph -------------------------------------------------------------------------------- /examples/working/apps/histol/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/histol/main.proj -------------------------------------------------------------------------------- /examples/working/apps/histol/main_tb.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/histol/main_tb.sav -------------------------------------------------------------------------------- /examples/working/apps/histol/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/histol/sample.txt -------------------------------------------------------------------------------- /examples/working/apps/hproj/img.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/hproj/img.pgm -------------------------------------------------------------------------------- /examples/working/apps/hproj/img.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/hproj/img.txt -------------------------------------------------------------------------------- /examples/working/apps/hproj/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/hproj/main.cph -------------------------------------------------------------------------------- /examples/working/apps/hproj/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/hproj/main.proj -------------------------------------------------------------------------------- /examples/working/apps/median13/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/median13/main.cph -------------------------------------------------------------------------------- /examples/working/apps/median13/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/median13/main.proj -------------------------------------------------------------------------------- /examples/working/apps/median13/sample.txt: -------------------------------------------------------------------------------- 1 | < 1 2 6 4 9 8 12 5 > 2 | -------------------------------------------------------------------------------- /examples/working/apps/rl/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/rl/main.cph -------------------------------------------------------------------------------- /examples/working/apps/rl/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/rl/main.proj -------------------------------------------------------------------------------- /examples/working/apps/rl/rl_type.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/rl/rl_type.cph -------------------------------------------------------------------------------- /examples/working/apps/rl/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/rl/sample.txt -------------------------------------------------------------------------------- /examples/working/apps/rld/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/rld/main.cph -------------------------------------------------------------------------------- /examples/working/apps/rld/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/rld/main.proj -------------------------------------------------------------------------------- /examples/working/apps/rld/rl_type.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/rld/rl_type.cph -------------------------------------------------------------------------------- /examples/working/apps/rld/rld.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/rld/rld.cph -------------------------------------------------------------------------------- /examples/working/apps/rld/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/rld/sample.txt -------------------------------------------------------------------------------- /examples/working/apps/rle/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/rle/main.cph -------------------------------------------------------------------------------- /examples/working/apps/rle/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/rle/main.proj -------------------------------------------------------------------------------- /examples/working/apps/rle/rl_type.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/rle/rl_type.cph -------------------------------------------------------------------------------- /examples/working/apps/rle/rle.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/rle/rle.cph -------------------------------------------------------------------------------- /examples/working/apps/rle/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/rle/sample.txt -------------------------------------------------------------------------------- /examples/working/apps/transpose/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/transpose/main.cph -------------------------------------------------------------------------------- /examples/working/apps/transpose/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/transpose/main.proj -------------------------------------------------------------------------------- /examples/working/apps/transpose/main_tb.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/transpose/main_tb.sav -------------------------------------------------------------------------------- /examples/working/apps/transpose/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/transpose/sample.txt -------------------------------------------------------------------------------- /examples/working/apps/vproj/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/vproj/main.cph -------------------------------------------------------------------------------- /examples/working/apps/vproj/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/vproj/main.proj -------------------------------------------------------------------------------- /examples/working/apps/vproj/sample.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/vproj/sample.pgm -------------------------------------------------------------------------------- /examples/working/apps/vproj/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/apps/vproj/sample.txt -------------------------------------------------------------------------------- /examples/working/basic/bitop/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/bitop/main.cph -------------------------------------------------------------------------------- /examples/working/basic/bitop/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/bitop/main.proj -------------------------------------------------------------------------------- /examples/working/basic/bitop/sample.txt: -------------------------------------------------------------------------------- 1 | 1 2 3 4 2 | -------------------------------------------------------------------------------- /examples/working/basic/cmp/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/cmp/main.cph -------------------------------------------------------------------------------- /examples/working/basic/cmp/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/cmp/main.proj -------------------------------------------------------------------------------- /examples/working/basic/cmp/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/cmp/sample.txt -------------------------------------------------------------------------------- /examples/working/basic/cmps/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/cmps/main.cph -------------------------------------------------------------------------------- /examples/working/basic/cmps/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/cmps/main.proj -------------------------------------------------------------------------------- /examples/working/basic/cmps/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/cmps/sample.txt -------------------------------------------------------------------------------- /examples/working/basic/globals/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/globals/main.cph -------------------------------------------------------------------------------- /examples/working/basic/globals/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/globals/main.proj -------------------------------------------------------------------------------- /examples/working/basic/globals/sample.txt: -------------------------------------------------------------------------------- 1 | < 1 2 3 4 > 2 | -------------------------------------------------------------------------------- /examples/working/basic/let/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/let/main.cph -------------------------------------------------------------------------------- /examples/working/basic/let/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/let/main.proj -------------------------------------------------------------------------------- /examples/working/basic/let/sample.txt: -------------------------------------------------------------------------------- 1 | 1 3 6 10 5 2 | -------------------------------------------------------------------------------- /examples/working/basic/lut1/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/lut1/main.cph -------------------------------------------------------------------------------- /examples/working/basic/lut1/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/lut1/main.proj -------------------------------------------------------------------------------- /examples/working/basic/lut1/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 4 5 6 7 2 | -------------------------------------------------------------------------------- /examples/working/basic/lut2/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/lut2/main.cph -------------------------------------------------------------------------------- /examples/working/basic/lut2/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/lut2/main.proj -------------------------------------------------------------------------------- /examples/working/basic/lut2/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 4 5 6 7 2 | -------------------------------------------------------------------------------- /examples/working/basic/lut3/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/lut3/main.cph -------------------------------------------------------------------------------- /examples/working/basic/lut3/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/lut3/main.proj -------------------------------------------------------------------------------- /examples/working/basic/lut3/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 2 | -------------------------------------------------------------------------------- /examples/working/basic/lut4/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/lut4/main.cph -------------------------------------------------------------------------------- /examples/working/basic/lut4/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/lut4/main.proj -------------------------------------------------------------------------------- /examples/working/basic/lut4/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 2 | -------------------------------------------------------------------------------- /examples/working/basic/mux/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/mux/main.cph -------------------------------------------------------------------------------- /examples/working/basic/mux/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/mux/main.proj -------------------------------------------------------------------------------- /examples/working/basic/mux/sample1.txt: -------------------------------------------------------------------------------- 1 | 1 3 5 7 9 2 | -------------------------------------------------------------------------------- /examples/working/basic/mux/sample2.txt: -------------------------------------------------------------------------------- 1 | 2 4 6 8 10 2 | -------------------------------------------------------------------------------- /examples/working/basic/mux/sample3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/mux/sample3.txt -------------------------------------------------------------------------------- /examples/working/basic/scale/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/scale/main.cph -------------------------------------------------------------------------------- /examples/working/basic/scale/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/scale/main.proj -------------------------------------------------------------------------------- /examples/working/basic/scale/sample.txt: -------------------------------------------------------------------------------- 1 | < 10 20 30 40 80 > 2 | -------------------------------------------------------------------------------- /examples/working/basic/scale2/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/scale2/main.cph -------------------------------------------------------------------------------- /examples/working/basic/scale2/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/scale2/main.proj -------------------------------------------------------------------------------- /examples/working/basic/scale2/sample.txt: -------------------------------------------------------------------------------- 1 | < 1 2 3 4 > 2 | -------------------------------------------------------------------------------- /examples/working/basic/simple/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/simple/Readme -------------------------------------------------------------------------------- /examples/working/basic/simple/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/simple/main.cph -------------------------------------------------------------------------------- /examples/working/basic/simple/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/simple/main.proj -------------------------------------------------------------------------------- /examples/working/basic/simple/sample.txt: -------------------------------------------------------------------------------- 1 | 1 2 3 4 5 6 2 | -------------------------------------------------------------------------------- /examples/working/basic/thr1/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/thr1/main.cph -------------------------------------------------------------------------------- /examples/working/basic/thr1/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/thr1/main.proj -------------------------------------------------------------------------------- /examples/working/basic/thr1/sample.txt: -------------------------------------------------------------------------------- 1 | < 1 3 2 4 > 2 | -------------------------------------------------------------------------------- /examples/working/basic/thr2/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/thr2/main.cph -------------------------------------------------------------------------------- /examples/working/basic/thr2/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/basic/thr2/main.proj -------------------------------------------------------------------------------- /examples/working/basic/thr2/sample.txt: -------------------------------------------------------------------------------- 1 | < 1 3 2 4 > 2 | -------------------------------------------------------------------------------- /examples/working/cal/suml/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/cal/suml/main.cph -------------------------------------------------------------------------------- /examples/working/cal/suml/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/cal/suml/main.proj -------------------------------------------------------------------------------- /examples/working/cal/suml/main_tb.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/cal/suml/main_tb.sav -------------------------------------------------------------------------------- /examples/working/cal/suml/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/cal/suml/sample.txt -------------------------------------------------------------------------------- /examples/working/conv/conv13_v1/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv13_v1/main.cph -------------------------------------------------------------------------------- /examples/working/conv/conv13_v1/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv13_v1/main.proj -------------------------------------------------------------------------------- /examples/working/conv/conv13_v1/sample1.txt: -------------------------------------------------------------------------------- 1 | < 1 2 3 4 5 6 7 8 > 2 | -------------------------------------------------------------------------------- /examples/working/conv/conv13_v1/sample2.txt: -------------------------------------------------------------------------------- 1 | < 1 2 3 4 5 6 7 8 > 2 | -------------------------------------------------------------------------------- /examples/working/conv/conv13_v2/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv13_v2/main.cph -------------------------------------------------------------------------------- /examples/working/conv/conv13_v2/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv13_v2/main.proj -------------------------------------------------------------------------------- /examples/working/conv/conv13_v2/sample1.txt: -------------------------------------------------------------------------------- 1 | < 1 2 3 4 5 6 7 8 > 2 | -------------------------------------------------------------------------------- /examples/working/conv/conv13_v2/sample2.txt: -------------------------------------------------------------------------------- 1 | < 1 2 3 4 5 6 7 8 > 2 | -------------------------------------------------------------------------------- /examples/working/conv/conv33_v1/lena64.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv33_v1/lena64.pgm -------------------------------------------------------------------------------- /examples/working/conv/conv33_v1/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv33_v1/main.cph -------------------------------------------------------------------------------- /examples/working/conv/conv33_v1/main.procs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv33_v1/main.procs -------------------------------------------------------------------------------- /examples/working/conv/conv33_v1/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv33_v1/main.proj -------------------------------------------------------------------------------- /examples/working/conv/conv33_v1/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv33_v1/sample.txt -------------------------------------------------------------------------------- /examples/working/conv/conv33_v2/lena128.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv33_v2/lena128.pgm -------------------------------------------------------------------------------- /examples/working/conv/conv33_v2/lena128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv33_v2/lena128.txt -------------------------------------------------------------------------------- /examples/working/conv/conv33_v2/lena64.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv33_v2/lena64.pgm -------------------------------------------------------------------------------- /examples/working/conv/conv33_v2/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv33_v2/main.cph -------------------------------------------------------------------------------- /examples/working/conv/conv33_v2/main.procs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv33_v2/main.procs -------------------------------------------------------------------------------- /examples/working/conv/conv33_v2/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv33_v2/main.proj -------------------------------------------------------------------------------- /examples/working/conv/conv33_v3/lena128.pgm: -------------------------------------------------------------------------------- 1 | ../../../imgs/lena128.pgm -------------------------------------------------------------------------------- /examples/working/conv/conv33_v3/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv33_v3/main.cph -------------------------------------------------------------------------------- /examples/working/conv/conv33_v3/main.procs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv33_v3/main.procs -------------------------------------------------------------------------------- /examples/working/conv/conv33_v3/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv33_v3/main.proj -------------------------------------------------------------------------------- /examples/working/conv/conv33_v3/main.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv33_v3/main.rules -------------------------------------------------------------------------------- /examples/working/conv/conv_bank/lena64.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv_bank/lena64.pgm -------------------------------------------------------------------------------- /examples/working/conv/conv_bank/lena64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv_bank/lena64.txt -------------------------------------------------------------------------------- /examples/working/conv/conv_bank/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv_bank/main.cph -------------------------------------------------------------------------------- /examples/working/conv/conv_bank/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/conv_bank/main.proj -------------------------------------------------------------------------------- /examples/working/conv/mkconv1/lena128.pgm: -------------------------------------------------------------------------------- 1 | ../../../imgs/lena128.pgm -------------------------------------------------------------------------------- /examples/working/conv/mkconv1/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/mkconv1/main.cph -------------------------------------------------------------------------------- /examples/working/conv/mkconv1/main.procs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/mkconv1/main.procs -------------------------------------------------------------------------------- /examples/working/conv/mkconv1/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/mkconv1/main.proj -------------------------------------------------------------------------------- /examples/working/conv/mkconv1/main.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/mkconv1/main.rules -------------------------------------------------------------------------------- /examples/working/conv/mkconv2/lena128.pgm: -------------------------------------------------------------------------------- 1 | ../../../imgs/lena128.pgm -------------------------------------------------------------------------------- /examples/working/conv/mkconv2/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/mkconv2/main.cph -------------------------------------------------------------------------------- /examples/working/conv/mkconv2/main.procs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/mkconv2/main.procs -------------------------------------------------------------------------------- /examples/working/conv/mkconv2/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/conv/mkconv2/main.proj -------------------------------------------------------------------------------- /examples/working/dpn/ex1-4/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/dpn/ex1-4/main.cph -------------------------------------------------------------------------------- /examples/working/dpn/ex1-4/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/dpn/ex1-4/main.proj -------------------------------------------------------------------------------- /examples/working/dpn/ex1-4/sample.txt: -------------------------------------------------------------------------------- 1 | < 10 20 30 40 80 > 2 | -------------------------------------------------------------------------------- /examples/working/dpn/ex1-8/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/dpn/ex1-8/main.cph -------------------------------------------------------------------------------- /examples/working/dpn/ex1-8/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/dpn/ex1-8/main.proj -------------------------------------------------------------------------------- /examples/working/dpn/ex1-8/sample.txt: -------------------------------------------------------------------------------- 1 | < 10 20 30 40 80 > 2 | -------------------------------------------------------------------------------- /examples/working/dpn/ex3-5/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/dpn/ex3-5/main.cph -------------------------------------------------------------------------------- /examples/working/dpn/ex3-5/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/dpn/ex3-5/main.proj -------------------------------------------------------------------------------- /examples/working/dpn/ex3-5/sample.txt: -------------------------------------------------------------------------------- 1 | < 10 20 30 40 80 > 2 | -------------------------------------------------------------------------------- /examples/working/fir/fir12/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir12/main.cph -------------------------------------------------------------------------------- /examples/working/fir/fir12/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir12/main.proj -------------------------------------------------------------------------------- /examples/working/fir/fir12/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir12/sample.txt -------------------------------------------------------------------------------- /examples/working/fir/fir13/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir13/main.cph -------------------------------------------------------------------------------- /examples/working/fir/fir13/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir13/main.proj -------------------------------------------------------------------------------- /examples/working/fir/fir13/main_tb.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir13/main_tb.sav -------------------------------------------------------------------------------- /examples/working/fir/fir13/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir13/sample.txt -------------------------------------------------------------------------------- /examples/working/fir/fir1n/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir1n/main.cph -------------------------------------------------------------------------------- /examples/working/fir/fir1n/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir1n/main.proj -------------------------------------------------------------------------------- /examples/working/fir/fir1n/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir1n/sample.txt -------------------------------------------------------------------------------- /examples/working/fir/fir22/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir22/main.cph -------------------------------------------------------------------------------- /examples/working/fir/fir22/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir22/main.proj -------------------------------------------------------------------------------- /examples/working/fir/fir22/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir22/sample.txt -------------------------------------------------------------------------------- /examples/working/fir/fir33sep/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir33sep/main.cph -------------------------------------------------------------------------------- /examples/working/fir/fir33sep/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir33sep/main.proj -------------------------------------------------------------------------------- /examples/working/fir/fir33sep/misc.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir33sep/misc.cph -------------------------------------------------------------------------------- /examples/working/fir/fir33sep/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir33sep/sample.txt -------------------------------------------------------------------------------- /examples/working/fir/fir33sep/xfir13_mono.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir33sep/xfir13_mono.cph -------------------------------------------------------------------------------- /examples/working/fir/fir33sep/xfir13_multi.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir33sep/xfir13_multi.cph -------------------------------------------------------------------------------- /examples/working/fir/fir33sep/xfir31_mono.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir33sep/xfir31_mono.cph -------------------------------------------------------------------------------- /examples/working/fir/fir33sep/xfir31_multi.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/fir/fir33sep/xfir31_multi.cph -------------------------------------------------------------------------------- /examples/working/float/fscale/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/float/fscale/main.cph -------------------------------------------------------------------------------- /examples/working/float/fscale/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/float/fscale/main.proj -------------------------------------------------------------------------------- /examples/working/float/fscale/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/float/fscale/sample.txt -------------------------------------------------------------------------------- /examples/working/float/heron/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/float/heron/main.cph -------------------------------------------------------------------------------- /examples/working/float/heron/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/float/heron/main.proj -------------------------------------------------------------------------------- /examples/working/float/heron/sample.txt: -------------------------------------------------------------------------------- 1 | 2.0 2 | -------------------------------------------------------------------------------- /examples/working/ho/binimg/lena64.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/binimg/lena64.pgm -------------------------------------------------------------------------------- /examples/working/ho/binimg/lena64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/binimg/lena64.txt -------------------------------------------------------------------------------- /examples/working/ho/binimg/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/binimg/main.cph -------------------------------------------------------------------------------- /examples/working/ho/binimg/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/binimg/main.proj -------------------------------------------------------------------------------- /examples/working/ho/fmap/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/fmap/main.cph -------------------------------------------------------------------------------- /examples/working/ho/fmap/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/fmap/main.proj -------------------------------------------------------------------------------- /examples/working/ho/fmap/sample1.txt: -------------------------------------------------------------------------------- 1 | 1 2 3 4 2 | -------------------------------------------------------------------------------- /examples/working/ho/fmap/sample2.txt: -------------------------------------------------------------------------------- 1 | 1 2 3 4 2 | -------------------------------------------------------------------------------- /examples/working/ho/foldn/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/foldn/main.cph -------------------------------------------------------------------------------- /examples/working/ho/foldn/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/foldn/main.proj -------------------------------------------------------------------------------- /examples/working/ho/foldn/sample1.txt: -------------------------------------------------------------------------------- 1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 2 | -------------------------------------------------------------------------------- /examples/working/ho/foldn/sample2.txt: -------------------------------------------------------------------------------- 1 | 1 2 3 4 5 6 7 8 9 10 2 | -------------------------------------------------------------------------------- /examples/working/ho/grad/lena128.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/grad/lena128.pgm -------------------------------------------------------------------------------- /examples/working/ho/grad/lena128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/grad/lena128.txt -------------------------------------------------------------------------------- /examples/working/ho/grad/lena64.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/grad/lena64.pgm -------------------------------------------------------------------------------- /examples/working/ho/grad/lena64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/grad/lena64.txt -------------------------------------------------------------------------------- /examples/working/ho/grad/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/grad/main.cph -------------------------------------------------------------------------------- /examples/working/ho/grad/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/grad/main.proj -------------------------------------------------------------------------------- /examples/working/ho/sfold/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/sfold/main.cph -------------------------------------------------------------------------------- /examples/working/ho/sfold/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/sfold/main.proj -------------------------------------------------------------------------------- /examples/working/ho/sfold/sample1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/sfold/sample1.txt -------------------------------------------------------------------------------- /examples/working/ho/sfold/sample2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/sfold/sample2.txt -------------------------------------------------------------------------------- /examples/working/ho/smap/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/smap/main.cph -------------------------------------------------------------------------------- /examples/working/ho/smap/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/smap/main.proj -------------------------------------------------------------------------------- /examples/working/ho/smap/sample1.txt: -------------------------------------------------------------------------------- 1 | < 1 2 3 4 > 2 | -------------------------------------------------------------------------------- /examples/working/ho/smap/sample2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/smap/sample2.txt -------------------------------------------------------------------------------- /examples/working/ho/smap2/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/smap2/main.cph -------------------------------------------------------------------------------- /examples/working/ho/smap2/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/smap2/main.proj -------------------------------------------------------------------------------- /examples/working/ho/smap2/sample11.txt: -------------------------------------------------------------------------------- 1 | < 1 2 3 4 > 2 | -------------------------------------------------------------------------------- /examples/working/ho/smap2/sample12.txt: -------------------------------------------------------------------------------- 1 | < 1 2 3 4 > 2 | -------------------------------------------------------------------------------- /examples/working/ho/ssfold/img.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/ssfold/img.pgm -------------------------------------------------------------------------------- /examples/working/ho/ssfold/img.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/ssfold/img.txt -------------------------------------------------------------------------------- /examples/working/ho/ssfold/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/ssfold/main.cph -------------------------------------------------------------------------------- /examples/working/ho/ssfold/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/ho/ssfold/main.proj -------------------------------------------------------------------------------- /examples/working/io/fglob1/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/io/fglob1/Readme -------------------------------------------------------------------------------- /examples/working/io/fglob1/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/io/fglob1/main.cph -------------------------------------------------------------------------------- /examples/working/io/fglob1/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/io/fglob1/main.proj -------------------------------------------------------------------------------- /examples/working/io/fglob1/main.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/io/fglob1/main.rules -------------------------------------------------------------------------------- /examples/working/io/fglob1/sample_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/io/fglob1/sample_1.txt -------------------------------------------------------------------------------- /examples/working/io/fglob1/sample_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/io/fglob1/sample_2.txt -------------------------------------------------------------------------------- /examples/working/io/fglob2/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/io/fglob2/Readme -------------------------------------------------------------------------------- /examples/working/io/fglob2/im-1.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/io/fglob2/im-1.pgm -------------------------------------------------------------------------------- /examples/working/io/fglob2/im-2.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/io/fglob2/im-2.pgm -------------------------------------------------------------------------------- /examples/working/io/fglob2/im-3.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/io/fglob2/im-3.pgm -------------------------------------------------------------------------------- /examples/working/io/fglob2/im-4.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/io/fglob2/im-4.pgm -------------------------------------------------------------------------------- /examples/working/io/fglob2/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/io/fglob2/main.cph -------------------------------------------------------------------------------- /examples/working/io/fglob2/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/io/fglob2/main.proj -------------------------------------------------------------------------------- /examples/working/io/portio/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/io/portio/Readme -------------------------------------------------------------------------------- /examples/working/io/portio/factors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/io/portio/factors.txt -------------------------------------------------------------------------------- /examples/working/io/portio/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/io/portio/main.cph -------------------------------------------------------------------------------- /examples/working/io/portio/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/io/portio/main.proj -------------------------------------------------------------------------------- /examples/working/io/portio/main.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/io/portio/main.rules -------------------------------------------------------------------------------- /examples/working/io/portio/main_tb.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/io/portio/main_tb.sav -------------------------------------------------------------------------------- /examples/working/io/portio/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/io/portio/sample.txt -------------------------------------------------------------------------------- /examples/working/misc/bigfifo/lena64.pgm: -------------------------------------------------------------------------------- 1 | ../../../imgs/lena64.pgm -------------------------------------------------------------------------------- /examples/working/misc/bigfifo/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/bigfifo/main.cph -------------------------------------------------------------------------------- /examples/working/misc/bigfifo/main.procs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/bigfifo/main.procs -------------------------------------------------------------------------------- /examples/working/misc/bigfifo/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/bigfifo/main.proj -------------------------------------------------------------------------------- /examples/working/misc/ccond/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/ccond/main.cph -------------------------------------------------------------------------------- /examples/working/misc/ccond/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/ccond/main.proj -------------------------------------------------------------------------------- /examples/working/misc/ccond/sample.txt: -------------------------------------------------------------------------------- 1 | < 10 20 30 40 80 > 2 | -------------------------------------------------------------------------------- /examples/working/misc/fact/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/fact/main.cph -------------------------------------------------------------------------------- /examples/working/misc/fact/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/fact/main.proj -------------------------------------------------------------------------------- /examples/working/misc/fact/sample.txt: -------------------------------------------------------------------------------- 1 | 2 3 4 5 2 | -------------------------------------------------------------------------------- /examples/working/misc/factrec/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/factrec/main.cph -------------------------------------------------------------------------------- /examples/working/misc/factrec/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/factrec/main.proj -------------------------------------------------------------------------------- /examples/working/misc/factrec/sample.txt: -------------------------------------------------------------------------------- 1 | 2 3 4 5 2 | -------------------------------------------------------------------------------- /examples/working/misc/foreign/extra/extfns.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/foreign/extra/extfns.cpp -------------------------------------------------------------------------------- /examples/working/misc/foreign/extra/extfns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/foreign/extra/extfns.h -------------------------------------------------------------------------------- /examples/working/misc/foreign/extra/extfns.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/foreign/extra/extfns.ml -------------------------------------------------------------------------------- /examples/working/misc/foreign/extra/extfns.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/foreign/extra/extfns.vhd -------------------------------------------------------------------------------- /examples/working/misc/foreign/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/foreign/main.cph -------------------------------------------------------------------------------- /examples/working/misc/foreign/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/foreign/main.proj -------------------------------------------------------------------------------- /examples/working/misc/foreign/sample.txt: -------------------------------------------------------------------------------- 1 | < 1 2 3 4 > 2 | -------------------------------------------------------------------------------- /examples/working/misc/implemented/extra/my_div.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/implemented/extra/my_div.vhd -------------------------------------------------------------------------------- /examples/working/misc/implemented/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/implemented/main.cph -------------------------------------------------------------------------------- /examples/working/misc/implemented/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/implemented/main.proj -------------------------------------------------------------------------------- /examples/working/misc/implemented/main_tb.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/implemented/main_tb.sav -------------------------------------------------------------------------------- /examples/working/misc/implemented/sample1.txt: -------------------------------------------------------------------------------- 1 | 10 100 200 2 | -------------------------------------------------------------------------------- /examples/working/misc/implemented/sample2.txt: -------------------------------------------------------------------------------- 1 | 2 4 10 2 | -------------------------------------------------------------------------------- /examples/working/misc/ioless/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/ioless/main.cph -------------------------------------------------------------------------------- /examples/working/misc/ioless/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/ioless/main.proj -------------------------------------------------------------------------------- /examples/working/misc/ioless2/extra/read_data.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/ioless2/extra/read_data.cpp -------------------------------------------------------------------------------- /examples/working/misc/ioless2/extra/read_data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/ioless2/extra/read_data.h -------------------------------------------------------------------------------- /examples/working/misc/ioless2/extra/write_result.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/ioless2/extra/write_result.cpp -------------------------------------------------------------------------------- /examples/working/misc/ioless2/extra/write_result.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/ioless2/extra/write_result.h -------------------------------------------------------------------------------- /examples/working/misc/ioless2/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/ioless2/main.cph -------------------------------------------------------------------------------- /examples/working/misc/ioless2/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/ioless2/main.proj -------------------------------------------------------------------------------- /examples/working/misc/macro/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/macro/main.cph -------------------------------------------------------------------------------- /examples/working/misc/macro/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/macro/main.proj -------------------------------------------------------------------------------- /examples/working/misc/macro/sample.txt: -------------------------------------------------------------------------------- 1 | < 10 20 30 40 80 > 2 | -------------------------------------------------------------------------------- /examples/working/misc/mhume/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/mhume/main.cph -------------------------------------------------------------------------------- /examples/working/misc/mhume/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/mhume/main.proj -------------------------------------------------------------------------------- /examples/working/misc/mhume/sample.txt: -------------------------------------------------------------------------------- 1 | 2 3 4 2 | -------------------------------------------------------------------------------- /examples/working/misc/sample/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/sample/main.cph -------------------------------------------------------------------------------- /examples/working/misc/sample/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/sample/main.proj -------------------------------------------------------------------------------- /examples/working/misc/sample/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/sample/sample.txt -------------------------------------------------------------------------------- /examples/working/misc/suml/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/suml/main.cph -------------------------------------------------------------------------------- /examples/working/misc/suml/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/suml/main.proj -------------------------------------------------------------------------------- /examples/working/misc/suml/main_tb.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/suml/main_tb.sav -------------------------------------------------------------------------------- /examples/working/misc/suml/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/suml/sample.txt -------------------------------------------------------------------------------- /examples/working/misc/sumlrec/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/sumlrec/main.cph -------------------------------------------------------------------------------- /examples/working/misc/sumlrec/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/sumlrec/main.proj -------------------------------------------------------------------------------- /examples/working/misc/sumlrec/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/sumlrec/sample.txt -------------------------------------------------------------------------------- /examples/working/misc/sumn/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/sumn/main.cph -------------------------------------------------------------------------------- /examples/working/misc/sumn/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/sumn/main.proj -------------------------------------------------------------------------------- /examples/working/misc/sumn/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/sumn/sample.txt -------------------------------------------------------------------------------- /examples/working/misc/thrd/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/thrd/main.cph -------------------------------------------------------------------------------- /examples/working/misc/thrd/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/thrd/main.proj -------------------------------------------------------------------------------- /examples/working/misc/thrd/sample1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/thrd/sample1.txt -------------------------------------------------------------------------------- /examples/working/misc/thrd/sample2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/misc/thrd/sample2.txt -------------------------------------------------------------------------------- /examples/working/moc/mocs/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/moc/mocs/main.cph -------------------------------------------------------------------------------- /examples/working/moc/mocs/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/moc/mocs/main.proj -------------------------------------------------------------------------------- /examples/working/moc/mocs/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/moc/mocs/sample.txt -------------------------------------------------------------------------------- /examples/working/moc/mocs/sample1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/moc/mocs/sample1.txt -------------------------------------------------------------------------------- /examples/working/moc/mocs/sample2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/moc/mocs/sample2.txt -------------------------------------------------------------------------------- /examples/working/moc/sdfsz/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/moc/sdfsz/main.cph -------------------------------------------------------------------------------- /examples/working/moc/sdfsz/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/moc/sdfsz/main.proj -------------------------------------------------------------------------------- /examples/working/moc/sdfsz/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/moc/sdfsz/sample.txt -------------------------------------------------------------------------------- /examples/working/network/chain/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/chain/main.cph -------------------------------------------------------------------------------- /examples/working/network/chain/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/chain/main.proj -------------------------------------------------------------------------------- /examples/working/network/chain/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 2 | -------------------------------------------------------------------------------- /examples/working/network/compose1/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/compose1/main.cph -------------------------------------------------------------------------------- /examples/working/network/compose1/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/compose1/main.proj -------------------------------------------------------------------------------- /examples/working/network/compose1/sample.txt: -------------------------------------------------------------------------------- 1 | 1 2 3 4 5 6 2 | -------------------------------------------------------------------------------- /examples/working/network/compose2/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/compose2/main.cph -------------------------------------------------------------------------------- /examples/working/network/compose2/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/compose2/main.proj -------------------------------------------------------------------------------- /examples/working/network/compose2/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 2 | -------------------------------------------------------------------------------- /examples/working/network/cond/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/cond/main.cph -------------------------------------------------------------------------------- /examples/working/network/cond/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/cond/main.proj -------------------------------------------------------------------------------- /examples/working/network/cond/main_tb.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/cond/main_tb.sav -------------------------------------------------------------------------------- /examples/working/network/cond/sample.txt: -------------------------------------------------------------------------------- 1 | 1 2 3 4 5 6 7 8 2 | -------------------------------------------------------------------------------- /examples/working/network/diamond/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/diamond/main.cph -------------------------------------------------------------------------------- /examples/working/network/diamond/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/diamond/main.proj -------------------------------------------------------------------------------- /examples/working/network/diamond/sample.txt: -------------------------------------------------------------------------------- 1 | 1 2 3 4 5 6 2 | -------------------------------------------------------------------------------- /examples/working/network/diamonds/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/diamonds/main.cph -------------------------------------------------------------------------------- /examples/working/network/diamonds/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/diamonds/main.proj -------------------------------------------------------------------------------- /examples/working/network/diamonds/sample.txt: -------------------------------------------------------------------------------- 1 | 1 2 3 4 5 6 2 | -------------------------------------------------------------------------------- /examples/working/network/filter_bank/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/filter_bank/main.cph -------------------------------------------------------------------------------- /examples/working/network/filter_bank/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/filter_bank/main.proj -------------------------------------------------------------------------------- /examples/working/network/filter_bank/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/filter_bank/sample.txt -------------------------------------------------------------------------------- /examples/working/network/foldl/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/foldl/main.cph -------------------------------------------------------------------------------- /examples/working/network/foldl/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/foldl/main.proj -------------------------------------------------------------------------------- /examples/working/network/foldl/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 2 | -------------------------------------------------------------------------------- /examples/working/network/foldli/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/foldli/main.cph -------------------------------------------------------------------------------- /examples/working/network/foldli/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/foldli/main.proj -------------------------------------------------------------------------------- /examples/working/network/foldli/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 2 | -------------------------------------------------------------------------------- /examples/working/network/foldmap/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/foldmap/main.cph -------------------------------------------------------------------------------- /examples/working/network/foldmap/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/foldmap/main.proj -------------------------------------------------------------------------------- /examples/working/network/foldmap/main.rules: -------------------------------------------------------------------------------- 1 | z.bin: ../z.txt 2 | $(TXT2BIN) -eventf uint 8 $< > $@ 3 | -------------------------------------------------------------------------------- /examples/working/network/foldmap/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 2 | -------------------------------------------------------------------------------- /examples/working/network/foldmap/z.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/foldmap/z.txt -------------------------------------------------------------------------------- /examples/working/network/foldt/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/foldt/main.cph -------------------------------------------------------------------------------- /examples/working/network/foldt/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/foldt/main.proj -------------------------------------------------------------------------------- /examples/working/network/foldt/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 2 | -------------------------------------------------------------------------------- /examples/working/network/map2/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/map2/main.cph -------------------------------------------------------------------------------- /examples/working/network/map2/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/map2/main.proj -------------------------------------------------------------------------------- /examples/working/network/map2/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 2 | -------------------------------------------------------------------------------- /examples/working/network/map2i/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/map2i/main.cph -------------------------------------------------------------------------------- /examples/working/network/map2i/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/map2i/main.proj -------------------------------------------------------------------------------- /examples/working/network/map2i/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 2 | -------------------------------------------------------------------------------- /examples/working/network/map_1/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/map_1/main.cph -------------------------------------------------------------------------------- /examples/working/network/map_1/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/map_1/main.proj -------------------------------------------------------------------------------- /examples/working/network/map_1/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 2 | -------------------------------------------------------------------------------- /examples/working/network/map_2/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/map_2/main.cph -------------------------------------------------------------------------------- /examples/working/network/map_2/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/map_2/main.proj -------------------------------------------------------------------------------- /examples/working/network/map_2/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 2 | -------------------------------------------------------------------------------- /examples/working/network/map_3/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/map_3/main.cph -------------------------------------------------------------------------------- /examples/working/network/map_3/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/map_3/main.proj -------------------------------------------------------------------------------- /examples/working/network/map_3/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 2 | -------------------------------------------------------------------------------- /examples/working/network/mapi/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/mapi/main.cph -------------------------------------------------------------------------------- /examples/working/network/mapi/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/mapi/main.proj -------------------------------------------------------------------------------- /examples/working/network/mapi/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 2 | -------------------------------------------------------------------------------- /examples/working/network/msfl33/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/msfl33/main.cph -------------------------------------------------------------------------------- /examples/working/network/msfl33/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/msfl33/main.proj -------------------------------------------------------------------------------- /examples/working/network/msfl33/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/msfl33/sample.txt -------------------------------------------------------------------------------- /examples/working/network/mutrec/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/mutrec/main.cph -------------------------------------------------------------------------------- /examples/working/network/mutrec/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/mutrec/main.proj -------------------------------------------------------------------------------- /examples/working/network/mutrec/sample1.txt: -------------------------------------------------------------------------------- 1 | 1 2 3 4 2 | -------------------------------------------------------------------------------- /examples/working/network/mutrec/sample2.txt: -------------------------------------------------------------------------------- 1 | 1 2 3 4 2 | -------------------------------------------------------------------------------- /examples/working/network/napp1/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/napp1/main.cph -------------------------------------------------------------------------------- /examples/working/network/napp1/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/napp1/main.proj -------------------------------------------------------------------------------- /examples/working/network/napp1/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 2 | -------------------------------------------------------------------------------- /examples/working/network/napp2/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/napp2/main.cph -------------------------------------------------------------------------------- /examples/working/network/napp2/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/napp2/main.proj -------------------------------------------------------------------------------- /examples/working/network/napp2/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 2 | -------------------------------------------------------------------------------- /examples/working/network/nappi/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/nappi/main.cph -------------------------------------------------------------------------------- /examples/working/network/nappi/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/nappi/main.proj -------------------------------------------------------------------------------- /examples/working/network/nappi/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 2 | -------------------------------------------------------------------------------- /examples/working/network/pipe/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/pipe/main.cph -------------------------------------------------------------------------------- /examples/working/network/pipe/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/pipe/main.proj -------------------------------------------------------------------------------- /examples/working/network/pipe/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 2 | -------------------------------------------------------------------------------- /examples/working/network/scm/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/scm/main.cph -------------------------------------------------------------------------------- /examples/working/network/scm/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/scm/main.proj -------------------------------------------------------------------------------- /examples/working/network/scm/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 2 | -------------------------------------------------------------------------------- /examples/working/network/scm2/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/scm2/main.cph -------------------------------------------------------------------------------- /examples/working/network/scm2/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/scm2/main.proj -------------------------------------------------------------------------------- /examples/working/network/scm2/sample.txt: -------------------------------------------------------------------------------- 1 | 0 1 2 3 2 | -------------------------------------------------------------------------------- /examples/working/network/while/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/while/main.cph -------------------------------------------------------------------------------- /examples/working/network/while/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/network/while/main.proj -------------------------------------------------------------------------------- /examples/working/network/while/sample.txt: -------------------------------------------------------------------------------- 1 | 1 2 3 4 2 | -------------------------------------------------------------------------------- /examples/working/primer/invimg/lena128.pgm: -------------------------------------------------------------------------------- 1 | ../../../imgs/lena128.pgm -------------------------------------------------------------------------------- /examples/working/primer/invimg/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/primer/invimg/main.cph -------------------------------------------------------------------------------- /examples/working/primer/invimg/main.procs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/primer/invimg/main.procs -------------------------------------------------------------------------------- /examples/working/primer/invimg/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/primer/invimg/main.proj -------------------------------------------------------------------------------- /examples/working/primer/simple/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/primer/simple/main.cph -------------------------------------------------------------------------------- /examples/working/primer/simple/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/primer/simple/main.proj -------------------------------------------------------------------------------- /examples/working/primer/simple/sample.txt: -------------------------------------------------------------------------------- 1 | 1 2 3 4 5 6 7 8 2 | -------------------------------------------------------------------------------- /examples/working/primer/simple/simple_tb.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/primer/simple/simple_tb.sav -------------------------------------------------------------------------------- /examples/working/primer/sobel/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/primer/sobel/main.cph -------------------------------------------------------------------------------- /examples/working/primer/sobel/main.procs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/primer/sobel/main.procs -------------------------------------------------------------------------------- /examples/working/primer/sobel/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/primer/sobel/main.proj -------------------------------------------------------------------------------- /examples/working/primer/sobel/pcb.pgm: -------------------------------------------------------------------------------- 1 | ../../../imgs/pcb.pgm -------------------------------------------------------------------------------- /examples/working/primer/sobel2/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/primer/sobel2/main.cph -------------------------------------------------------------------------------- /examples/working/primer/sobel2/main.procs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/primer/sobel2/main.procs -------------------------------------------------------------------------------- /examples/working/primer/sobel2/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/primer/sobel2/main.proj -------------------------------------------------------------------------------- /examples/working/primer/sobel2/main.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/primer/sobel2/main.rules -------------------------------------------------------------------------------- /examples/working/primer/sobel2/pcb.pgm: -------------------------------------------------------------------------------- 1 | ../../../imgs/pcb.pgm -------------------------------------------------------------------------------- /examples/working/typing/generics1/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/generics1/main.cph -------------------------------------------------------------------------------- /examples/working/typing/generics1/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/generics1/main.proj -------------------------------------------------------------------------------- /examples/working/typing/generics1/sample.txt: -------------------------------------------------------------------------------- 1 | 1 2 3 4 2 | -------------------------------------------------------------------------------- /examples/working/typing/generics2/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/generics2/main.cph -------------------------------------------------------------------------------- /examples/working/typing/generics2/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/generics2/main.proj -------------------------------------------------------------------------------- /examples/working/typing/generics2/sample1.txt: -------------------------------------------------------------------------------- 1 | < 1 2 3 4 > 2 | -------------------------------------------------------------------------------- /examples/working/typing/generics2/sample2.txt: -------------------------------------------------------------------------------- 1 | < 1 2 3 4 > 2 | -------------------------------------------------------------------------------- /examples/working/typing/gensz/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/gensz/main.cph -------------------------------------------------------------------------------- /examples/working/typing/gensz/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/gensz/main.proj -------------------------------------------------------------------------------- /examples/working/typing/gensz/sample1.txt: -------------------------------------------------------------------------------- 1 | 1 2 3 4 2 | -------------------------------------------------------------------------------- /examples/working/typing/gensz/sample2.txt: -------------------------------------------------------------------------------- 1 | 1 2 3 4 2 | -------------------------------------------------------------------------------- /examples/working/typing/gfmux/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/gfmux/main.cph -------------------------------------------------------------------------------- /examples/working/typing/gfmux/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/gfmux/main.proj -------------------------------------------------------------------------------- /examples/working/typing/gfmux/sample1.txt: -------------------------------------------------------------------------------- 1 | 1 3 5 7 9 2 | -------------------------------------------------------------------------------- /examples/working/typing/gfmux/sample11.txt: -------------------------------------------------------------------------------- 1 | 1 3 5 7 9 2 | -------------------------------------------------------------------------------- /examples/working/typing/gfmux/sample12.txt: -------------------------------------------------------------------------------- 1 | 2 4 6 8 10 2 | -------------------------------------------------------------------------------- /examples/working/typing/gfmux/sample2.txt: -------------------------------------------------------------------------------- 1 | 2 4 6 8 10 2 | -------------------------------------------------------------------------------- /examples/working/typing/gfmux/sample21.txt: -------------------------------------------------------------------------------- 1 | 1 3 5 7 9 2 | -------------------------------------------------------------------------------- /examples/working/typing/gfmux/sample22.txt: -------------------------------------------------------------------------------- 1 | 2 4 6 8 10 2 | -------------------------------------------------------------------------------- /examples/working/typing/gfmux/sample3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/gfmux/sample3.txt -------------------------------------------------------------------------------- /examples/working/typing/mixedarithm1/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/mixedarithm1/main.cph -------------------------------------------------------------------------------- /examples/working/typing/mixedarithm1/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/mixedarithm1/main.proj -------------------------------------------------------------------------------- /examples/working/typing/mixedarithm1/sample1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/mixedarithm1/sample1.txt -------------------------------------------------------------------------------- /examples/working/typing/mixedarithm1/sample2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/mixedarithm1/sample2.txt -------------------------------------------------------------------------------- /examples/working/typing/mixedarithm2/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/mixedarithm2/main.cph -------------------------------------------------------------------------------- /examples/working/typing/mixedarithm2/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/mixedarithm2/main.proj -------------------------------------------------------------------------------- /examples/working/typing/mixedarithm2/sample1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/mixedarithm2/sample1.txt -------------------------------------------------------------------------------- /examples/working/typing/mixedarithm2/sample11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/mixedarithm2/sample11.txt -------------------------------------------------------------------------------- /examples/working/typing/mixedarithm2/sample12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/mixedarithm2/sample12.txt -------------------------------------------------------------------------------- /examples/working/typing/mixedarithm2/sample2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/mixedarithm2/sample2.txt -------------------------------------------------------------------------------- /examples/working/typing/mixedarithm2/sample21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/mixedarithm2/sample21.txt -------------------------------------------------------------------------------- /examples/working/typing/mixedarithm2/sample22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/mixedarithm2/sample22.txt -------------------------------------------------------------------------------- /examples/working/typing/mixedarithm3/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/mixedarithm3/main.cph -------------------------------------------------------------------------------- /examples/working/typing/mixedarithm3/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/mixedarithm3/main.proj -------------------------------------------------------------------------------- /examples/working/typing/mixedarithm3/sample11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/mixedarithm3/sample11.txt -------------------------------------------------------------------------------- /examples/working/typing/mixedarithm3/sample12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/mixedarithm3/sample12.txt -------------------------------------------------------------------------------- /examples/working/typing/option/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/option/main.cph -------------------------------------------------------------------------------- /examples/working/typing/option/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/option/main.proj -------------------------------------------------------------------------------- /examples/working/typing/option/sample1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/option/sample1.txt -------------------------------------------------------------------------------- /examples/working/typing/ovfl/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/ovfl/main.cph -------------------------------------------------------------------------------- /examples/working/typing/ovfl/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/ovfl/main.proj -------------------------------------------------------------------------------- /examples/working/typing/ovfl/sample.txt: -------------------------------------------------------------------------------- 1 | 4 8 10 15 2 | -------------------------------------------------------------------------------- /examples/working/typing/resize/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/resize/main.cph -------------------------------------------------------------------------------- /examples/working/typing/resize/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/resize/main.proj -------------------------------------------------------------------------------- /examples/working/typing/resize/sample1.txt: -------------------------------------------------------------------------------- 1 | 1 3 7 15 31 2 | -------------------------------------------------------------------------------- /examples/working/typing/resize/sample2.txt: -------------------------------------------------------------------------------- 1 | 1 3 7 15 31 2 | -------------------------------------------------------------------------------- /examples/working/typing/tydecl1/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/tydecl1/main.cph -------------------------------------------------------------------------------- /examples/working/typing/tydecl1/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/tydecl1/main.proj -------------------------------------------------------------------------------- /examples/working/typing/tydecl1/sample1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/tydecl1/sample1.txt -------------------------------------------------------------------------------- /examples/working/typing/tydecl1/sample2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/tydecl1/sample2.txt -------------------------------------------------------------------------------- /examples/working/typing/tydecl2/main.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/tydecl2/main.cph -------------------------------------------------------------------------------- /examples/working/typing/tydecl2/main.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/tydecl2/main.proj -------------------------------------------------------------------------------- /examples/working/typing/tydecl2/sample1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/tydecl2/sample1.txt -------------------------------------------------------------------------------- /examples/working/typing/tydecl2/sample2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/examples/working/typing/tydecl2/sample2.txt -------------------------------------------------------------------------------- /gui/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/Info.plist -------------------------------------------------------------------------------- /gui/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/Readme -------------------------------------------------------------------------------- /gui/app_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/app_file.h -------------------------------------------------------------------------------- /gui/caph.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/caph.pro -------------------------------------------------------------------------------- /gui/command.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/command.cpp -------------------------------------------------------------------------------- /gui/command.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/command.h -------------------------------------------------------------------------------- /gui/config.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/config.cpp -------------------------------------------------------------------------------- /gui/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/config.h -------------------------------------------------------------------------------- /gui/img/closefile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/closefile.png -------------------------------------------------------------------------------- /gui/img/closeproject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/closeproject.png -------------------------------------------------------------------------------- /gui/img/coller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/coller.png -------------------------------------------------------------------------------- /gui/img/color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/color.png -------------------------------------------------------------------------------- /gui/img/compile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/compile.png -------------------------------------------------------------------------------- /gui/img/compileSystemC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/compileSystemC.png -------------------------------------------------------------------------------- /gui/img/compileVHDL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/compileVHDL.png -------------------------------------------------------------------------------- /gui/img/compileXDF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/compileXDF.png -------------------------------------------------------------------------------- /gui/img/compilegraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/compilegraph.png -------------------------------------------------------------------------------- /gui/img/copier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/copier.png -------------------------------------------------------------------------------- /gui/img/couper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/couper.png -------------------------------------------------------------------------------- /gui/img/exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/exit.png -------------------------------------------------------------------------------- /gui/img/icon.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/icon.graffle -------------------------------------------------------------------------------- /gui/img/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/icon.png -------------------------------------------------------------------------------- /gui/img/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/new.png -------------------------------------------------------------------------------- /gui/img/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/open.png -------------------------------------------------------------------------------- /gui/img/preferences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/preferences.png -------------------------------------------------------------------------------- /gui/img/preferencescompil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/preferencescompil.png -------------------------------------------------------------------------------- /gui/img/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/save.png -------------------------------------------------------------------------------- /gui/img/saveall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/saveall.png -------------------------------------------------------------------------------- /gui/img/select_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/select_all.png -------------------------------------------------------------------------------- /gui/img/simu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/img/simu.png -------------------------------------------------------------------------------- /gui/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/main.cpp -------------------------------------------------------------------------------- /gui/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/mainwindow.cpp -------------------------------------------------------------------------------- /gui/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/mainwindow.h -------------------------------------------------------------------------------- /gui/optdesc/options_spec.txt: -------------------------------------------------------------------------------- 1 | ../../compiler/options_spec.txt -------------------------------------------------------------------------------- /gui/option.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/option.cpp -------------------------------------------------------------------------------- /gui/option.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/option.h -------------------------------------------------------------------------------- /gui/options.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/options.cpp -------------------------------------------------------------------------------- /gui/options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/options.h -------------------------------------------------------------------------------- /gui/project.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/project.cpp -------------------------------------------------------------------------------- /gui/project.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/project.h -------------------------------------------------------------------------------- /gui/project_window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/project_window.cpp -------------------------------------------------------------------------------- /gui/project_window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/project_window.h -------------------------------------------------------------------------------- /gui/resources.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/resources.qrc -------------------------------------------------------------------------------- /gui/syntax_highlighter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/syntax_highlighter.cpp -------------------------------------------------------------------------------- /gui/syntax_highlighter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/syntax_highlighter.h -------------------------------------------------------------------------------- /gui/uis/config.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/uis/config.ui -------------------------------------------------------------------------------- /gui/uis/mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/uis/mainwindow.ui -------------------------------------------------------------------------------- /gui/uis/projet.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/gui/uis/projet.ui -------------------------------------------------------------------------------- /lib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/Makefile -------------------------------------------------------------------------------- /lib/c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/c/Makefile -------------------------------------------------------------------------------- /lib/c/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/c/README -------------------------------------------------------------------------------- /lib/c/tyconv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/c/tyconv.c -------------------------------------------------------------------------------- /lib/c/tyconv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/c/tyconv.h -------------------------------------------------------------------------------- /lib/caph/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/caph/Makefile -------------------------------------------------------------------------------- /lib/caph/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/caph/README -------------------------------------------------------------------------------- /lib/caph/convol.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/caph/convol.cph -------------------------------------------------------------------------------- /lib/caph/dc.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/caph/dc.cph -------------------------------------------------------------------------------- /lib/caph/img_ops.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/caph/img_ops.cph -------------------------------------------------------------------------------- /lib/caph/imgops.cph: -------------------------------------------------------------------------------- 1 | img_ops.cph -------------------------------------------------------------------------------- /lib/caph/list_ops.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/caph/list_ops.cph -------------------------------------------------------------------------------- /lib/caph/listops.cph: -------------------------------------------------------------------------------- 1 | list_ops.cph -------------------------------------------------------------------------------- /lib/caph/neigh.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/caph/neigh.cph -------------------------------------------------------------------------------- /lib/caph/stream_ops.cph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/caph/stream_ops.cph -------------------------------------------------------------------------------- /lib/caph/streamops.cph: -------------------------------------------------------------------------------- 1 | stream_ops.cph -------------------------------------------------------------------------------- /lib/etc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/etc/Makefile -------------------------------------------------------------------------------- /lib/etc/Makefile.core: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/etc/Makefile.core -------------------------------------------------------------------------------- /lib/systemc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/systemc/Makefile -------------------------------------------------------------------------------- /lib/systemc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/systemc/README -------------------------------------------------------------------------------- /lib/systemc/array_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/systemc/array_io.h -------------------------------------------------------------------------------- /lib/systemc/buffer_in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/systemc/buffer_in.h -------------------------------------------------------------------------------- /lib/systemc/buffer_out.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/systemc/buffer_out.h -------------------------------------------------------------------------------- /lib/systemc/fifo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/systemc/fifo.h -------------------------------------------------------------------------------- /lib/systemc/fifo_ifs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/systemc/fifo_ifs.h -------------------------------------------------------------------------------- /lib/systemc/io_event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/systemc/io_event.h -------------------------------------------------------------------------------- /lib/systemc/port_in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/systemc/port_in.h -------------------------------------------------------------------------------- /lib/systemc/port_out.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/systemc/port_out.h -------------------------------------------------------------------------------- /lib/systemc/sc_int_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/systemc/sc_int_io.h -------------------------------------------------------------------------------- /lib/systemc/split.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/systemc/split.h -------------------------------------------------------------------------------- /lib/systemc/stream_dc_in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/systemc/stream_dc_in.h -------------------------------------------------------------------------------- /lib/systemc/stream_dc_out.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/systemc/stream_dc_out.h -------------------------------------------------------------------------------- /lib/systemc/stream_in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/systemc/stream_in.h -------------------------------------------------------------------------------- /lib/systemc/stream_out.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/systemc/stream_out.h -------------------------------------------------------------------------------- /lib/systemc/variants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/systemc/variants.h -------------------------------------------------------------------------------- /lib/vhdl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/vhdl/Makefile -------------------------------------------------------------------------------- /lib/vhdl/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/vhdl/README -------------------------------------------------------------------------------- /lib/vhdl/caph.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/vhdl/caph.vhd -------------------------------------------------------------------------------- /lib/vhdl/caph_fp.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/vhdl/caph_fp.vhd -------------------------------------------------------------------------------- /lib/vhdl/cstream_in.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/vhdl/cstream_in.vhd -------------------------------------------------------------------------------- /lib/vhdl/cstream_out.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/vhdl/cstream_out.vhd -------------------------------------------------------------------------------- /lib/vhdl/data_types.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/vhdl/data_types.vhd -------------------------------------------------------------------------------- /lib/vhdl/fifo.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/vhdl/fifo.vhd -------------------------------------------------------------------------------- /lib/vhdl/port_buffer.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/vhdl/port_buffer.vhd -------------------------------------------------------------------------------- /lib/vhdl/port_in.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/vhdl/port_in.vhd -------------------------------------------------------------------------------- /lib/vhdl/port_out.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/vhdl/port_out.vhd -------------------------------------------------------------------------------- /lib/vhdl/stream_in.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/vhdl/stream_in.vhd -------------------------------------------------------------------------------- /lib/vhdl/stream_in_mult.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/vhdl/stream_in_mult.vhd -------------------------------------------------------------------------------- /lib/vhdl/stream_out.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/vhdl/stream_out.vhd -------------------------------------------------------------------------------- /lib/vhdl/stream_out_mult.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/lib/vhdl/stream_out_mult.vhd -------------------------------------------------------------------------------- /man/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/man/Makefile -------------------------------------------------------------------------------- /man/Makefile.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/man/Makefile.dist -------------------------------------------------------------------------------- /man/bin2pgm.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/man/bin2pgm.pod -------------------------------------------------------------------------------- /man/bin2txt.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/man/bin2txt.pod -------------------------------------------------------------------------------- /man/caphmake.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/man/caphmake.pod -------------------------------------------------------------------------------- /man/mkconv.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/man/mkconv.pod -------------------------------------------------------------------------------- /man/mkdcimg.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/man/mkdcimg.pod -------------------------------------------------------------------------------- /man/pgm2bin.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/man/pgm2bin.pod -------------------------------------------------------------------------------- /man/pgm2txt.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/man/pgm2txt.pod -------------------------------------------------------------------------------- /man/txt2bin.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/man/txt2bin.pod -------------------------------------------------------------------------------- /man/txt2pgm.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/man/txt2pgm.pod -------------------------------------------------------------------------------- /tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/tools/Makefile -------------------------------------------------------------------------------- /tools/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/tools/README -------------------------------------------------------------------------------- /tools/_tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/tools/_tags -------------------------------------------------------------------------------- /tools/bin2pgm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/tools/bin2pgm.c -------------------------------------------------------------------------------- /tools/bin2txt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/tools/bin2txt.c -------------------------------------------------------------------------------- /tools/caphmake.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/tools/caphmake.ml -------------------------------------------------------------------------------- /tools/compiler: -------------------------------------------------------------------------------- 1 | ../compiler -------------------------------------------------------------------------------- /tools/dc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/tools/dc.c -------------------------------------------------------------------------------- /tools/dc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/tools/dc.h -------------------------------------------------------------------------------- /tools/fmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/tools/fmt.c -------------------------------------------------------------------------------- /tools/fmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/tools/fmt.h -------------------------------------------------------------------------------- /tools/mkconv.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/tools/mkconv.ml -------------------------------------------------------------------------------- /tools/mkdcimg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/tools/mkdcimg.c -------------------------------------------------------------------------------- /tools/mkproject.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/tools/mkproject.ml -------------------------------------------------------------------------------- /tools/pgm2bin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/tools/pgm2bin.c -------------------------------------------------------------------------------- /tools/pgm2txt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/tools/pgm2txt.c -------------------------------------------------------------------------------- /tools/txt2bin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/tools/txt2bin.c -------------------------------------------------------------------------------- /tools/txt2pgm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jserot/caph/HEAD/tools/txt2pgm.c --------------------------------------------------------------------------------