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

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