We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e1204 commit 825fe72Copy full SHA for 825fe72
src/PoC.pro
@@ -27,7 +27,6 @@ analyze $::poc::myProjectFile
27
include ./common/common.pro
28
include ./sync/sync.pro
29
30
-analyze ./bus/axi4/AXI4_Common.pkg.vhdl
31
analyze ./bus/axi4/AXI4_Common.pkg.vhdl
32
analyze ./bus/axi4/AXI4_Full.pkg.vhdl
33
analyze ./bus/axi4/AXI4Stream/AXI4Stream.pkg.vhdl
src/misc/gearbox/gearbox.pro
@@ -18,7 +18,7 @@
18
# limitations under the License.
19
# =============================================================================
20
21
-analyze ./gearbox_down_cc.vhdl
+# analyze ./gearbox_down_cc.vhdl listed in axi4.pro
22
analyze ./gearbox_down_dc.vhdl
23
-analyze ./gearbox_up_cc.vhdl
+# analyze ./gearbox_up_cc.vhdl listed in axi4.pro
24
analyze ./gearbox_up_dc.vhdl
0 commit comments