VerilogでUART
自作CPUへのUARTの組み込み
自作のUARTモジュールではなく、freecores/osdvu を利用した
実装
動作確認
参考
FPGA Prototyping by SystemVerilog Examples の12章「UART Core」
ソースコード
ZIPCPU / 5. Serial Port Transmitter
シリアルインターフェース(RS-232C)の説明 (marseeさん)
Verilog-HDL講習会DE0編 (中原先生)
(12) RS232C受信(Rx)
(13) RS232C送信(Tx)