From cb5259c28457b530da0c77cfbfd589e44b64c226 Mon Sep 17 00:00:00 2001 From: Max P Date: Sun, 27 Apr 2025 19:01:08 +0000 Subject: [PATCH] Refactors project.yml to clarify dependencies and improve tool options formatting --- project.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/project.yml b/project.yml index fbbd36f..c6938de 100644 --- a/project.yml +++ b/project.yml @@ -15,7 +15,9 @@ testbenches: - path: tests/*.vhd library: work -dependencies: [] +dependencies: + # - git: "https://git.0xmax42.io/maxp/Asynchronous-FIFO-AXI-Handshake.git" + # rev: "hdlbuild" build: build_dir: working @@ -33,7 +35,8 @@ tool_options: map: - "-detail" - "-timing" - - "-ol high" + - "-ol" + - "high" par: []