Examples of using cocotb for functional verification of VHDL designs with GHDL.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

7 lines
218 B

{signal: [
{name: 'reset', wave: '01...|.....'},
{name: 'clk', wave: 'P....|.....'},
{name: 'valid', wave: '0.1.0|..10.'},
{name: 'accept', wave: '0..10|1..0.'},
{name: 'data', wave: 'x.3.x|..3x.'}
]}