From 0f793bfb0777431d52f453000dd8b216d424f51d Mon Sep 17 00:00:00 2001 From: alonamid Date: Wed, 25 Sep 2019 17:16:38 -0700 Subject: [PATCH] add makefile asm-tests note --- docs/Simulation/Software-RTL-Simulation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Simulation/Software-RTL-Simulation.rst b/docs/Simulation/Software-RTL-Simulation.rst index 490fece4..becd9ce8 100644 --- a/docs/Simulation/Software-RTL-Simulation.rst +++ b/docs/Simulation/Software-RTL-Simulation.rst @@ -65,6 +65,9 @@ For example: make run-bmark-tests +.. Note:: Before running the pre-packaged suites, you must run the plain ``make`` command, since the elaboration command generates a Makefile fragment that contains the target for the pre-packaged test suites. Otherwise, you will likely encounter a Makefile target error. + + .. _sw-sim-custom: Simulating A Custom Project ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~