- fixed
git-svn-id: http://moon:8086/svn/vhdl/trunk@1248 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -41,7 +41,7 @@ begin
|
|||||||
baud_timer:
|
baud_timer:
|
||||||
process(clk)
|
process(clk)
|
||||||
begin
|
begin
|
||||||
if rising_edge(CLK_I) then
|
if rising_edge(clk) then
|
||||||
if rst = '1' then
|
if rst = '1' then
|
||||||
baud_count <= (others => '0');
|
baud_count <= (others => '0');
|
||||||
elsif baud_count = ctrl.baudrate then
|
elsif baud_count = ctrl.baudrate then
|
||||||
|
|||||||
Reference in New Issue
Block a user