output_logic : process(present_state) if (present_state = state_go) then --report "Error: the LFSR width must be between 3 and 10" severity case WIDTH is --defini
最初的想法是使用LFSR生成一个随机数。到目前为止,我已经使用c#开发了一种LFSR方法。一旦函数被调用,它总是返回相同的值。 为了在每次运行程序时收集不同的随机数,我必须进行哪些更改?int lfsr1() int start_state = 5; /* Any nonzero start state will work. */ int bit; /