From 6f15803a1071dc6a918483d7c7dbaedb26731472 Mon Sep 17 00:00:00 2001 From: Isabell Pflug Date: Wed, 6 Sep 2023 18:35:11 +0200 Subject: [PATCH] :memo: Apparently some change in documentation --- coding/compile_commands.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/coding/compile_commands.md b/coding/compile_commands.md index 540d700..173f9a3 100644 --- a/coding/compile_commands.md +++ b/coding/compile_commands.md @@ -22,5 +22,8 @@ My preferred compile commands to quickly look up - `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 +## cmake +* warnings not included on default! + ## Other languages * **LaTeX** - `lualatex blub.tex`