Refactors project.yml to clarify dependencies and improve tool options formatting

This commit is contained in:
2025-04-27 19:01:08 +00:00
parent c74b34f610
commit cb5259c284

View File

@@ -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: []