| Filter Design HDL Coder™ | ![]() |
Divide generated test bench into helper functions, data, and HDL test bench code files
'on'
Write separate files for test bench code, helper functions, and test bench data. The file names are derived from the test bench name and the TestBenchDataPostfix property as follows:
TestBenchName_TestBenchDataPostfix
For example, if the filter name is test_fir, and the target language is VHDL, the default test bench file names are:
test_fir_tb.vhd: test bench code
test_fir_tb_pkg.vhd: helper functions package
test_fir_tb_data.vhd: test vector data package
If the filter name is test_fir and the target language is Verilog, the default test bench file names are:
test_fir_tb.v: test bench code
test_fir_tb_pkg.v: helper functions package
test_fir_tb_data.v: test bench data
'off' (default)
Write a single test bench file containing all HDL test bench code and helper functions and test bench data.
TestBenchName, TestBenchDataPostFix
![]() | LoopUnrolling | Name | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |