Forum Discussion

AAzri1's avatar
AAzri1
Icon for New Contributor rankNew Contributor
6 years ago

Hi, can anyone explain what test input vector does? im a total beginner in FPGA, im using De1- SoC for comparing partial tmr and tmr fault tolerance. first time posting here, so idk how to ask question in the forum, sorry in advance

module tiv (clk_50, reset, start, again, c22, c23, clk, i, pass, fail); input clk_50, reset, start, again, c22, c23; output clk, i, pass, fail; reg clk = 1'b0; reg [4:0]i; reg...