VHDL-verification
Package to ease directed testing of HDL entities
|
Architecture accumulates input data in a vector which will be written to the output file. More...
Architecture accumulates input data in a vector which will be written to the output file.
Definition at line 47 of file datawrite.vhd.
Processes | |
datawrite_read | ( ) |
Accumulates data to form a line, when line is complete it gets written to the output file. |
Constants | |
NUM_CHUNKS | integer := 4 * OUTPUT_NIBBLES / DATA_WIDTH |
Each line in output file equals to NUM_CHUNKS data of DATA_WIDTH. |
Signals | |
received_data | integer := 0 |
|
Process |
Accumulates data to form a line, when line is complete it gets written to the output file.
Also reports errors and checks for unexpected conditions
Definition at line 74 of file datawrite.vhd.