summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-31Tagged variables are now the only skolemized vars.skol_only_the_solutionNathanael Sensfelder
2017-07-28Removes repetitions, prepares for skol. of sol.Nathanael Sensfelder
2017-07-27Fixes multiple issues with depths.Nathanael Sensfelder
2017-07-27Replaces overly fragile method to get first node.Nathanael Sensfelder
2017-07-27First shot at depths operators.Nathanael Sensfelder
2017-07-26Adds license.Nathanael Sensfelder
2017-07-26(Woops) Adds anonymous strings support.Nathanael Sensfelder
2017-07-26New prNathanael Sensfelder
2017-07-26First shot at (logic, not VHDL) functions.Nathanael Sensfelder
2017-07-26Updates bce's AST to include functions.Nathanael Sensfelder
2017-07-25Gets the strings seemingly working.Nathanael Sensfelder
2017-07-25Removes instr-scripts.Nathanael Sensfelder
2017-07-25It seems to work.Nathanael Sensfelder
2017-07-25Fixes issues with "_". things seem to work now.Nathanael Sensfelder
2017-07-25Improves error reports for the property.Nathanael Sensfelder
2017-07-25Working on (structural + elements) read/writes.Nathanael Sensfelder
2017-07-24Lets users use projections in predicates.Nathanael Sensfelder
2017-07-24Centralizes the processing of (read) expressions.Nathanael Sensfelder
2017-07-24Working on function calls and literals predicates.Nathanael Sensfelder
2017-07-24Woops, mistook the model files.Nathanael Sensfelder
2017-07-24Fixes connect_to/node_connect, configs Makefiles.Nathanael Sensfelder
2017-07-22Adds the "is_terminal" predicate.Nathanael Sensfelder
2017-07-21Adds output support.Nathanael Sensfelder
2017-07-21Adds "port maps" support.Nathanael Sensfelder
2017-07-21Working on the components. Found error in scripts.Nathanael Sensfelder
2017-07-21Optimization pass.Nathanael Sensfelder
2017-07-21Completes When Node parsing.Nathanael Sensfelder
2017-07-20Still missing: Components, When Nodes, Outputs.Nathanael Sensfelder
2017-07-20Fixes stupid mistakes, adds some nodes.Nathanael Sensfelder
2017-07-20Adds Simple Signal Assignment Statement Node.Nathanael Sensfelder
2017-07-20Working on the IF nodes + Childrens -> children.Nathanael Sensfelder
2017-07-20Working on the "internal_process.py" translation.Nathanael Sensfelder
I think I've found some not-too-ugly solution.
2017-07-20Still working on AST-to-Instr.Nathanael Sensfelder
2017-07-20Continuing the implementation of AST-to-Instr.Nathanael Sensfelder
2017-07-20Adds more types parsed from XML.Nathanael Sensfelder
2017-07-20Removes TODO from the grammar.Nathanael Sensfelder
2017-07-19Starting a Java implementation of ast-to-instr.Nathanael Sensfelder
Keeping things clean, this time.
2017-07-19Yet one more hack to get it to work.Nathanael Sensfelder
Let's hope I'll rewrite those.
2017-07-19Formula.and(Formula...) != a.and(Formula...)Nathanael Sensfelder
Having both a static and a non-static function share a name does not seem like a sane decision.
2017-07-19I think I was a bit fast in my "a->b" commit.Nathanael Sensfelder
2017-07-19This one seem to work -> bad CTL?Nathanael Sensfelder
2017-07-19forgot to use cfg-to-path. Still broken though.Nathanael Sensfelder
2017-07-19The formula seems correct, which is worrisome.Nathanael Sensfelder
2017-07-19Dammit, it says flip-flops are combinational...Nathanael Sensfelder
2017-07-19Adds "real" property: Find combinational processesNathanael Sensfelder
2017-07-19Signals being used instead of wfm + rec targetsNathanael Sensfelder
Those Python scripts may have to be cleaned up at some point...
2017-07-19Woops, the previous commit wasn't enough.Nathanael Sensfelder
2017-07-19No longer add function and literals as waveforms.Nathanael Sensfelder
2017-07-19More small mistakes removed. It seems to work now.Nathanael Sensfelder
2017-07-19Adds messages to follow the framework's flow.Nathanael Sensfelder