You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line should be available to both pre-synth and post-impl (gate-level) testing.
Since splitting the src/** and test/** the use of verilog include "file.v" is broken if the test bench is picking up configuration options from such an included file.
I would expect a testbench to have full visibility of the main sources it is testing.
The text was updated successfully, but these errors were encountered:
https://github.com/TinyTapeout/tt09-verilog-template/blob/main/test/Makefile#L15
COMPILE_ARGS += -I$(SRC_DIR)
This line should be available to both pre-synth and post-impl (gate-level) testing.
Since splitting the
src/**
andtest/**
the use of veriloginclude "file.v"
is broken if the test bench is picking up configuration options from such an included file.I would expect a testbench to have full visibility of the main sources it is testing.
The text was updated successfully, but these errors were encountered: