Lots
This commit is contained in:
goochey
2019-02-16 17:40:18 -05:00
parent faf9f883dd
commit 54cccd419f
107 changed files with 6032 additions and 121 deletions

View File

@@ -900,7 +900,7 @@ module register(input wire clk, reset,
Dout = Din;
end
else begin
Dout = 9'bZZZZZZZZZ;
Dout = Dout;
end
end