IObundle / iob-uart

MIT License
14 stars 21 forks source link

need test target #45

Closed jjts closed 2 years ago

jjts commented 3 years ago

Needs a comprehensive test : sim, netlist gen , doc gen

It is enough to have a testbench for the inner core (instance inside iob_uart)

iob_uart.v is tested at the system level

jjts commented 3 years ago

Add new make file target:

make test

where

test: test-sim test-fpga test-doc

jjts commented 2 years ago

This is promoted to BUG

UART must be tracked Jenkins

IOb-SoC cant update UART unless UART is passing the test

jjts commented 2 years ago

Jenkins now tracks UART, but FPGA tests seem not to be necessary.

The expected file only contains PASSED ...

The doc test implicitly tests FPGA-build

Is there any point in keeping these tests?