liblisa-synth 0.3.0

A tool for automated discovery and analysis of the ISA of a CPU.
1
2
3
4
5
6
7
8
9
10
11
12
const MAX_INPUTS: usize = 20;

pub mod cache;
pub mod caselist;
pub mod casemap;
pub mod combine_simple;
mod combiner;
pub mod input_hash;
pub mod isomorphisms;
pub mod switch;
pub mod synthesizer;
pub mod transitions;