B&W print-friendly diagrams + tinkerpop-0001 + wave-3 proof sections. Squash of 94 local commits onto remote master.
5 lines
207 B
Bash
Executable file
5 lines
207 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
cd /tmp && git clone --depth 1 https://github.com/verilator/verilator verilator 2>/dev/null
|
|
echo "=== V3Gate.cpp:695-735 ==="
|
|
sed -n '695,735p' verilator/src/V3Gate.cpp
|