Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ryomuk committed Jun 21, 2024
1 parent ea28778 commit 23d06dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions applications/baremetal/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TangNanoDCJ11MEM (baremetal)
- クロス環境で作成したプログラムを実行します.
- HDLは小規模なので,いろいろ試すベースラインに最適です.
- クロス環境で作成したプログラムを実行します.
- HDLは小規模なので,いろいろ試すベースラインに最適です.

# PDP-11用プログラム開発環境
## クロス環境の構築
Expand All @@ -26,6 +26,7 @@
- a.outからrom.vへの変換はtools/out2rom.pl を使用.かなり適当に変換してます.
- makeしてできるrom.asciiart.v をrom.vにリネームしてTangNano用プロジェクトに持って行ってビルドします。
- console ODTから,1000g で実行.UART関連がまだ不安定なので文字化けすることがあります.
- 起動時にconsole ODTを起動するか,ユーザプログラムを起動するかは,top.vのPUP_CONFで設定可能です.

## シミュレータ
実機で動かす前の動作確認に使えます.後から気がついたのですが,ubuntuだと古いバージョンならapt install simhでインストールできるようでした.
Expand Down

0 comments on commit 23d06dc

Please sign in to comment.