More than 5 years have passed since last update.
概要
高位合成言語アセンブラを作る。
ソースから、verilogを生成するコンパイラを作った。
生成したverilogをiverilogで実行した。
実行結果
a b c d
0 0 0 0
0 1 1 1
1 0 1 1
1 1 0 1
以上。
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme
