sv-tests icon indicating copy to clipboard operation
sv-tests copied to clipboard

Tag tests with parts of a SystemVerilog frontend required

Open mithro opened this issue 4 years ago • 2 comments

Typical SystemVerilog frontend should include:

  • Preprocessor
  • Parser
  • Semantic Analyzer

I think that we would need to provide a way to add a new tool covering one or several of these steps. Tests need to contain information about at what stage it could be fed into the chain and at what stage it should pass/fail.

Originally posted by @drom in https://github.com/SymbiFlow/sv-tests/issues/326#issuecomment-542384960

mithro avatar Oct 16 '19 18:10 mithro

From https://github.com/SymbiFlow/sv-tests/issues/326#issuecomment-542835463

I think that is a good start. I do think there are even a few more levels like;

  • Synthesis
  • Simulation

mithro avatar Oct 16 '19 18:10 mithro

@hzeller

mithro avatar Oct 16 '19 18:10 mithro