|
We have already some developing tools for waveform generation on SVB
- SVBasm
- The waveform generation assembler. From a program coded in
a specialized pseudo-assembler, generate the SVB code.
It has the usual assembler feature and support all SVB
feature.
- Serial
- This program can control the SVB by means of a serial line,
it can upload code files generated by SVBasm, and can
execute test runs or step by step runs.
- Emusvb
- This program accept as input a code file generated by SVBasm,
and emulate the SVB, producing a waveform file in numeric form.
- Plotsvb
- This program accept as input a waveform file in numeric form,
as generated by emusvb, and display it in graphic form.
Plotsvb has the usual function of a logic analyzer display,
as zooming and panning.
|