Jitter
Status: Beta
Brought to you by:
tisogai
Hi, How easy would it be to add a jitter tag?
a single signal would look like _____///""""""""""\\\_______ instead of ______/"""""""""\_______
a bus would look like -----<<<==========>>><<<=======>>>------- instead of -<======><======>---------
You could be able to specify a different colour for the jitter, e.g.
Syntax
{
type => clock,
name =>clk,
conf => {jitter=>0.1,jitter_color=>0},
}
{
type => bus
name => data
conf => {jitter=>0.1,jitter_color=>40},
}
Use 'meta' in either %Conf, signal conf, or local conf (as below).
{type => bus,
name => 'ee_data',
change => [ [0,'Z'],
[$start+260, 'data', {id=>'data_a', meta=>2}],
[$start+450, 'Z', {id=>'data_d', meta=>2}], ],
},