git-svn-id: http://moon:8086/svn/vhdl/trunk@1248 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-05-27 16:29:27 +00:00
parent 84e492a1e8
commit b0a3645610
+1 -1
View File
@@ -41,7 +41,7 @@ begin
baud_timer:
process(clk)
begin
if rising_edge(CLK_I) then
if rising_edge(clk) then
if rst = '1' then
baud_count <= (others => '0');
elsif baud_count = ctrl.baudrate then