|
|
@ -22,5 +22,8 @@ My preferred compile commands to quickly look up
|
|
|
|
- `echo "0x00 0x14 0x00 0xb1" | llvm-mc -triple=aarch64 -disassemble --show-encoding`
|
|
|
|
- `echo "0x00 0x14 0x00 0xb1" | llvm-mc -triple=aarch64 -disassemble --show-encoding`
|
|
|
|
* **System Verilog** - `iverilog -Wall -g2012 1.sv 2.sv 3_tb.sv 3.sv -o 3_tb` <- tb for testbench simulation
|
|
|
|
* **System Verilog** - `iverilog -Wall -g2012 1.sv 2.sv 3_tb.sv 3.sv -o 3_tb` <- tb for testbench simulation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## cmake
|
|
|
|
|
|
|
|
* warnings not included on default!
|
|
|
|
|
|
|
|
|
|
|
|
## Other languages
|
|
|
|
## Other languages
|
|
|
|
* **LaTeX** - `lualatex blub.tex`
|
|
|
|
* **LaTeX** - `lualatex blub.tex`
|
|
|
|