实验性消影

This commit is contained in:
iridiumR 2022-04-05 17:29:39 +08:00
parent 65009ea748
commit be6fdd4c42
2 changed files with 5 additions and 3 deletions

View file

@ -8,6 +8,8 @@ output reg [6:0] codeout; //型码
//当前位置数字
reg [6:0] code_loc=2'b01;
//实验性消影
reg isEnable;
reg [1:0] loc;