From 8d8a3a544682a3689e99533ede019cd60a8e9ce6 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 27 Feb 2022 16:35:21 +0000 Subject: Update documentation links --- docs/man.org | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'docs/man.org') diff --git a/docs/man.org b/docs/man.org index f4d8aef..cb6143f 100644 --- a/docs/man.org +++ b/docs/man.org @@ -1,6 +1,5 @@ #+title: vericert #+man_class_options: :section-id "1" -#+export_file_name: vericert.1 #+options: toc:nil num:nil #+html_head_extra: @@ -14,19 +13,19 @@ vericert - A formally verified high-level synthesis tool. * DESCRIPTION -** HLS Options +** HLS Options: - --no-hls :: Do not use HLS and generate standard flow - --simulate :: Simulate the result with the Verilog semantics - --debug-hls :: Add debug logic to the Verilog - --initialise-stack :: initialise the stack to all 0s -** HLS Optimisations +** HLS Optimisations: - -fschedule :: Schedule the resulting hardware [off] - -fif-conversion :: If-conversion optimisation [off] -** General options +** General options: - -stdlib :: Set the path of the Compcert run-time library - -v :: Print external commands before invoking them @@ -36,7 +35,7 @@ vericert - A formally verified high-level synthesis tool. - -conf :: Read configuration from file - @ :: Read command line options from -** Tracing Options +** Tracing Options: - -dprepro :: Save C file after preprocessing in .i - -dparse :: Save C file after parsing and elaboration in .parsed.c @@ -53,7 +52,7 @@ vericert - A formally verified high-level synthesis tool. - -sdump :: Save info for post-linking validation in .json - -o :: Generate output in -** Diagnostic options +** Diagnostic options: - -Wall :: Enable all warnings - -W :: Enable the specific -- cgit