OpenCores
URL https://opencores.org/ocsvn/iso7816_3_master/iso7816_3_master/trunk

Subversion Repositories iso7816_3_master

[/] [iso7816_3_master/] [trunk/] [sources/] [RxCore.v] - Diff between revs 7 and 9

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 7 Rev 9
Line 142... Line 142...
                                                if(bitClocksCounterMatch) begin
                                                if(bitClocksCounterMatch) begin
                     //endOfRx <= #1 0;
                     //endOfRx <= #1 0;
                                                        run <= #1 0;
                                                        run <= #1 0;
                  end
                  end
                                        end else begin
                                        end else begin
                                                parityBit <= #1 oddParity;
                                                parityBit <= #1 ~oddParity;
                                                run <= #1 0;
                                                run <= #1 0;
                                                nextState <= #1 START_STATE;
                                                nextState <= #1 START_STATE;
                                        end
                                        end
                                end else begin
                                end else begin
                                        if(bitClocksCounterMatch) begin
                                        if(bitClocksCounterMatch) begin

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.