2021
DOI: 10.1504/ijcat.2021.122350
|View full text |Cite
|
Sign up to set email alerts
|

A novel multichannel UART design with FPGA-based implementation

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
1
0

Year Published

2023
2023
2024
2024

Publication Types

Select...
3
2

Relationship

0
5

Authors

Journals

citations
Cited by 5 publications
(3 citation statements)
references
References 0 publications
0
1
0
Order By: Relevance
“…Circuit topology is used to determine how to partition the scan chain, which im-proves the number of scan segments that can be skipped. According to the results of the simulation, the suggested approach lowers the test power usage [4].…”
Section: Literature Surveymentioning
confidence: 99%
“…Circuit topology is used to determine how to partition the scan chain, which im-proves the number of scan segments that can be skipped. According to the results of the simulation, the suggested approach lowers the test power usage [4].…”
Section: Literature Surveymentioning
confidence: 99%
“…The sender rs232_tx sends serial data in r_data according to the count of bit_cnt. When bit_cnt counts to 10 and bit_flag is high level, a done signal is generated, making the state set to low level to end the transmission [9] 4'd4:rs232_tx <= r_data [3]; 4'd5:rs232_tx <= r_data [4]; 4'd6:rs232_tx <= r_data [5]; 4'd7:rs232_tx <= r_data [6]; 4'd8:rs232_tx <= r_data [7]; 4'd9:rs232_tx <= 1'b1; default:rs232_tx <= 1'b1; endcase end end else rs232_tx <= 1'b1; end When the send flag bit_flag is high, the bit counter bit_cnt starts countingWhen bit_cnt is 0, rs232_tx sends out starting bit (low level). When bit_cnt ranges from 1 to 8, rs232_tx sends eight bits of r_data from low to high.…”
Section: Uart Sending Modulementioning
confidence: 99%
“…It can be reprogrammed to implement various logic functions that ASICs do not have [2]. Additionally, FPGA can be tested using the development board, dwindling the time and cost of design, so the project is based on FPGA [3].…”
Section: Introductionmentioning
confidence: 99%