diff --git a/doc/getting_started.md b/doc/getting_started.md index 7494a49..70f900f 100644 --- a/doc/getting_started.md +++ b/doc/getting_started.md @@ -60,6 +60,8 @@ This Manta instance has an IO Core and a Logic Analyzer, each containing a numbe Lastly, we Manta can automatically generate a copy-pasteable Verilog snippet to instantiate Manta in your design by running `manta inst [config_file]`. For example, the following snippet is generated for the configuration above: +> Note: The reset signal, `rst`, is an active HIGH signal. + ```verilog manta manta_inst ( .clk(clk), @@ -73,4 +75,4 @@ manta manta_inst ( .larry(larry), .curly(curly), .moe(moe)); -``` \ No newline at end of file +```